GlossarySEO
What is a featured snippet?
Also called: position zero, answer box
Definition
A featured snippet is a Google result where the descriptive snippet appears first, above the link, to answer a query directly. Google picks it automatically; there's no markup that makes a page one.
Featured snippet, explained
Google describes featured snippets as special boxes where the usual format is reversed: the snippet comes first and the title link second. They usually appear for question-style queries, like definitions, steps or short lists, and they're drawn from one of the pages already ranking for that query.
You can't apply for one. Google's documentation says its systems decide whether a page would make a good featured snippet for a query and, if so, elevate it. There's no structured data for it. What you can do is make it easy for Google to lift a clean answer from your page.
In practice that means: put a direct answer high on the page, in one or two sentences, right after a heading that matches the question. Follow with depth. Use real lists and tables in HTML for steps and comparisons. This is the same writing pattern that makes a page easy for AI assistants to quote, which is why this glossary leads every entry with a short, quotable definition.
You can also opt out. The nosnippet rule removes all snippets for a page, including featured ones. A low max-snippet value makes a featured snippet less likely. And the data-nosnippet attribute keeps specific text out of any snippet. Some publishers do this when a snippet answers the question so completely that nobody clicks.
Featured snippets now share the page with AI Overviews on many queries. The same qualities help with both: pages that are indexed, eligible for a snippet, and answer the question clearly.
Why it matters for founders
Winning a featured snippet puts a small site's answer above much bigger competitors. The writing habits that earn one, a clear answer first and depth after, also make your pages easier for AI assistants to cite.
Example
Your page on "what is crawl budget" opens with a two-sentence definition under an H2 that asks the question. Google shows that definition in a box above the results, with your page linked below it.
Common mistakes
- Looking for a schema type that creates featured snippets. There isn't one.
- Hiding the answer below long introductions.
- Writing lists as images or with CSS tricks instead of real HTML lists.
- Using
nosnippetwithout realizing it also removes your normal snippet.
Sources
Checked
Related terms
- SERPA SERP (search engine results page) is the page a search engine shows after a query: the list of links plus features like AI Overviews, featured snippets, videos, ads and "People also ask" boxes.
- AI OverviewsAI Overviews are AI-generated summaries Google shows at the top of some search results, with links to supporting pages. AI Mode is Google's separate, conversational search experience built on the same idea.
- Search intentSearch intent is the goal behind a search: what the person actually wants when they type a query. Pages rank best when their format and content match that goal, not just the words.
- Structured data (JSON-LD)Structured data is machine-readable information about a page, usually written as JSON-LD using the schema.org vocabulary. It helps search engines understand what a page is about and can make it eligible for rich results.