AEO and AI Search

What Is FAQ Schema and How to Add It to a Service Business Website

FAQ schema (technically called FAQPage schema) is structured data that tells search engines and AI assistants which content on your page is a question and answer pair. Pages with FAQ schema are eligible for rich results in Google search and are heavily favored as citation sources by ChatGPT, Perplexity, and Google AI Overviews.

Why FAQ schema matters in 2026

AI assistants extract answers in the format users want. A clear question with a clear 2 to 4 sentence answer is the easiest content for an LLM to lift. FAQ schema tells the LLM exactly which content is structured that way. Pages without FAQ schema can still get cited, but pages with it have a measurable edge.

Where FAQ schema works best

On service pages (not your homepage). Each service page should have 3 to 6 FAQs that answer the questions a real customer would ask before buying. "How much does it cost?" "How long does it take?" "Do you serve [my area]?" "What is your warranty?" These are the questions buyers ask, and they are the questions AI assistants need answered.

Code example (paste before the closing body tag)

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How much does drain cleaning cost?", "acceptedAnswer": { "@type": "Answer", "text": "Drain cleaning in Austin typically costs between $150 and $400 depending on severity. We provide a fixed quote before any work begins." } }, { "@type": "Question", "name": "Do you offer same day service?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, we offer same day drain cleaning service in Austin and surrounding areas. Call before noon for guaranteed same day appointment." } } ] } </script>

Rules to follow

The questions and answers in your schema must match the visible content on the page. Google penalizes hidden FAQ schema. Each page needs unique FAQs (do not copy paste the same FAQs across every page). Limit to 5 to 8 FAQs per page. More than that and you start to look like keyword stuffing.

How to validate your FAQ schema

Run the page through search.google.com/test/rich-results. The validator confirms whether your FAQ schema is well formed and eligible for rich results. Submit the URL through Google Search Console after deployment to speed up indexing.

Frequently asked questions

Does Google still show FAQ rich results in 2026?

Yes, but with reduced frequency compared to 2022. Google narrowed FAQ rich results to authoritative health and government sites for a period in 2023, then reopened the feature with stricter quality requirements. AI search engines (ChatGPT, Perplexity) still heavily use FAQ schema regardless.

Can I add FAQ schema to my homepage?

You can, but it is more effective on service or product pages. Homepage FAQs tend to be generic and offer less unique value to AI extraction.

How many FAQs are too many?

More than 8 per page starts to look like spam to Google. Stick to the questions a real customer asks, not every keyword variation.

See this in action for plumbers in Austin

Run a free scan and surface the local businesses that match exactly what you just read about.

Start a free scan

Related posts