FAQPage
Content

FAQPage

A page with frequently asked questions. Google deprecated FAQ rich results on May 7 2026, but FAQPage schema remains critical for AI engine citations and answer extraction.

Rich Result: FAQ (deprecated in Google, valuable for AI)

Required Properties

mainEntity

Recommended Properties

name
description
url

JSON-LD Example

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is Core Web Vitals?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Core Web Vitals are a set of specific factors Google considers important in a webpage's overall user experience."
      }
    },
    {
      "@type": "Question",
      "name": "How do I improve my LCP?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "To improve LCP: optimize images, use a CDN, improve server response time, and eliminate render-blocking resources."
      }
    }
  ]
}
</script>
Test your FAQPage markup
Validate and generate FAQPage JSON-LD for your site
Validate Schema →Generate JSON-LD →

Related Schema Types

HowTo
← All Schema.org Types