We respect your privacy.

We use strictly necessary cookies to keep you signed in and to protect against CSRF. With your permission we also use a small amount of first-party analytics to improve the product. We do not sell your data and we do not use third-party advertising trackers. See our cookie policy and privacy policy .

Home/Glossary/FAQPage

Standards

FAQPage

Updated 2026-05-17

FAQPage is a Schema.org JSON-LD type that marks a page's question-and-answer pairs as structured Q&A. AI engines extract acceptedAnswer.text almost verbatim into answer snippets, making FAQPage the highest-leverage schema type to ship after Organization.

Example

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is llms.txt?",
    "acceptedAnswer": { "@type": "Answer", "text": "An emerging spec…" }
  }]
}

Related

Where this comes up

See how your site scores on FAQPage + every other AI-discoverability signal.

Free audit