--- name: faq description: "Use when adding FAQ sections to landing pages or blog posts, generating FAQPage JSON-LD from existing Q&A content, or validating that structured data on pages with FAQ sections is syntactically and semantically correct." metadata: category: seo priority: medium difficulty: intermediate estimatedTime: "10" source: frontendchecklist.io url: https://frontendchecklist.io/en/rules/seo/faq --- # Add FAQPage schema markup Valid FAQPage structured data can generate rich results in Google Search, displaying expandable question-and-answer pairs directly in the SERP. This increases click-through rate and SERP real estate without requiring a higher ranking position. ## Quick Reference - Add `FAQPage` JSON-LD with `mainEntity` question/answer pairs to pages that contain FAQ sections - Each `Question` must include `acceptedAnswer` with an `Answer` type containing the `text` property - Only use FAQPage schema when the page actually contains FAQ-style question-and-answer content visible to users ## Check Check pages that contain FAQ or Q&A sections. For each: (1) Is there a `