ONPAGE
Featured Snippets: How to Optimize for Position Zero
Featured snippets appear above position 1 in Google search results and capture 20–30% of clicks for informational queries. Here's how Google selects snippet content, what formats exist, and how to optimise your pages to win them.
Published July 13, 2026 · 8 min read
A featured snippet is a special search result Google displays above the standard organic listings — sometimes called "position zero" — that directly answers a query by extracting and displaying a portion of text, a table, or a list from a ranking web page. Featured snippets appear for roughly 12–15% of all queries, predominantly informational questions where Google judges that a direct answer provides high value.
Winning a featured snippet can deliver a significant CTR boost. Studies consistently show featured snippets capturing 20–30% of clicks for queries where they appear, often exceeding the click share of the first organic result below them.
How Google selects featured snippet content
Google doesn't use a submitted tag or explicit markup to select featured snippet content. It algorithmically identifies the passage on a ranking page that best answers the specific query. Key factors:
The page must already rank. Featured snippets are drawn from pages that rank on the first page (typically top 5) for the query. You cannot win a featured snippet for a query on which you're ranking on page 2. The first step is ranking, then optimising for snippet selection.
The content must directly answer the query. Google extracts the specific passage that most directly answers the question. If your page ranks but buries the answer in the middle of a long section with no clear signposting, Google may pass to a competitor that answers more directly.
Format matching. Different query types favour different snippet formats:
- Paragraph snippets: "What is X", "How does X work", "Why does X happen" — Google extracts a concise 40–60 word explanation
- List snippets: "How to X", "Steps to X", "Types of X" — Google extracts an ordered or unordered list with 5–8 items
- Table snippets: "X vs Y", comparison queries, "prices of X", stat-heavy queries — Google extracts table rows from an HTML table on the page
- Video snippets: "How to X" queries where video is the dominant SERP format — Google clips a relevant segment from a YouTube video
How to optimise for paragraph snippets
Paragraph snippets are the most common type. They answer "What is...", "How does...", "Why...", and "Who is..." queries with 40–60 words extracted from a page.
Use a direct-answer sentence or paragraph immediately after the heading. Structure the content so the heading asks (or implies) the question and the first sentence or paragraph under it answers it directly in 40–60 words. Google's extraction algorithm looks for the most direct answer in close proximity to relevant signals (headings, question text on the page).
Match the query question format in a heading. If the target query is "what is canonical URL", include an <h2> or <h3> that says exactly "What is a Canonical URL?" or "What Is a Canonical URL and How Does It Work?" — this signals to Google that this section is specifically addressing that question.
Front-load the answer, then explain. Pattern:
## What is a featured snippet?
A featured snippet is a search result displayed above organic listings that
directly answers a query by extracting text from a ranking page. Google
selects snippet content algorithmically — typically 40–60 words immediately
following a question-matching heading.
[Then go deeper: history, types, statistics, nuances...]
Keep the answer tight. 40–60 words for the direct answer. If the first paragraph is 200 words, Google can't cleanly extract the answer — it may skip the section or extract an awkward partial sentence.
How to optimise for list snippets
List snippets dominate "how to" and enumeration queries. Google extracts list items from <ol> or <ul> HTML elements on the page.
Use actual HTML list elements. A bulleted or numbered list in your HTML is the strongest list snippet signal. Avoid lists that are formatted as plain text paragraphs with manually typed numbers ("1. First step. 2. Second step.") — these are much less likely to be extracted as list snippets.
Match the query intent in the heading. "How to do SEO content audit: 5 steps" as an <h2> above an <ol> is ideal. The heading should describe the list subject and (optionally) the count.
Keep list items concise and parallel. Each list item should be a short, parallel construction. Google truncates list items beyond a certain length and limits the displayed list to approximately 5–8 items (showing a "More items..." link for longer lists). Lead each list item with the key action or term, then expand in the body text.
Add supporting paragraphs after list items. A <ul> or <ol> without any supporting body text is thin. Add a brief explanation under the list, and optionally expand on individual items in sub-sections beneath the list. This satisfies users who want more depth after seeing the snippet.
How to optimise for table snippets
Table snippets appear for comparison queries, pricing queries, and stat-heavy questions. Google extracts rows from an <table> HTML element.
Use semantic HTML tables. Not markdown tables rendered to plain text — actual <table>, <thead>, <tr>, <th>, and <td> elements. Screen-readable and crawlable HTML tables are what Google's extractor targets.
Include clear column headers. <th> elements in the <thead> with descriptive labels. Google uses these as column headers in the displayed table snippet.
Keep tables focused. 2–4 columns and 5–8 rows is the sweet spot for table snippets. Very wide or very long tables are harder for Google to extract cleanly.
FAQPage schema as a snippet pathway
FAQPage JSON-LD (@type: FAQPage with mainEntity array of Question/Answer pairs) generates a different type of rich result — an expandable FAQ accordion in SERPs — but the Q&A structure also makes your answers candidates for paragraph snippet extraction because it provides explicit question-answer pairing in machine-readable form.
Pages with FAQPage schema that also follow the paragraph snippet structure (direct answer in the first sentence/paragraph under a question heading) are strong candidates for both traditional featured snippets and FAQ rich results.
Tracking featured snippet performance
Google Search Console's Performance report doesn't explicitly label featured snippets, but you can infer them:
- Filter by a query you're targeting for a snippet
- Check the average position and CTR
- Position 0–1 with above-average CTR for that position = likely featured snippet
- Position 1 with below-average CTR = possibly another site holds the featured snippet and is taking your clicks
Third-party tools (Ahrefs, Semrush) track featured snippets explicitly per query and show which URL currently holds the snippet — useful for competitive analysis and for monitoring when you win or lose a snippet position.
Run the DeepSEOAnalysis free audit to check your FAQPage and HowTo structured data, question-heading ratio (the percentage of headings phrased as questions), and content chunkability — the three AI-visibility and snippet-optimisation signals most strongly correlated with featured snippet and AI-overview selection.
Frequently asked questions
Can I opt out of featured snippets?
Yes. Add <meta name="robots" content="nosnippet"> to opt out of all snippets for a page, or data-nosnippet attribute on specific HTML elements to exclude just that passage from snippet consideration. There's also max-snippet to limit the character count Google can use (<meta name="robots" content="max-snippet:50">). Use these sparingly — featured snippets are usually a traffic benefit, not a problem. Opting out is relevant when the snippet fully answers the query and eliminates the user's need to click through (common with "what is" definitions where zero-click rates are high).
Does winning a featured snippet reduce clicks to my page?
For some query types, yes — especially simple factual queries where the snippet fully satisfies the question and the user has no reason to click through. This is the "zero-click" problem. However, the effect varies significantly by query type: complex "how to" or multi-step snippets typically drive clicks because the user needs the full content; simple definitions sometimes don't. Monitor the CTR of pages with featured snippets in GSC — if the CTR drops significantly after winning a snippet while impressions remain stable, the snippet may be satisfying the intent without driving clicks. In that case, evaluate whether the snippet position is worth the zero-click trade-off or whether you should use nosnippet on that specific section.
Will AI Overviews replace featured snippets?
AI Overviews (Google's AI-synthesised answers, rolled out broadly in 2024–2025) appear for a different and broader range of queries than traditional featured snippets, and they pull from multiple sources rather than a single page. Featured snippets and AI Overviews can coexist on the same SERP. The optimisation overlap is significant: the same structured content (direct answers under question headings, FAQPage schema, well-chunked content) that optimises for featured snippets also makes content more likely to be cited in AI Overviews and in responses from AI chatbots (ChatGPT, Perplexity, Claude). DeepSEOAnalysis's GEO score measures these overlapping signals explicitly.
How many featured snippets can a page rank for?
A single page can win featured snippets for multiple queries simultaneously — as long as it ranks on page 1 for each query and the relevant content is structured to directly answer each question. Pages with a comprehensive "What is X" section, a numbered "how to" list, and a comparison table can win paragraph, list, and table snippets for different queries with the same page. Track snippet opportunities across all queries a page ranks for using GSC + a third-party tool, and structure each content section for its dominant snippet format.
MORE FROM THE BLOG
Related articles
7 min read
Topical Authority: How to Build It and Why It Matters for Rankings
Topical authority is the degree to which Google treats your site as an authoritative source on a specific subject. Sites with deep topical coverage rank more easily for new content on their topic than sites with broad, shallow coverage. Here's how to build it deliberately.
Read →8 min read
SEO Competitor Analysis: How to Reverse-Engineer What's Ranking
SEO competitor analysis is the process of studying which sites rank for your target queries, why they rank, and what gaps exist in their coverage that you can fill. Here's a systematic framework for identifying competitors, auditing their assets, and translating findings into actionable content and technical priorities.
Read →9 min read
Semantic SEO: Optimising for Topic Clusters and Entity Relationships
Semantic SEO moves beyond keyword matching to optimise for meaning, context, and entity relationships — aligning with how modern search engines actually understand content. Here's how to build topical authority through structured content and entity signals.
Read →Run DeepSEOAnalysis on your own site.
Free, no signup. Technical SEO, Core Web Vitals, structured data, and AI visibility in one report.
Run a free audit →