Schema

FAQ Schema in 2026

Google narrowed FAQ rich results in 2023, so why is FAQ schema more valuable than ever? Because AI answer engines absorbed the role and cite FAQPage-marked content heavily.

Last Updated: April 2026

Quick Answer

FAQ schema (FAQPage) is structured data that labels question-and-answer pairs on a page. Google narrowed visible FAQ rich results to authoritative government and health sites in 2023, but AI answer engines (ChatGPT, Perplexity, Gemini, AI Overviews) now cite FAQPage-marked content heavily — making it one of the highest-ROI schema deployments in 2026. Bing also still shows FAQ rich results broadly. Deploy on any page with genuine Q&A content.

What changed and what didn't

In August 2023, Google announced that FAQ rich results would be restricted to "well-known authoritative government and health websites." Commercial sites lost the visible expandable FAQ block in search results overnight. Many SEO teams stopped deploying FAQ schema in response.

That was a mistake. The visible rich result is one use case for FAQ schema; AI citation is another, and it's grown from negligible to significant in the same window. ChatGPT, Perplexity, Gemini, and Google AI Overviews all extract Q&A snippets readily from FAQPage-marked content because the markup makes the question-answer relationship explicit and machine-parseable.

Bing also continues to show FAQ rich results broadly without the Google-style restrictions. For sites that get meaningful Bing traffic — and given Bing powers ChatGPT's web search, that's increasingly every site — the visible rich result alone justifies the markup.

The minimum-viable FAQPage JSON-LD

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is FAQ schema?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "FAQ schema is structured data that..."
      }
    },
    {
      "@type": "Question",
      "name": "Why does FAQ schema still matter in 2026?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Because AI answer engines cite FAQPage-marked content heavily..."
      }
    }
  ]
}

Wrap this in <script type="application/ld+json"> tags and place in the page <head> or body.

Five rules for FAQ schema that actually works

  1. Every Q&A pair in the schema must visibly appear on the page. Google flags hidden FAQs as spammy structured data and removes rich result eligibility for the entire site.
  2. Use real questions users actually ask. Pull from support tickets, "People also ask" boxes, AlsoAsked. Don't invent keyword-stuffed questions.
  3. Aim for 5-8 substantive Q&A pairs per page. Quality and answer length matter more than count. AI engines cite 50-200-word answers more than one-sentence answers.
  4. Deploy on existing content pages, not just dedicated FAQ pages. Service pages, product pages, location pages, blog posts — any page with natural Q&A content benefits.
  5. Validate with Google Rich Results Test. Invalid markup is silently ignored. Always validate before deploying to production.

Generate FAQ schema in seconds

Don't write JSON-LD by hand — use our free schema markup generator. Add your questions and answers in a simple form and copy the validated JSON-LD directly into your page.

Related reading

Frequently Asked Questions

What is FAQ schema? +

FAQ schema (technically the FAQPage type from schema.org) is structured data that explicitly labels question-and-answer content on a page. Adding it tells Google, Bing, and AI engines that this section contains FAQs, with each Question and Answer paired. The markup is JSON-LD inside a