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