What are rich snippets?
Rich snippets are Google search results that are enriched with extra information, for example star ratings, prices, breadcrumb paths or recipe data. Google generates them from structured data that a website stores in its source code using the schema.org vocabulary. A rich snippet does not replace the classic plain text result, it adds visual extra elements that are visible directly in the list of results.

The term comes from the English word snippet, meaning the single entry in the list of results made up of title, URL and description. “Rich” turns that entry into a rich result: it shows more at a glance than the competition, it draws the eye and it answers first questions before the click. For search engine optimization, rich snippets are therefore a strong lever for more clicks at the same ranking position.
Rich snippets at a glance
| Property | Detail |
|---|---|
| Word class | noun, plural (the rich snippet, the rich snippets) |
| Pronunciation | “ritch SNIP-its” |
| Also known as | enriched search results, extended search results |
| Basis | structured data based on schema.org, usually written as JSON-LD |
| Related terms | rich result, featured snippet, SERP, structured data, JSON-LD |
How are rich snippets created?
Rich snippets are created from structured data that a website stores in machine-readable form in its source code. This data describes the content of a page in a fixed vocabulary: “This here is a product, it costs 12.99 euros, it has a rating of 4.8 from 1,204 reviews.” Google reads that markup, validates it and may, but does not have to, build a rich snippet from it.
The vocabulary behind it comes from schema.org, a shared standard from Google, Bing, Yahoo and Yandex. The notation Google recommends on the technical side is JSON-LD, a compact block of data that sits in the <head> of the page and leaves the visible text untouched. A heavily simplified example for a product rating:
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Best Product 2026",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "1204"
}
}
One thing matters: structured data is the entry ticket, never a guarantee. Google decides for every search query anew whether a rich snippet gets shown. The condition is always that the marked-up data also appears visibly on the page. Anyone who claims a rating in the markup that shows up nowhere on the page risks a manual action for spam.
Which types of rich snippets are there?
There are many types of rich snippets, because every type of content has its own schema.org schema. Google supports and documents a fixed list of so-called “structured data features”. The ones that matter most in practice:
- Ratings (stars): from
AggregateRating, the golden stars on products, recipes or local providers. The most eye-catching and most wanted type. - Products: price, availability and rating straight in the result, marked up through the
Productschema. - FAQ: Question and answer pairs marked up with the
FAQPageschema. Google limited the display to government and health sites in 2023 and stopped it entirely on May 7, 2026. It no longer produces a rich snippet, but the markup still helps AI systems. - Recipes: cooking time, calories and a preview image through the
Recipeschema. - Breadcrumbs: the path of the page instead of the bare URL, marked up through
BreadcrumbList. - Events, videos, jobs, books: each with matching extra details such as a date, a running time or a salary range.
Which types are currently available keeps changing, because Google expands formats, tests new ones and retires others again. A look at the official Google documentation before you implement anything is therefore always worth the time.
Rich snippet, rich result or featured snippet?
These three terms get mixed up a lot, yet they mean different things. The difference lies in where the element comes from and where it sits in the SERPs.
- Rich snippet: a normal search result that structured data has extended with extra elements such as stars or prices. It stays at its regular ranking position.
- Rich result: the newer, broader umbrella term used by Google. It covers rich snippets, but also more elaborate presentations such as carousels or image galleries. Google itself mostly speaks of “rich results” today, while “rich snippet” is the established, narrower classic.
- Featured snippet: the highlighted answer box at the very top, often called “position 0”. It quotes a passage of text from a page as a direct answer and comes not from structured data, but from how Google understands text.
In short: you steer rich snippets actively through markup, while you earn a featured snippet through good, clearly structured content. The rich result is the collective term Google uses for both of these visual upgrades.
How do you get rich snippets?
You get rich snippets by marking up the content of your page correctly with structured data and by checking that markup afterwards. The way there follows four steps:
- Pick the matching type: every piece of content has its schema,
Productfor shops,Recipefor recipes,Articlefor posts,LocalBusinessfor locations. Only mark up what really stands on the page. - Add the JSON-LD: put the block of data into the
<head>. In WordPress, SEO plugins such as Yoast or a custom schema block take care of that; in a shop, many systems deliver the markup automatically. - Test it: use the Rich Results Test from Google to check whether the type gets recognized and whether any errors or warnings are open.
- Monitor it: in Google Search Console, the report on enhancements shows which types Google has read in as valid and where problems come up.
Cleanly implemented structured data is one of the most effective levers on the technical side of search engine optimization: the effort happens once and the visibility in the list of results improves for good. If you want to use that lever systematically and pin down the right schema types for every page, structured SEO services are a good place to be, because structured data and rich snippets belong to the standard repertoire there.
Frequently asked questions about rich snippets
Are rich snippets a ranking factor?
No, rich snippets do not directly improve your position in the search results. They do make a result more eye-catching and lift the click-through rate, and a higher click-through rate can have an indirect positive effect on visibility.
Does structured markup guarantee a rich snippet?
No. Correct markup is the condition, but Google decides for every search query anew whether a rich snippet gets shown and which one. Error-free, visible and relevant data raise the chance considerably.
Do I need coding skills for rich snippets?
Not necessarily. In standard cases, CMS and shop systems or SEO plugins deliver the markup automatically. For individual requirements or complex schema combinations, technical knowledge does help.
Welt der SEO lernen?