FAQ rich results expand your Google listing with clickable questions and answers, dramatically increasing the amount of SERP real estate your result occupies and improving click-through rates. On service pages and informational pages, FAQ schema is one of the highest-ROI structured data implementations available.
What FAQ Rich Results Look Like
When Google shows FAQ rich results, your standard blue link result gains two to four expandable questions below it. Clicking a question expands the answer directly in the search results. This can push competitor results further down the page and increase your CTR by 20-30%.
Google's Eligibility Requirements
- FAQ content must be visible on the page, not hidden behind tabs or accordions that require JavaScript
- Each question must have a single definitive answer (not a discussion or user-generated content)
- The FAQ must be authored by the site owner (not user-submitted Q&A)
- The page must not be a forum, Q&A platform, or community discussion board
- Content must comply with Google's spam policies
Complete FAQPage Schema Code for Wix
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How long does Wix SEO take to show results?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most Wix websites begin to see measurable ranking improvements within 3-6 months of consistent SEO work. Local SEO results can appear faster, sometimes within 4-6 weeks."
}
},
{
"@type": "Question",
"name": "How much does Wix SEO cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Wix SEO services typically range from £300 to £1,500 per month depending on the competitiveness of the target market and the scope of work required."
}
}
]
}
</script>Best Practice
Write FAQ content that answers questions people actually ask, use People Also Ask in Google, your own customer emails, and AnswerThePublic to find real questions. Generic FAQs rarely get selected for rich results.
Complete How-To Guide: Adding FAQ Schema to Your Wix Pages
This guide walks you through creating FAQ content, writing the JSON-LD code, and implementing it on your Wix site to earn expanded FAQ rich results in Google.
Follow these steps to add FAQ schema to your Wix pages
- 1Identify 3-5 pages on your Wix site that have or could have FAQ sections such as service pages, product pages, and key blog posts
- 2Research genuine questions your customers ask using Google People Also Ask, your inbox, and social media comments
- 3Write 3-8 clear, detailed answers for each page, each answer should be 2-4 sentences of genuinely helpful information
- 4Create the FAQPage JSON-LD starting with @context https://schema.org and @type FAQPage
- 5Add a mainEntity array containing Question objects, each with @type Question, name (the question text), and acceptedAnswer containing @type Answer and text (the answer)
- 6Format answers as plain text without complex HTML to ensure Google can parse them correctly
- 7Copy and paste the complete JSON-LD code into the Rich Results Test at search.google.com/test/rich-results to validate before adding to Wix
- 8Fix any errors shown in the test by checking property names and formatting
- 9In your Wix Dashboard go to Settings > Custom Code and click Add Custom Code
- 10Paste the validated JSON-LD, name it descriptively (e.g. Service Page FAQ Schema), set placement to Head, and apply to the specific page
- 11Publish your Wix site and test the live page URL in the Rich Results Test to confirm the schema is detected
- 12Ensure the visible FAQ content on the page matches the schema content word-for-word as Google requires this
- 13Monitor Google Search Console Enhancements section for FAQPage detection and any new errors
Final Checkpoint
Every page with FAQ schema should pass the Rich Results Test with zero errors. The visible FAQ on the page must match the schema exactly. Check GSC weekly for FAQ rich result impressions appearing in your Performance report.
