Modern websites, ranked in AI searchCited by ChatGPT, Perplexity & Google AI Overviews32% of our own traffic comes from AI searchModern websites, ranked in AI searchCited by ChatGPT, Perplexity & Google AI Overviews32% of our own traffic comes from AI searchModern websites, ranked in AI searchCited by ChatGPT, Perplexity & Google AI Overviews32% of our own traffic comes from AI searchModern websites, ranked in AI searchCited by ChatGPT, Perplexity & Google AI Overviews32% of our own traffic comes from AI search
AEO & AI Search

FAQPage Schema in 2026: The Markup AI Actually Cites

Google removed FAQ rich results in May 2026, yet FAQ schema now matters more for AI. Here is how LLMs really use it, the dual-layer model, and how to implement it right.

Mahmoud Halat·June 9, 2026·10 min read
FAQ schemaFAQPagestructured dataschema markupAEOAI search
Mahmoud Halat·June 9, 2026·10 min read
FAQPage Schema in 2026: The Markup AI Actually Cites

Key Takeaway

Google fully removed FAQ rich results on May 7, 2026 (first restricted to gov/health sites in 2023). But FAQ schema matters more now, for AI. The catch: LLMs read your JSON-LD as plain text, not structured data, so the markup itself is not a citation lever. What gets cited is the visible question-and-answer content the schema mirrors. Work the two layers: keep valid JSON-LD to feed Google's understanding (which AI grounds on), and write 3-5 self-contained, 50-300 word answers that lead with the answer, because that is the text answer engines extract.

On May 7, 2026, Google stopped showing FAQ rich results in Search. The accordion of questions that used to sit under your listing, the extra space, the click-through bump: all gone. The feature that launched a thousand "add FAQ schema for more SERP space" posts disappeared without an explanation from Google.

FAQ schema, the FAQPage structured data that marks up a list of questions and their answers so machines can read them, now matters more than it did when the rich result was alive. It just matters for a different reader: not Google's blue links, but the AI systems that answer a growing share of your audience's questions before anyone reaches a results page.

Most FAQ schema guides still sell you the dead feature. This one covers the live one. I will go through what changed and what large language models actually do with your FAQ schema, which is not what most vendors claim. Then I will show, with working code, how to implement FAQPage schema so ChatGPT, Perplexity, and Google's AI Overviews pull your answers into theirs.

The feature everyone optimized for is gone

The timeline explains why so much published advice is now wrong.

In August 2023, Google restricted FAQ rich results to "well known, authoritative government and health websites." The rest of us lost the SERP feature overnight. Most people missed it, because the schema stayed valid and the markup kept validating clean.

Then on May 7, 2026, Google removed them for good. FAQ rich results stopped appearing for everyone. The tooling is being retired on a schedule: the Search Console rich result report and the Rich Results Test drop FAQ support through June 2026, and the Search Console API ends its FAQ support in August 2026. Google added a deprecation notice to its docs and said nothing more.

Timeline of FAQ rich results: restricted to government and health sites in August 2023, removed from Google Search in May 2026, with the value shifting to AI extraction
FAQ rich results were restricted in 2023 and removed entirely in May 2026. The value of FAQ content did not disappear. It moved to AI extraction.

Your existing FAQ schema is not a problem, though. Google has long held that unused structured data does not hurt a page, and FAQPage is still a valid Schema.org type. You do not need to rip it out. You need to know what it does now.

So why does FAQ schema still matter?

Because the question-and-answer format is the most extractable shape of content on the web, and extraction is the whole game in AI search. A clean FAQ schema hands the machines a running start.

When someone asks ChatGPT or Perplexity a question, the system does not read your page the way a person does. It reads in fragments, breaking the text into chunks, ranking them for relevance, then stitching the strongest ones into an answer with citations. A question followed immediately by its answer is already shaped like the output it wants, so you have done the chunking for it.

That is why FAQ schema content shows up so often in AI answers, and the reason is the structure rather than anything in the markup itself. The gap between those two is where almost every FAQ schema guide goes wrong next.

What AI actually does with your schema

Large language models do not parse your JSON-LD as structured data. They read it as text.

Schema markup is built to be machine-readable in a formal sense, a labeled set of key-value pairs a parser can interpret, and Google's traditional systems use it that way. LLMs do not. When a model tokenizes your page, the JSON-LD inside your