schema
FAQPage schema
The schema.org type that signals your page contains questions + answers — the most-cited schema by AI Overviews.
Definition
FAQPage is a schema.org JSON-LD type that marks up question-and-answer pairs on a page. It's the single most-cited schema type by Google AI Overviews and Perplexity — engines preferentially extract Q&A pairs for use in their summarized answers.
Example
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is a CRM?","acceptedAnswer":{"@type":"Answer","text":"A CRM is..."}}]}</script>How to optimize
Add 3-5 questions buyers actually ask about your category. Use VectorCite's Fix Kit to generate spec-compliant FAQPage JSON-LD. Validate at validator.schema.org. Place the script tag in <head>.