Skip to content
SEWWA

Schema guides Schema type

FAQPage schema: complete guide

When to use: Pages with a clear FAQ section and matching Q&A content.

Required properties

Optional properties

Example JSON-LD

{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is JSON-LD?",
"acceptedAnswer": {
"@type": "Answer",
"text": "JSON-LD is a format for linked data using JSON, often embedded in script tags."
}
}
]
}

Validation tips

Overview

FAQPage can earn FAQ rich results when content quality and policy requirements are met. Every Question in JSON-LD should appear on the page for users.

If FAQs are thin or duplicated site-wide, skip markup until content is unique and helpful.

Try the free Schema Generator →