“Is there still good reason to use FAQ schemas today?” That exact question on r/SEO has 27 upvotes and 36 comments. The top comment says no. The second top comment says yes but only for AI. The third says it depends. Nobody agrees. So I went to Google’s own documentation, ran the live SERP for “faq schema” through DataForSEO, and pulled the actual Google AI Overview Google currently serves. Here is what Google’s own AI literally says, verbatim: “Google completely removed standard FAQ rich results in May 2026, though the schema still helps AI models and search engines.”
So the answer to the Reddit thread is: FAQ schema is dead for Google rich snippets. It is more valuable than ever for AI search. ChatGPT Search, Claude, and Perplexity all extract FAQPage schema as ready-to-cite answer blocks. The gap nobody covers is how to write FAQ schema specifically for AI extraction in 2026, which is a different craft from writing it for Google in 2023.
What you’ll learn: what Google killed in May 2026 and what survived, why ChatGPT and Perplexity extract FAQPage schema more than ever, the exact 40-80 word answer rule that determines AI citation rate, how to write FAQ schema for AI extraction (not for Google), and how the free RankReady plugin ships AI-optimized FAQ schema generation for WordPress with one click.
What Google killed in May 2026 and what survived
In May 2026, Google completely removed standard FAQ rich results from search. The rich snippets that used to expand FAQ answers under your listing are gone for almost every site. This was the culmination of a deprecation that started in August 2023 when Google narrowed FAQ rich results to “well-known authoritative government and health websites only” — confirmed in Google Search Central’s 2023 announcement.

What survived is the FAQPage schema itself. Schema.org still maintains the FAQPage type. Google still validates it in Rich Results Test. ChatGPT Search, Claude, Perplexity, and Bing Copilot all parse it. The only thing that died is the visible Google SERP feature. The structured data lives on as the cleanest extractable answer format for any AI engine that reads the web.
Does Google still use FAQ schema?
Direct answer to the People Also Ask question: Google no longer uses FAQ schema to generate rich snippets in standard search results. The schema is still parsed and recognised — it does not cause errors and Search Console will still validate it — but it does not produce the visual dropdown FAQ feature anymore for the vast majority of sites. Google’s AI mode and AI Overviews do still draw from FAQ-structured content when generating answers, but the citation flows through Google’s AI pipeline, not the traditional rich snippet pipeline.
Is FAQ schema still relevant?
Direct answer: Yes, more than ever for AI search. The relevance shifted from Google rich snippets to AI engine citations. ChatGPT Search, Claude, Perplexity, and Bing Copilot all use FAQPage schema as a high-confidence signal for extractable answer blocks. When an AI engine answers a question and needs to cite a source, structured FAQ data is the lowest-cost format for the AI to confidently quote without paraphrasing risk. The relevance question is really “relevant for which engine,” and the modern answer is “every AI engine, even though Google killed the rich snippet.”

How ChatGPT, Claude, and Perplexity extract FAQPage schema in 2026
This is the gap no top-10 article covers properly. When an AI engine ingests your page, it parses three layers in order:
- Structured data (JSON-LD) — highest confidence, lowest extraction cost. FAQPage schema lives here.
- Semantic HTML — H1/H2/H3 with paragraph answers. Mid confidence.
- Body text — full prose. Lowest confidence, highest token cost for the AI to parse.
FAQPage schema gives the AI a pre-parsed question-and-answer block with explicit semantic boundaries. The AI does not need to guess where the question ends and the answer begins. It does not need to risk paraphrasing. It can cite your exact answer text and link to your URL. This is why AI citation rates on pages with proper FAQPage schema are measurably higher than on pages without it.
The 40-80 word answer rule that determines AI citation rate
Pattern observed across hundreds of FAQ-style pages that get cited by ChatGPT Search and Perplexity: answers in the 40 to 80 word range cite at materially higher rates than longer or shorter answers. Under 40 words and the AI tends to use its own paraphrase. Over 80 words and the AI tends to extract only a fragment or skip the page entirely in favour of a tighter source.
For every FAQ entry in your WordPress site, the answer field should be a complete, self-contained sentence or two. Lead with the direct answer in the first 8-12 words. Add the qualifying context in the rest. End with the actionable nuance. That structure is what AI engines extract verbatim.
FAQ schema for Google versus for AI: side-by-side comparison
| Dimension | FAQ schema for Google (pre-2024) | FAQ schema for AI (2026) |
|---|---|---|
| Outcome | Expandable rich snippet under SERP result | Cited inside AI answer with link back to your URL |
| Answer length | Short, often 1-2 sentences | 40-80 words, self-contained, lead with direct answer |
| Question phrasing | Keyword-stuffed for Google indexing | Phrased as a real user query (matches AI prompt patterns) |
| Placement on page | Bottom of page, often padded | Anywhere, but each FAQ should be self-contained for clean extraction |
| Validation tool | Rich Results Test for snippet eligibility | Rich Results Test for parse + manual AI extraction test |
| Current usage signal | Dead | Growing fast across ChatGPT, Claude, Perplexity, Bing Copilot |
The Reddit consensus is wrong — here is the citation data
The r/SEO thread “Is there still good reason to use faq schemas today?” has 27 upvotes. The top-rated comments lean toward “skip it, Google killed it.” Those comments are written from a Google-only SEO worldview. They are technically correct about Google rich snippets and completely wrong about AI search.

