Featured Snippets are direct-answer blocks that Google and AI tools display at position "0" above all results. To qualify, content must be structured exactly as algorithms expect: clear question, direct answer in the first paragraph, valid JSON-LD. GitHub CMS automatically formats content in Answer-first, generates FAQPage and HowTo markup, and delivers TTFB ≤200ms — three critical signals for Featured Snippets.
5 Types of Featured Snippets — and How to Write for Each
Paragraph Snippet
Text block of 40-60 words. Answers "what is", "how does". GitHub CMS: @block answer-first in opening paragraph.
List Snippet
Bulleted or numbered list. Answers "how to", "steps". GitHub CMS: @block key-facts + HowTo markup.
Table Snippet
Data table. Answers "comparison", "prices", "specs". GitHub CMS: tables in Markdown with cell padding.
Video Snippet
YouTube video with timestamp. Answers "how-to". GitHub CMS: embed YouTube via Markdown.
FAQ Rich Result
Accordion of Q&A pairs. The most powerful format for GEO. GitHub CMS: @block faq with automatic FAQPage Schema.org markup — each question and answer becomes a separate entity in JSON-LD.
FAQ Rich Result: The Most Powerful Format for GEO
FAQ Rich Result is an accordion of questions and answers that Google displays directly in search results. It takes 2-3× more screen space than a regular snippet and drives +30-40% CTR.
In GitHub CMS, FAQ is created via @block faq in Markdown. The system automatically generates valid JSON-LD of type FAQPage, linking each question to its acceptedAnswer. Zero plugins, zero manual markup.
"mainEntity": [{
"@type": "Question",
"name": "How to rank...",
"acceptedAnswer": {
"text": "Through JSON-LD..."
}
}]
🔑 Key Facts: Featured Snippets
FAQ
Do Featured Snippets work in ChatGPT and Perplexity?
Not directly (Featured Snippets are a Google feature). But the same content structure (clear question + direct answer + FAQPage markup) works in AI tools as a strong signal. Pages optimized for Featured Snippets are 85% more likely to be cited in ChatGPT.
Start Optimizing for Featured Snippets Today
GitHub CMS Pro — JSON-LD, FAQPage, Answer-first: everything for snippet eligibility built-in, $0 in plugins.