Missing FAQ schema: myth and reality since 2023

In brief

The FAQPage schema no longer triggers a rich result in the SERP since 2023: what matters now is not the markup but the visible editorial STRUCTURE (question as a heading, answer below) that helps AI answer engines extract your passages. Structure your content as clear Q&A first; the markup stays optional.

InfoGEO recommendations

What is it?

A substantial content page (more than 300 words) without a FAQPage schema.

Why it hurts SEO and AI

When content addresses recurring questions, organizing it as explicit questions and answers makes it easier for AI answer engines to extract, as they look for passages that answer an intent. It is the visible editorial STRUCTURE (question as a heading, answer below) that carries this benefit, not the FAQPage markup — Google no longer shows FAQ rich results in the SERP. On a page that does not address questions, this recommendation does not apply.

When it is NOT a problem

  • The page does not cover recurring questions (product page, category, narrative content): forcing an artificial FAQ would be counterproductive.
  • Your content is already structured as clear questions and answers in the visible text: the main benefit is already captured, with or without markup.
  • This is a recommendation (info): the absence of FAQPage triggers no penalty and removes no display, since there is no FAQ rich result anymore.
Before
<div class="faq">
  <p><b>Shipping?</b> Within 48h.</p>
  <p><b>Returns?</b> 30 days.</p>
</div>
After
<section>
  <h2>What are the shipping times?</h2>
  <p>We ship within 48 hours across mainland France.</p>
  <h2>What is the return policy?</h2>
  <p>You have 30 days to return an item.</p>
</section>

It is the visible structure (question as an H2, concise answer below) that carries the benefit, not the FAQPage markup. The schema stays an optional bonus.

How to fix it

  1. First check the page genuinely covers recurring questions; if not, this recommendation does not apply.
  2. Structure each question as an H2 or H3, with a concise, self-contained answer right below.
  3. Put a short, direct answer at the start of each section: that is what answer engines isolate.
  4. Optional: add the FAQPage schema as JSON-LD; harmless, but do not expect any enhanced SERP display.

This scan checks the signals AI reads: structured data, llms.txt, author

Is this issue on your site?

Is your FAQ content actually extractable by AI engines? Enter a URL: Seogard checks the structure of your questions in the raw HTML, the version read by Google and answer engines. Free, no credit card.

  • No credit card
  • Result in ~30 s

What you get back

Passages that answer engines can isolate and pick up — and content that is easier for your visitors to scan.

Seogard catches this regression automatically — through its GEO monitoring.

Frequently asked questions

Is the FAQPage schema still worth anything in 2026?

It no longer triggers a rich result in the SERP since 2023. It remains clean, harmless markup, but what really helps AI answer engines is the visible editorial structure of your questions and answers.

Should I add a FAQ to all my pages?

No. A FAQ only makes sense if the page genuinely covers recurring questions. Forcing an artificial FAQ to tick a box dilutes the content with no gain.

Related rules

Related case: FAQ schema removed

Updated July 10, 2026