Skip to main content
Webanto LogoWebanto Logo
AboutBlogPortfolioProductsServices
  1. Home
  2. Guides
  3. How To Add Faq Schema To A Page
Newsletter

Stay in Orbit

Get the latest digital insights delivered to your inbox — strategies, trends, and tips from the frontier of web and marketing.

Webanto LogoWebanto Logo

Out of This World Digital Solutions. We help businesses reach new heights with cutting-edge technology and innovative strategies.

Services
Website DevelopmentSEO OptimizationSocial MediaContent Marketing
Company
About UsPortfolioLatest NewsDocumentationContactClient Portal
Launch Your Mission

Ready to launch your project into the digital stratosphere? Let's build something extraordinary.

Start Project
© 2026 Webanto. Engineered for the future.
TermsPrivacyContact
SEO & content

How to add FAQ schema to a page

Implement FAQPage JSON-LD on a page so questions and answers can appear as a rich result in Google search.

Time: 30 minutesDifficulty: Intermediate

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.

Prerequisites

  • • A page with at least 3 genuine question/answer pairs
  • • Access to edit the page's HTML or use a CMS that supports custom blocks

Steps

  1. 1
    Write at least 3 genuine Q&A pairs

    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.

  2. 2
    Render the questions and answers visibly on the page

    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.

  3. 3
    Generate the FAQPage JSON-LD

    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.

  4. 4
    Embed the JSON-LD in a script tag

    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.

  5. 5
    Validate in Google's Rich Results Test

    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.

  6. 6
    Deploy and request indexing

    Deploy the change. In Google Search Console, request indexing for the URL. Rich results typically start appearing within 1-7 days.

  7. 7
    Monitor for rich-result eligibility

    Check Search Console > Enhancements > FAQ regularly. Pages eligible for FAQ rich results appear here; warnings about errors or unmet requirements show what to fix.

Notes

  • • Don't include the same FAQ block on dozens of pages — Google may consider this duplicate content and stop showing the rich result.
  • • FAQ rich results have become less common since Google's August 2023 update — Google now only displays them for 'well-known, authoritative government and health websites'. The schema is still worth adding for AI Overview citation, but expect fewer rich-result impressions than in years past.

Related guides

  • How to find orphaned pages on your site

    Identify the pages on your site that have zero internal links pointing to them — invisible to crawlers and unable to rank.

  • How to find and fix broken internal links

    Identify broken internal and external links across your site and fix them with redirects or content updates.

  • How to write a meta description that earns clicks

    Craft a meta description that summarises the page accurately and maximises click-through rate from search results.

Browse all guides

See every how-to guide we've published — across email, SEO, ecommerce, and social media.