FAQPage schema removed: what it really changes for your results

In brief

Losing the FAQPage schema removes the enhanced FAQ display in Google, but it does not affect ranking or how Google and AI systems read your questions and answers. We flag it mainly because it is often the symptom of a component removed by mistake: confirm the removal was intended.

InfoGEO — AI visibility

What is it?

The page's FAQPage schema is gone.

Why it hurts SEO and AI

Google no longer shows FAQ rich results in the SERP: the FAQPage schema therefore no longer brings any enhanced display in search results, and its removal has no ranking impact. The visible question/answer content, however, remains readable by Google and LLMs — which read the page's text, not the markup. We flag the removal because it is often a symptom of a component deleted by mistake.

When it is NOT a problem

  • You deliberately removed the FAQ from the page because it no longer belonged there.
  • The visible question/answer content is still present: Google and AI systems read it in the text, regardless of the markup.
  • The page never had a truly relevant FAQ and the schema produced no usable rich result anyway.
Before
<!-- No FAQ markup left on the page -->
<section class="faq">
  <h2>Frequently asked questions</h2>
  <div>Delivery within 48h ...</div>
</section>
After
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What are the delivery times?",
    "acceptedAnswer": { "@type": "Answer", "text": "Delivery within 48h." }
  }]
}
</script>

The visible content stays readable by every engine; the schema only turns on the enhanced SERP display.

How to fix it

  1. Check the raw HTML to see whether the FAQPage JSON-LD block is truly gone or just modified.
  2. Decide whether the removal is intentional or a side effect of a recent deploy.
  3. If it was not intended, restore the component that injected the FAQPage schema.
  4. Re-crawl the page to confirm the schema is present again.

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

Is this issue on your site?

Has your FAQ schema vanished without you noticing? Enter a URL: Seogard compares the raw HTML from one crawl to the next and spots removed FAQPage markup. Free, no credit card.

  • No credit card
  • Result in ~30 s

What you get back

Confirmation that the removal is deliberate, not a side effect of a deploy — the schema alone carried no traffic.

Seogard catches this regression automatically — through its GEO monitoring.

Frequently asked questions

Does removing the FAQ schema drop my traffic?

No, the FAQPage schema carries no traffic: it only enables the enhanced FAQ display in the SERP. Your ranking and content stay unchanged.

Does Google still show FAQ rich results?

Google has heavily restricted FAQ display to authoritative and government sites. For most sites this rich result no longer appears, which limits how much this schema matters.

Related rules

Related case: Missing FAQ schema

Updated July 10, 2026