Google's official documentation states that FAQ rich results no longer appear in Google Search starting May 7, 2026, and Google followed this up by completely removing the FAQ rich result documentation on June 12, 2026.

While it might feel like this change happened overnight for some, this was actually Google cleaning up loose ends. Google had already drastically reduced the visibility of FAQ rich results back in August 2023, stating they would only be shown regularly for well-known, authoritative government and health websites. The stated reason at the time was to make search results "cleaner and more consistent."

The reaction from the traditional search marketing industry was predictable. Blog posts proclaimed that "FAQ Schema is officially dead," and developers began stripping JSON-LD FAQPage blocks from their page <head> blocks to trim down HTML page weights.

This is a massive mistake.

While FAQ schema no longer drives rich snippet real estate in traditional Google SERPs, it remains one of the highest-value optimizations you can implement for Answer Engine Optimization (AEO), Generative Engine Optimization (GEO), and Retrieval-Augmented Generation (RAG) systems.

The Core Shift

Traditional SEO focuses on what is displayed on a search results page. AEO/GEO focuses on what an AI crawler understands and synthesizes. Google's visual UI changes do not alter how AI models parse data.

Why Google Deprecated FAQ Results

Google retired FAQ snippets simply to clean up its traditional desktop and mobile SERPs, which had become cluttered with accordion widgets. Furthermore, Google wanted users to click through to sites or engage directly with their own AI Overviews (Gemini), rather than resolving queries directly inside visual boxes on the results page.

This was a UI-motivated decision, not an indexing one. Google's parsers still read, index, and map JSON-LD metadata.

Why AEO and GEO Still Love FAQ Schema

AI-driven search engines (like ChatGPT Search, Claude-assisted crawlers, and Perplexity) and RAG engines consume web content differently than traditional keyword indexes. They crawl sites to construct structured knowledge bases and answer prompts directly.

FAQ schema remains incredibly valuable for AI engines for three main reasons:

  • Explicit Semantic Mapping: Standard prose requires probabilistic inference. If a chatbot parser reads a paragraph, it has to guess what query that text answers. FAQ schema removes this ambiguity by explicitly mapping a question string directly to an answer string.
  • RAG Chunk Association: Retrieval-Augmented Generation pipelines split pages into semantic chunks. While Google's AI optimization guide explicitly states there is no requirement to break content into tiny pieces specifically for AI (and that "chunking" shouldn't be treated as an AEO/GEO hack), hosting a structured Q&A section inside the page <head> still naturally keeps the question and answer associated together in the parser, helping prevent context-slicing errors.
  • Knowledge Graph Grounding: Structured FAQ markup helps search engines and AI parsers understand page content and establish entities, properties, and relationships. While we cannot guarantee how Google, ChatGPT, Perplexity, or Claude weigh these inputs internally, providing structured facts makes it significantly easier for AI indexing pipelines to correctly interpret your Q&As.

The Strategic Verdict: Keep and Optimize

Do not let traditional SEO headlines dictate your technical optimization roadmaps. FAQPage markup is still an essential bridge for machine crawlers.

To make sure your FAQ schemas actually perform:

  1. Never hide answers from humans: Google and AI search guidelines explicitly state that structured data should represent visible page content, and not mark up content hidden from human readers. The JSON-LD schema must reflect the actual text visible on the page.
  2. Write direct, citation-first answers: The first sentence of your FAQ answer should immediately assert the core claim (avoiding sales fluff) so RAG engines can easily extract it.
  3. Focus on real intent: Query tools like Google Search Console and chatbot logs to discover real questions users are asking.

Generate Compliant FAQ Schema

Easily build live, valid FAQ JSON-LD script blocks that mirror your page content perfectly.

FAQ Schema Builder →