How to Write Content for Position Zero: Win Featured Snippets and AI Citations
TL;DR: Position zero (featured snippets) goes to content that directly and concisely answers the searcher’s question in the right format. The key formula: question heading + 40-60 word direct answer + supporting detail. This same format wins AI citations. Master it once, benefit across all search surfaces.
What Is Position Zero and Why Does It Matter?
Position zero is Google’s featured snippet — the boxed answer that appears above the first organic result for many search queries. It’s called “position zero” because it sits above position one.
Featured snippets display a direct answer pulled from a web page, the source page’s title and URL, and sometimes an image. The user gets their answer immediately, and the source site gets prominent SERP visibility. (We explore this further in People Also Ask: Dominate PAA Boxes (2026).)
Position zero matters for three reasons. First, visibility: featured snippets command attention. They’re the first thing users see and receive approximately 8-12% of total clicks for the query. Second, voice search: about 40% of voice search answers come from featured snippets. Third, AI alignment: content formatted to win featured snippets is naturally formatted for AI citation.
Featured snippets appear for roughly 12-15% of all Google searches, with higher rates for informational and question-based queries. For queries starting with “how,” “what,” “why,” or “does,” the featured snippet rate can exceed 30%.
The competitive dynamic is winner-take-all. There’s only one featured snippet per query (with rare exceptions). If you hold it, your competitor doesn’t. This makes position zero one of the highest-value SERP features to win.
What Are the Different Types of Featured Snippets?
Google displays featured snippets in four primary formats, and each requires a different content approach.
Paragraph snippets are the most common (roughly 70% of all featured snippets). They display a text block of 40-60 words that directly answers the query. These appear for definition questions (“What is…”), explanation questions (“Why does…”), and description questions (“How does…”).
List snippets display numbered or bulleted lists. They appear for procedural queries (“How to…”), ranking queries (“Best…”), and collection queries (“Types of…”). Numbered lists appear for step-by-step processes. Bulleted lists appear for non-sequential items.
Table snippets display data in tabular format. They appear for comparison queries (“X vs Y”), data queries (“pricing for…”), and specification queries (“dimensions of…”). Google often constructs table snippets from HTML tables on your page.
Video snippets display a video clip (usually from YouTube) with a timestamp for the relevant section. These appear for visual or demonstration queries. This relates closely to what we cover in Meta Descriptions That AI Engines Actually Quote.
| Snippet Type | % of Snippets | Best For | Content Format Needed |
|---|---|---|---|
| Paragraph | ~70% | Definitions, explanations | 40-60 word direct answer |
| List | ~20% | Steps, rankings, types | Numbered/bulleted HTML list |
| Table | ~8% | Comparisons, data, specs | HTML table |
| Video | ~2% | Demonstrations, tutorials | YouTube video with chapters |
Your content strategy should match the snippet type that Google already displays for your target query. Search the query, see what format the current snippet uses, and create content in that same format.
How Do You Write Content That Wins Paragraph Snippets?
Paragraph snippets are the most common and the most directly within your control. The formula is consistent.
The formula: Question heading → Direct answer (40-60 words) → Supporting detail.
The direct answer should begin immediately after the heading and contain a complete, standalone response. It should be specific, factual, and directly responsive to the question. No preamble, no “that’s a great question,” no throat-clearing.
Strong example:
## What Is a Canonical Tag?
A canonical tag is an HTML element (rel="canonical") that tells search engines
which version of a page is the original or preferred one. It prevents duplicate
content issues when the same content is accessible at multiple URLs. Place the
canonical tag in the <head> section of each duplicate page, pointing to the
preferred URL.
This works because: the first paragraph directly defines the term in ~55 words, it’s self-contained (makes sense without any additional context), and it includes the key details (what it is, what it does, where to place it).
Weak example:
## What Is a Canonical Tag?
If you've been working in SEO for any length of time, you've probably heard
about canonical tags. They're one of those technical SEO elements that can seem
confusing at first but are actually quite straightforward once you understand
them. Let me explain what they are and why they matter.
A canonical tag is an HTML element...
This fails because: the answer doesn’t start until the third sentence, the first two sentences are filler, and Google would extract the first paragraph which contains no useful information.
Writing tips for paragraph snippets:
- Write the first sentence as if it will be displayed alone (because it might be)
- Include the target keyword naturally in the answer
- Be specific — include numbers, names, dates when relevant
- Aim for 40-60 words (this is Google’s preferred extraction length)
- Use “is,” “are,” “means,” or “refers to” for definition queries
How Do You Win List Snippets?
List snippets require a different formatting approach than paragraph snippets. For more on this, see our guide to How to Win ‘Best X’ and ‘Top 10’ Prompts in AI Search.
For numbered list snippets (step-by-step processes), use HTML ordered lists or clear H3 subheadings for each step. Google needs to identify the sequential steps on your page. Our On-Page SEO Checklist 2026: 25 Essential Optimizations guide covers this in detail.
Format option 1: HTML list
<h2>How to Reset Your iPhone</h2>
<ol>
<li>Open Settings on your iPhone</li>
<li>Tap General</li>
<li>Scroll down and tap Transfer or Reset iPhone</li>
<li>Tap Erase All Content and Settings</li>
<li>Enter your passcode when prompted</li>
<li>Confirm the reset</li>
</ol>
Format option 2: H3 subheadings
## How to Reset Your iPhone
### Step 1: Open Settings
Open the Settings app on your iPhone's home screen...
### Step 2: Navigate to General
Tap on General in the Settings menu...
### Step 3: Find Reset Options
Scroll to the bottom and tap Transfer or Reset iPhone...
Both formats work. Google can extract lists from either HTML <ol>/<ul> elements or from sequential H3 headings within an H2 section.
For bulleted list snippets (non-sequential items), use HTML unordered lists. These appear for queries like “Types of cloud computing,” “Best practices for email marketing,” or “Benefits of exercise.”
Key insight: If Google currently displays a list snippet for your target query and the current snippet has 8 items, create a list with 10-12 items. Google often selects lists that are slightly more comprehensive than the current snippet. But don’t pad with low-quality items — each item should be substantive.
How Do You Win Table Snippets?
Table snippets are the least common but highly valuable for comparison and data queries.
Google extracts table snippets from HTML <table> elements on your page. Markdown tables in your content management system typically render as HTML tables, which Google can parse.
Effective table format:
<table>
<thead>
<tr>
<th>CRM Tool</th>
<th>Starting Price</th>
<th>Best For</th>
<th>Free Plan</th>
</tr>
</thead>
<tbody>
<tr>
<td>HubSpot</td>
<td>$20/month</td>
<td>Small businesses</td>
<td>Yes</td>
</tr>
<tr>
<td>Salesforce</td>
<td>$25/month</td>
<td>Enterprise</td>
<td>No</td>
</tr>
</tbody>
</table>
Table snippet tips:
- Use clear, descriptive column headers
- Include 4-8 rows (Google rarely displays more)
- Keep cell content concise (1-5 words per cell)
- Place the table immediately after the relevant H2 heading
- Include the comparison context in the heading (“CRM Pricing Comparison 2026”)
Tables are particularly powerful because they serve double duty: they win table snippets in Google and AI engines love citing tabular data because it’s structured and easy to extract.
What’s the Relationship Between Position Zero and AI Citations?
Position zero and AI citations share deep structural DNA. Understanding the connection lets you optimize for both simultaneously. As we discuss in GEO for Local Businesses: Getting AI to Recommend You, this is a critical factor.
Shared requirements: Both featured snippets and AI citations require direct, concise answers. Both prefer structured content with clear headings. Both select from authoritative, well-structured pages. Both favor content that front-loads the answer.
Where they differ: Featured snippets extract short passages (40-60 words). AI engines can cite longer passages (up to several sentences). Featured snippets are limited to one source per query. AI responses can cite multiple sources. Featured snippets are determined by an algorithm. AI citations involve generation models with more variability.
Practical correlation: Pages that hold featured snippets are cited by AI engines at approximately 2-3x the rate of equivalent pages without snippets. This isn’t because the snippet itself helps AI citation — it’s because the content formatting that wins snippets also makes content highly citable by AI.
The unified strategy:
- Target question-based queries
- Use question-style H2 headings
- Provide a concise direct answer (40-60 words) immediately after each heading
- Follow with comprehensive detail (200-400 words per section)
- Include structured elements (lists, tables) where appropriate
- Add FAQ schema for related questions
This approach targets featured snippets, AI citations, PAA boxes, and voice search simultaneously. One content strategy, four visibility benefits.
What Most People Get Wrong About Position Zero
Common misconceptions lead to wasted effort and missed opportunities.
Wrong: “You need to rank #1 to get position zero.” About 30% of featured snippets come from pages ranking #2 through #10. If your page ranks on page 1 and provides a better-structured answer than the current #1, you can win the snippet. Position zero is a content structure competition, not purely a ranking competition.
Wrong: “Featured snippets steal clicks.” While position zero reduces clicks to other results, it generates net positive clicks for the snippet holder. Studies show the snippet holder gets more total clicks than they would in position #1 without a snippet. The snippet increases total SERP interaction. If you want to go deeper, GEO vs SEO: What’s the Difference and Do You Need Both? breaks this down step by step.
Wrong: “Longer content always wins.” Featured snippet answers are short (40-60 words). Longer isn’t better for the snippet itself. What matters is having a concise answer up front with comprehensive content supporting it below. The supporting content helps you rank; the concise answer wins the snippet.
Wrong: “Once you win a snippet, you keep it.” Featured snippets are dynamic. Google retests and may switch the snippet source. Monitor your snippet positions and update content if you lose one. Freshness and continued content quality are required to maintain snippets.
Wrong: “You can’t optimize for snippets — Google just picks what it wants.” Snippet optimization is one of the most predictable SEO activities. The formula (question heading + direct answer + supporting detail) works consistently. It’s not random — it’s structural.
How Do You Find Position Zero Opportunities?
Systematic opportunity identification prevents you from optimizing blindly.
Step 1: Find queries where you rank page 1 but don’t hold the snippet. In SEMrush or Ahrefs, filter your ranking keywords by: has featured snippet (yes), your domain has snippet (no), position 2-10. These are your highest-potential opportunities because you already have ranking authority.
Step 2: Analyze the current snippet holder. For each opportunity, look at the current snippet. What format is it (paragraph, list, table)? What does the answer say? How is it structured? Your goal is to provide a better-structured, more comprehensive answer in the same format.
Step 3: Identify queries where no snippet exists yet. Some queries trigger featured snippets intermittently or not at all. If you can create the ideal snippet-ready content for these queries, you may win when Google decides to show a snippet. (We explore this further in Why Every Page Needs an FAQ Section for GEO.)
Step 4: Evaluate business value. Not all snippets are worth pursuing. Prioritize snippets for queries with decent search volume, relevance to your business goals, and commercial intent.
Opportunity scoring:
| Factor | Weight | Score 1-5 |
|---|---|---|
| Current ranking (higher = easier) | High | Position 1-3: 5, 4-6: 3, 7-10: 1 |
| Business relevance | High | Core topic: 5, Adjacent: 3, Tangential: 1 |
| Current snippet quality | Medium | Poor: 5 (easy to beat), Good: 2 |
| Search volume | Medium | High: 5, Medium: 3, Low: 1 |
Focus on opportunities scoring 15+ first.
What’s the Step-by-Step Process for Winning Position Zero?
Here’s the complete workflow from identification to winning the snippet.
Phase 1: Research (2 hours). Identify 20-30 snippet opportunities using the method above. Analyze current snippets. Prioritize the top 10 by opportunity score.
Phase 2: Content optimization (1-2 hours per page). For each target page, add or modify the H2 heading to match the query as a question. Write a 40-60 word direct answer as the first paragraph. Format supporting content appropriately (list, table, or elaborated paragraphs). Add FAQ schema if the page has Q&A content.
Phase 3: Publish and wait (2-4 weeks). After optimizing, Google needs time to recrawl and re-evaluate your page. Most snippet changes happen within 2-4 weeks, but some take longer.
Phase 4: Monitor and iterate (ongoing). Track your snippet wins weekly. For opportunities you haven’t won after 4 weeks, analyze what the winner does differently and adjust. For snippets you’ve won, monitor to catch any losses early.
Phase 5: Expand (monthly). As you win snippets for your initial targets, expand to new opportunities. The confidence and skills you build on easy wins apply to harder targets.
This process is repeatable and scalable. A single content marketer can realistically optimize 5-10 pages per week for position zero.
Key Takeaways
- Position zero goes to content with concise, direct answers (40-60 words) immediately after question headings
- Match your content format to the snippet type Google displays (paragraph, list, table)
- You don’t need to rank #1 — pages in positions 2-10 frequently win featured snippets
- Position zero optimization and AI citation optimization use the same formatting principles
- Systematically identify opportunities where you rank page 1 but don’t hold the snippet
- Monitor snippet positions weekly — they’re dynamic and require ongoing attention