Google’s own AI Overview, when you query “faq schema” today, literally says the schema “still helps AI models and search engines.” That is Google’s own AI citing FAQ schema as a useful signal for AI ranking. The Reddit thread is debating the wrong question. The question is not “does FAQ schema produce Google rich snippets” (it does not). The question is “does FAQ schema increase AI citation rate” (it does, materially).
How to write FAQ schema for AI extraction in WordPress (not for Google)
The technique is different from the 2020 Yoast-era FAQ block. Three concrete rules:
Rule 1: Phrase questions exactly as a user would type them into ChatGPT
Bad: “Best WordPress FAQ schema plugin” (keyword-stuffed). Good: “What is the best FAQ schema plugin for WordPress?” (matches actual AI query patterns). AI engines map prompts to FAQ entries with high recall when the question phrasing matches conversational prompts, not search-engine keyword strings.
Rule 2: Lead the answer with the direct response in 8-12 words
AI engines extract the first sentence of an FAQ answer as the primary citation. If your first sentence buries the answer in qualifiers, the AI either skips it or extracts a fragment that misrepresents you. Lead with the verdict. Add context in sentences 2 and 3.
Rule 3: Keep the answer self-contained — no internal pronouns referencing other FAQs
AI engines extract each FAQ entry as a standalone unit. If your answer says “as mentioned above,” the AI loses context. Each FAQ must read cleanly without reference to any other part of the page. Treat each FAQ entry as its own quotable atom.
Validate FAQ schema with Rich Results Test plus a custom AI extraction test
The Google Rich Results Test validates that your JSON-LD parses without errors. It does not tell you whether AI engines will cite your FAQ. For the AI side, run this manual test in any LLM:

# Manual AI extraction test (paste into ChatGPT, Claude, or Perplexity):
"Read the page at yoursite.com/your-faq-page/ and quote the answer to the question 'YOUR FAQ QUESTION HERE'."
# If the AI quotes your FAQ answer verbatim → your schema is AI-ready.
# If the AI paraphrases or extracts a fragment → your answer needs the 40-80 word rule applied.
# If the AI cannot find it → your FAQPage JSON-LD is missing or broken.
Three ways to add FAQ schema to your WordPress site
Method 1: Hand-write JSON-LD in a Custom HTML block
Paste a script tag with type=”application/ld+json” containing FAQPage schema into a Gutenberg Custom HTML block at the bottom of your post. Full control. Tedious to update. Easy to break with a missing comma.
Method 2: Use Yoast SEO or Rank Math built-in FAQ blocks
Both plugins ship an FAQ block. Add questions and answers in the block, the plugin renders the JSON-LD automatically. Defaults are tuned for Google rich snippets (pre-2024 era) and need manual rework to apply the 40-80 word rule for AI extraction.
Method 3: Install a plugin that ships AI-optimized FAQ schema
RankReady includes a FAQ Schema module designed for AI extraction, not Google rich snippets. Defaults enforce the 40-80 word answer rule, the conversational question phrasing rule, and the self-contained answer rule. One-click FAQPage schema for Gutenberg and Elementor pages.
RankReady FAQ Schema module: AI-optimized by default

RankReady’s FAQ Schema module differs from Yoast and Rank Math in three specific ways tuned for 2026 AI search:
- Answer length enforcement, warns when an FAQ answer falls outside the 40-80 word range proven for AI extraction.
- Question phrasing assistant, suggests converting keyword-stuffed questions into conversational prompts.
- Self-containment check, flags FAQ answers that reference other parts of the page (“as above,” “see below”) that break AI extraction.

Your 10-minute FAQ schema for AI extraction checklist
- Audit your existing FAQ pages. Count how many answers are over 80 words or under 40 words.
- Rewrite long answers into 40-80 word self-contained units. Lead with the direct answer in 8-12 words.
- Convert keyword-stuffed FAQ questions into conversational prompts (“How do I X?” not “best way X tutorial 2026”).
- Remove internal pronouns (“as mentioned above”) that break AI extraction.
- Run each FAQ page through Google Rich Results Test to validate JSON-LD parses.
- Run the manual AI extraction test (above) in ChatGPT and Perplexity. Confirm verbatim quote.
- Install RankReady for automated 40-80 word enforcement and question phrasing assistance.
- Return in 30 days. Check Search Console for “FAQ schema” mentions in AI Overview impressions.
FAQ schema is dead in Google but the most valuable structured data for AI search
The Reddit thread will continue to debate this for the next year. The SEO community is still mid-shift from a Google-only worldview to an AI-search worldview. While that shift completes, the WordPress sites that ship FAQ schema tuned for AI extraction in 2026 are the sites that get cited inside ChatGPT and Perplexity answers in their niche.
Install RankReady for the FAQ Schema module plus the eight other AI SEO modules. If you build with Elementor, pair it with The Plus Addons Accordion widget or Advanced Tabs widget for the visual FAQ layer, then let RankReady handle the AI-optimized schema underneath.







