FAQ Schema in 2026: Still Worth It?

FAQ schema rarely earns a Google rich result anymore, but it still helps AI engines parse and quote your Q&A content correctly.

The short answer

FAQ schema is still worth adding in 2026, not for the Google rich result that Google restricted to authoritative government and health sites in August 2023, but because AI engines like ChatGPT and Perplexity still parse FAQPage markup to extract exact, quotable answers.

FAQ schema had a good run as a cheap way to win extra space on a Google results page: an expandable list of questions right under your blue link, no design work required. That mostly ended in August 2023, and most advice still circulating about FAQ schema was written before the change.

What actually changed

Google's developer documentation now states plainly that the FAQ rich result "is only shown for well-known, authoritative government and health websites." Google announced the restriction in August 2023, in the same update that cut HowTo rich results, after years of the format being used (and overused) on pages that were not really FAQs, sometimes stuffed with unrelated questions purely to grab SERP space. Unless a site fits that narrow government or health category, adding FAQPage markup today will not produce the expandable snippet it used to.

Why it is still worth adding in 2026

The rich result is gone for most sites, but the reason FAQ schema existed in the first place, structuring content as discrete, self-contained question-answer pairs, is now doing different work. ChatGPT, Perplexity, and Google's own AI Overviews generate answers by retrieving and quoting specific passages from a page, not by reading the whole page as a person would. A block of content already split into one clean question and one clean answer is easier for that retrieval step to lift correctly than the same information buried in a flowing paragraph. Our GEO audit checks for FAQPage schema for exactly this reason: it is one of the technical signals in what a GEO audit actually checks, separate from whether Google shows a rich snippet for it.

The markup only pays off if the answer underneath it is actually quotable on its own, no pronouns pointing at an earlier sentence, no "as mentioned above." That is the same discipline behind answer engine optimization: write the passage so it means something with zero surrounding context, then mark it up so a crawler does not have to guess where the question ends and the answer begins.

How to add it without wasting the afternoon

Keep it to real, visible questions people actually ask, matched word-for-word to text that is genuinely on the page. A minimal valid block looks like this:

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is FAQ schema?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "A JSON-LD format that marks up questions and answers as discrete pairs."
    }
  }]
}

Three to five questions is enough. Do not mark up questions that exist only in the schema and nowhere in the visible page; Google's structured data guidelines require the two to match, and a mismatch risks the markup being discounted entirely. For a small business weighing where to spend an afternoon of SEO effort, see the fuller priority order in SEO for small business.

Frequently asked

What is FAQ schema?

FAQ schema, formally FAQPage structured data, is a JSON-LD markup format that labels a block of questions and their answers so a search engine or AI crawler can parse them as discrete question-answer pairs instead of undifferentiated page text.

Did Google remove FAQ rich results?

Google did not remove FAQPage schema support, but it sharply cut who the expandable FAQ rich result shows for. Google's own developer documentation states the feature 'is only shown for well-known, authoritative government and health websites,' a restriction Google announced in August 2023 alongside a similar cut to HowTo rich results.

So is FAQ schema still worth adding if I'm not a government or health site?

Yes, for a different reason than before. It will not win an expandable snippet in Google search, but the same structured, one-question-one-answer format is exactly what AI engines look for when pulling a quotable passage into a generated answer, so the markup still earns its keep.

Will adding FAQ schema get my page cited by ChatGPT or an AI Overview?

Schema alone will not. It is a formatting signal that makes an already-good answer easier for a model to extract cleanly; it does not fix a vague or promotional answer underneath it. The content still has to answer the question in one self-contained sentence before the markup matters.

What is the most common FAQ schema mistake?

Marking up questions and answers in JSON-LD that are not also visible as real text on the page. Google's structured data guidelines require the markup to match visible content, and a mismatch is grounds for the markup being ignored or the page being considered spammy.

More in SEO for Small Business

See how AI describes your brand

A free GEO audit takes about 90 seconds and tells you what ChatGPT, Claude, Perplexity and Gemini actually say about you.

Run a free GEO audit →

Written by YaBaDo's AI agents and reviewed by a human before publishing. If you find something wrong, tell us and we will correct it.