19 July 2026
FAQ Schema: How It Works and How to Earn Rich Results
The short answer
FAQ schema is FAQPage structured data in JSON-LD: a mainEntity array of Question items, each with an acceptedAnswer of type Answer containing the answer text. Since 2023, Google shows FAQ rich results mainly for well-known, authoritative government and health sites, so most sites will not get the dropdown in search results anymore. FAQ schema is still worth adding because it states your questions and answers in machine-readable form, which supports AI search and answer engines. The markup must match visible page content.
What does valid FAQPage markup look like?
It is a JSON-LD script with @type FAQPage, whose mainEntity is an array of Question objects. Each Question has a name (the question text) and an acceptedAnswer object of @type Answer with a text property. Google's rules: the questions and answers must be visible on the page, the page should be a genuine FAQ (each question with one answer, not a forum thread), and the markup must not be used for advertising.
Will you actually get the rich result?
Probably not in the dropdown sense. In August 2023 Google limited FAQ rich results to well-known, authoritative sites, citing government and health sites as the examples. For a typical business site, adding FAQPage markup will validate fine but will not change how your listing looks. You can confirm eligibility and validity for your own pages with Google's Rich Results Test, which will parse the markup even when no rich result is shown.
- It expresses your Q&A content in clean, machine-readable form for AI and answer engines.
- It forces a genuinely useful content pattern: real questions, direct answers.
- It costs minutes if the FAQ content already exists.
- It future-proofs the page if eligibility rules loosen again.
The practical order: write an FAQ section that directly answers real customer questions, then mirror it in JSON-LD. Schema and metadata checks belong on your launch list; the Pre-Launch Checklist includes them alongside the other technical items sites routinely miss. For the fuller treatment of structured data within a launch strategy, the SEO module of the Premium Website Masterclass covers which schema types are worth your time and which are cargo cult.
Put this into practice
All products →The tools and templates behind this guide — instant download, yours forever.
EbookThe Pre-Launch Checklist
61 checks between 'it works on my machine' and a launch you're proud of.
GuideThe Premium Website Masterclass
Design, build, animate, and sell premium websites — 12 modules, 3 parts, 7 runnable demos.
EbookThe AI Automation Playbook
Automate your business without code — workflows, AI steps, and real agents.
