Get the latest digital insights delivered to your inbox — strategies, trends, and tips from the frontier of web and marketing.
Implement FAQPage JSON-LD on a page so questions and answers can appear as a rich result in Google search.
FAQ schema (FAQPage in schema.org) lets Google display question-and-answer pairs directly in search results as an expandable accordion. The visible-question area on the search result is significantly larger than a normal blue link, lifting click-through rate. This guide implements FAQ schema correctly.
Google requires the questions and answers to actually appear on the page (not just in the structured data) and to be genuinely useful. Don't include marketing copy or rephrased product descriptions — write real customer questions.
Each question is a heading or accordion title; each answer is the body that follows. Visible rendering is mandatory — schema without matching visible content is a policy violation.
Use the schema.org FAQPage type with @type: 'Question' for each pair, and @type: 'Answer' for the answer. The text in the schema must match the visible text on the page word-for-word.
Place the generated JSON inside `<script type='application/ld+json'>` in the page's head or body. Most modern frameworks let you do this in the page template.
Open https://search.google.com/test/rich-results, paste your URL (or the rendered HTML), and confirm the FAQPage schema validates without warnings. Fix any errors before deploying.
Deploy the change. In Google Search Console, request indexing for the URL. Rich results typically start appearing within 1-7 days.
Check Search Console > Enhancements > FAQ regularly. Pages eligible for FAQ rich results appear here; warnings about errors or unmet requirements show what to fix.
Identify the pages on your site that have zero internal links pointing to them — invisible to crawlers and unable to rank.
Identify broken internal and external links across your site and fix them with redirects or content updates.
Craft a meta description that summarises the page accurately and maximises click-through rate from search results.