How to use the FAQ Schema Generator
FAQ schema gets your questions and answers displayed directly under your snippet in Google — a 2–3× CTR lift on eligible queries. The catch: the questions must already be visible on the page.
List your questions
Add 4–8 questions users actually ask about your topic. Pull them from People Also Ask, your internal search logs, or customer support tickets. Generic questions get filtered out.
Write substantive answers
Each answer should be 50–300 characters. Single-sentence answers convert; one-word answers or essays both get rejected. Answers can include basic HTML (links, paragraphs, lists) but not tables or scripts.
Match the on-page content exactly
Google verifies that every question and answer in the schema is also visible on the page. Schema-only Q&As trigger a manual penalty risk. Use this generator alongside a visible FAQ section.
Paste the JSON-LD into your
Wrap in <script type="application/ld+json">. Validate with the Rich Results Test before deploying — eligibility check takes 5 seconds.
Why FAQ schema is the highest-ROI rich result
FAQ rich results take up 3–5× more SERP real estate than a standard listing, push competitors below the fold, and give users instant answers. They're also one of the easiest rich results to qualify for — no special page type required.
What FAQ rich results look like
Eligible pages display 4–6 expandable Q&A accordions directly under the title and description. Each accordion can include links and lists. Click on a question and Google reveals the answer inline — without leaving the SERP.
Eligibility requirements
- FAQPage type with mainEntity array of Question objects.
- Each Question has a
name(the question) and anacceptedAnswerwithtext. - Questions and answers must be visible on the page — schema-only content is a violation.
- Single-author content — community Q&A (multiple users answering) needs QAPage instead.
- Not a navigation or pricing page — those use other rich-result types.
When to use FAQPage vs QAPage vs HowTo
- FAQPage — single author, frequently asked questions about a topic.
- QAPage — community-driven, single best answer (Stack Overflow style).
- HowTo — sequential steps, not Q&A. Has its own rich result with images.
Frequently asked questions
What is FAQ schema markup?
FAQ schema is JSON-LD structured data using the FAQPage type that marks up frequently asked questions and answers on a page. Pages with valid FAQ schema are eligible for FAQ rich results in Google — expandable Q&A accordions displayed directly under the page's snippet.
How many FAQs should I include?
Google displays up to 4–6 questions in the rich result. Provide 4–10 questions in the schema; Google picks which ones to show based on user query relevance. More than 10 starts to feel padded and can trigger a quality review.
Do FAQ rich results still appear in Google?
Yes, but Google has narrowed eligibility. As of mid-2023, FAQ rich results are only shown for "well-known authoritative government and health websites" for some queries. For most sites, FAQ schema still helps with structured-data understanding even when the visual rich result doesn't display.
Can I use FAQ schema on product or category pages?
Yes, if the FAQs are genuine questions about the product or category. Don't stuff irrelevant questions to qualify; Google's quality reviewers manually inspect FAQ schema on commercial pages and penalize abuse.
Do I need to display the FAQs on the page?
Yes — Google's policy is that all schema content must be visible on the page itself. Hidden Q&As (in collapsed accordions that never display, or schema-only content) violate the structured-data guidelines and risk a manual penalty.