Breadcrumbs
A navigation trail showing where a page sits in a site's hierarchy. Google may display them in search results via BreadcrumbList structured data.
Definition
Breadcrumbs are a navigation pattern that lists a page's position within a site's hierarchy — typically rendered as a horizontal trail like Home › Category › Subcategory › Page.
Google can replace the URL line in a search result with a breadcrumb trail when the page includes valid `BreadcrumbList` structured data, regardless of whether breadcrumbs are visible on the page itself. The markup also helps Google understand site structure. Multiple breadcrumb trails can be supplied for pages reachable through more than one path; Google may pick whichever fits the query.
Examples
BreadcrumbList on a product page
A retailer marks up the path to a product as `Home › Men's Clothing › Shirts › Oxford Shirt` using JSON-LD `BreadcrumbList` schema. Google replaces the URL line in the SERP snippet with that trail, giving searchers context before they click.
Sources
Related terms
Where QueryCatch uses this
Last updated: 10/05/2026