FAQ Schema: How to Implement and Why Most Sites Lose It

FAQ schema once gave every page free accordion-style rich results in Google. In August 2023 Google reduced FAQ display to authoritative health and government sites — but the markup still helps with AI Overviews, voice search, and merchant listings.

FAQPage vs QAPage

Use FAQPage when one author wrote both questions and answers (like this page). Use QAPage when users post questions and others answer (forums, Q&A communities). They're not interchangeable.

Every Q must have exactly one accepted A

Multiple acceptedAnswer entries break the schema. Use suggestedAnswer for additional perspectives.

Mark up only visible content

Schema for hidden text is a guidelines violation. Every Q&A in your JSON-LD must be visible to users on the page.

Test with the Rich Results Test

search.google.com/test/rich-results — it shows exactly what Google sees and flags errors before you deploy.

Free tools to apply this

FAQ

Do FAQ schemas still help SEO?

Yes, but indirectly. They no longer trigger accordion results for most sites, but they help AI Overviews and voice assistants extract answers cleanly.

Can I have FAQ schema on every page?

Technically yes, but only if each page has genuinely unique, useful Q&A. Pasted boilerplate FAQs across pages is treated as spam.

More SEO guides