FAQ Schema for AI Citation: FAQPage vs QAPage Explained
FAQ schema is the most direct path to appearing in AI answers. But most sites use the wrong type. Here is the difference between FAQPage and QAPage - and which one AI engines prefer.
What is FAQ schema?
FAQ schema is structured data that tells search engines and AI systems: "This page contains a list of questions and answers." It exists as JSON-LD markup in the page HTML. When present, AI engines can extract your Q&A pairs directly without needing to parse running text.
There are two types that matter for AI citation:
Standard Q&A pairs.
Use for: FAQ sections, support pages, knowledge bases.
Format: A list of questions, each with one accepted answer.
AI citation strength: Standard.
Full question bank.
Use for: Cornerstone articles, comprehensive guides, product documentation.
Format: A primary question with accepted answer, plus additional answers and comments.
AI citation strength: Stronger.
How FAQ schema helps AI citation
Without schema, the AI engine has to parse your HTML, identify headings, match them to paragraphs, and extract the answer. With schema, the extraction is deterministic - the answer is explicitly marked.
This matters because:
- Extraction is faster and more reliable
- The answer text is exactly what you wrote - no hallucination risk
- Multiple Q&A pairs can be indexed from a single page
- Google uses the same schema for featured snippet generation
How to add FAQPage schema
FAQPage schema is a JSON-LD block placed in your page HTML. Here is a working example:
Place this inside a <script type="application/ld+json"> tag in your page's <head> or before the closing </body> tag.
How to add QAPage schema
QAPage is more structured than FAQPage. It supports a primary question with a detailed answer:
QAPage is best for pages that focus on answering a single primary question in depth - cornerstone guides, product documentation, how-to articles.
Which one should you use?
How to verify your schema is working
Frequently Asked Questions
Can I use both FAQPage and QAPage on the same page?
Yes. Use FAQPage for your FAQ section and QAPage for the main article content. Place them as separate JSON-LD blocks.
You can include multiple JSON-LD blocks on a single page. Use one FAQPage block for your FAQ section and one QAPage block for the main article question. Google and AI engines parse both independently.
How many Q&A pairs should my FAQ schema have?
5 to 10 pairs is optimal. Enough to cover the main questions AI engines ask about your topic, not so many that the schema becomes unwieldy.
Google does not penalize for having more or fewer Q&A pairs. The sweet spot for AI citation is 5-10 pairs that directly match the questions your customers ask. Quality matters more than quantity - each answer should be 30-60 words and directly answer the question.
Does FAQ schema replace answer-first content structure?
No. Schema and content structure work together. Schema tells AI engines where your Q&A pairs are. Answer-first structure helps AI engines cite the rest of your content.
FAQ schema covers your FAQ section specifically. Answer-first structure (question headings + short first paragraphs) covers the rest of your page content. They are complementary - schema handles structured Q&A pairs, answer-first handles running prose. Both are needed for maximum AI citation potential.
How long does it take for FAQ schema to affect AI citation?
Google indexes schema changes within days. AI engines re-crawl on a 2-6 week cycle. You should see the effect within one re-crawl cycle.
Google processes FAQ schema quickly - often within 48 hours for active sites. AI engines like ChatGPT and Perplexity re-crawl on longer cycles, typically 2-6 weeks. Once the schema is detected on a re-crawl, your Q&A pairs become available for citation.
Check if your site has FAQ schema detected.
Run a free audit at searchscore.io and see your structured data score - including FAQPage and QAPage detection - across 130+ AI visibility signals.