Breadcrumbs
What breadcrumbs are, why they matter for SEO, how to implement BreadcrumbList structured data, and what changed when Google removed them from mobile SERPs in 2025.
1 evidence signal on this page
- Related live toolSchema Markup Validator
Breadcrumbs are a navigation trail (Home > Category > Page) that does two SEO jobs at once: the visible HTML links pass PageRank — Gary Illyes confirmed Google treats them as normal links — and BreadcrumbList JSON-LD can drive the readable path in Google's desktop search snippet. The structured data is not a substitute for real internal links (Mueller said so directly); you want both layers. In January 2025 Google dropped breadcrumbs from mobile SERPs, but desktop display, schema processing, crawling, and PageRank are all unchanged. Test with the Rich Results Test and monitor in Search Console's Breadcrumbs report.
Evidence for this claim Valid BreadcrumbList structured data can make a page eligible for breadcrumb presentation in Google Search, without guaranteeing display. Scope: Current Google breadcrumb feature eligibility and required properties. Confidence: high · Verified: Google Search Central: Breadcrumb markup guidelinesTL;DR — BreadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. are the little navigation trail near the top of a page —
Home > Category > Page— that tells you where you are on a site. For SEO they do two things: every link in the trail is a real internal linkAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them. that helps Google understand and pass value through your site, and special code behind them (structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding.) can make Google show that readable path in desktop search results instead of a long URL.
What breadcrumbs are
Breadcrumbs are a secondary navigation element. They show your position in a site’s hierarchy as a trail, usually near the top of the page:
Home > Books > Science Fiction > Award WinnersThe name comes from Hansel and Gretel dropping breadcrumbs to find their way back. Each step before the current page is a clickable link, so you can jump “up” a level without hunting through the menu.
Why they help SEO
There are two separate things going on, and it’s worth keeping them apart:
- The visible links. Each breadcrumb is a normal
<a href>link. That means breadcrumbs are a form of internal linkingLinks between pages on the same site. — they connect your pages together and help Google find and understand them. Google’s Gary Illyes confirmed Google treats these like any other link. - The code behind them. When you add structured data (a small block of
BreadcrumbListcode), Google can show your breadcrumb path in the desktop search result instead of the raw URL. That’s friendlier and can earn more clicks.
Where you see breadcrumbs
Two places:
- On the page — the trail itself, helping visitors navigate.
- In Google’s results — on desktop, the readable path can appear above the page titleThe title tag is the HTML title element in a page's head that specifies the document's title. It's the primary source for the SERP title link and a confirmed light ranking factor — but since August 2021 Google doesn't always show it verbatim. in place of the URL. (On mobile, Google stopped showing this in January 2025 and now shows just your domain — more on that in the Advanced tab.)
The thing most people get wrong
The structured data doesn’t replace your real links. Some people think adding
the BreadcrumbList code is enough on its own. It isn’t — Google’s John Mueller
said the URLs inside structured data aren’t used the same way as normal internal
links. So you want both: actual clickable breadcrumb links and the structured
data describing them.
Want the implementation details — the JSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal. template, the January 2025 mobile change, the different breadcrumb types, and how to test them? Switch to the Advanced tab.
Evidence for this claim Valid BreadcrumbList structured data can make a page eligible for breadcrumb presentation in Google Search, without guaranteeing display. Scope: Current Google breadcrumb feature eligibility and required properties. Confidence: high · Verified: Google Search Central: Breadcrumb markup guidelinesTL;DR — BreadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. work on two layers. The HTML layer (visible
<a href>links) is internal linkingAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them. — Gary Illyes said Google treats breadcrumb links as normal links in PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems. computation. The structured-data layer (BreadcrumbListJSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal.) drives the readable path in Google’s desktop snippet and helps engines read your hierarchy — but Mueller was explicit that the URLs in structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding. are not used the same way as real internal linksAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them., so schema is not a substitute for the HTML. In January 2025 Google removed breadcrumbs from mobile SERPs (root domain only now); desktop display, schema processing, crawlingCrawling is how search engines use automated bots (like Googlebot and Bingbot) to discover URLs and download pages. A page has to be crawlable to be indexed, but crawling on its own isn't a ranking factor., and PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems. are all unchanged. Use location-based breadcrumbs, render them server-side, match the visible text to the schemaname, and test with the Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test plus Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results.’s Breadcrumbs report.
What a breadcrumb actually is
A breadcrumb is a secondary navigation trail that reflects a page’s position in the
site hierarchy — Home > Category > Subcategory > Current Page. It’s “secondary”
because it complements your main navigation rather than replacing it. The value for
SEO comes from two distinct layers that I’ll keep separate throughout this piece,
because conflating them is where most mistakes start.
The two-layer architecture
Layer 1 — the HTML. The visible breadcrumb is a <nav> containing real <a href>
anchor links. That makes it internal linkingLinks between pages on the same site., and it’s the part that passes value.
Gary Illyes was asked directly about this in 2017 and said Google likes breadcrumbs
and treats them “as normal links in, e.g., PageRank computation.” So a breadcrumb
trail is a systematic, sitewide internal-linking pattern — every product page links
up to its category, every category up to the hub, and so on. That distributes
PageRank toward your important hub pages and gives crawlersA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. consistent paths deeper
into the site.
Layer 2 — the structured data. BreadcrumbList JSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal. annotates that trail so
Google can (a) show the readable path in desktop search snippets and (b) better
understand your hierarchy, including when multiple navigation paths lead to the
same page. This is the part that affects how your result looks.
The trap is assuming Layer 2 makes Layer 1 optional. It doesn’t. John Mueller put it plainly in 2022: “just because there is structured data in a page somewhere, I wouldn’t see that as a replacement for normal internal linking,” and “even if in the structured data, you also provide URLs, we don’t use those URLs in the same way as we would use normal internal links.” So the schema is not a shortcut around real HTML links. You implement both.
Types of breadcrumbs
- Location-based (hierarchy) — shows where the page sits in the site structureWebsite structure (site architecture) is a site's visible hierarchy, navigation, breadcrumbs, and URL organization — how pages relate and how people and search engines move between them. Internal linking is the primary signal Google reads to understand that structure, not URL folders., identical for every visitor. This is the standard, and the only type that’s genuinely useful for SEO.
- Attribute-based — shows characteristics of the page, common on ecommerce and
faceted navigationFaceted navigation (faceted search, product filtering) lets visitors refine a list of products or content by attribute — price, color, size, brand, rating. The SEO problem: each filter combination can spawn a distinct crawlable URL, turning a small catalog into millions of near-duplicate pages that waste crawl budget and dilute ranking signals. (
Home > Shoes > Running > Size 10). Useful when a product can be reached by attribute filtering. - History-based (path) — reflects the individual user’s clickstream (“you came from here”). It’s per-user and inconsistent, so it sends no reliable hierarchy signal — skip it for SEO.
Which one should you use? Google’s own guidance is the spine here: provide breadcrumbs reflecting a typical user navigation path, not necessarily a literal mirror of your URL structureURL structure is how the parts of a web address — scheme, domain, path, query string, and fragment — are organized and formatted. It mostly affects crawling, usability, and how engines understand a page, not rankings directly.. Location-based is how most sites satisfy that in practice, because it’s the one stable path every visitor sees regardless of how they arrived. Attribute-based is the exception you reach for on filtered/faceted pages where the “typical path” genuinely runs through an attribute. History-based never satisfies the guidance — it isn’t a typical path, it’s a user’s path.
How Google uses breadcrumbs in the SERP
When BreadcrumbList markup is present and valid, Google can replace the green URL
in a desktop result with the breadcrumb path. Google uses the markup “to
categorize the information in the search result,” and the display works across all
regions and languages where Search is available — on desktop. Note the standard
caveats: at least two ListItem entries are required, and a valid markup never
guarantees the rich result.
The January 2025 mobile change — what actually changed
On January 23, 2025, Google announced it would “no longer show breadcrumbs on
mobile search results in all languages and regions where Google Search is available
(they continue to appear on desktop search results).” The stated reason: the
breadcrumb element “isn’t as useful to people who are searching on mobile devices,
as it gets cut off on smaller screens.” Mobile results now show the root domain
(e.g., example.com) instead of the path.
Here’s the part that matters, because it generated a wave of “do breadcrumbs still matter?” panic:
- What changed: the visual snippet on mobile — root domain instead of path.
- What did NOT change: desktop SERP breadcrumbs still display; the structured
data is still processed; the Search ConsoleGoogle's free tool for monitoring crawling, indexing, and search performance. Breadcrumbs report still works;
markup is still testable in the Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test; and the crawlingCrawling is how search engines use automated bots (like Googlebot and Bingbot) to discover URLs and download pages. A page has to be crawlable to be indexed, but crawling on its own isn't a ranking factor., internal-link,
and PageRank value is completely untouched. Google explicitly said no action is
required — keep using
BreadcrumbList.
My read: the SERP display was always the smallest of the three reasons to use breadcrumbs. The internal-linking value (PageRank, crawl paths) and the UX value didn’t move an inch, so removing breadcrumbs over a mobile-snippet cosmetic change would be a mistake.
Implementing BreadcrumbList structured data
Use JSON-LD — it’s Google’s preferred format and the easiest to maintain separately from your markup. (Microdata and RDFa are still supported; the old data-vocabulary.org vocabulary is deprecated — use schema.org.)
Required shape:
BreadcrumbList.itemListElement— an array ofListItemobjects.ListItem.position— an integer starting at 1, ascending.ListItem.name— the display text.ListItem.item— the absolute URL. It’s optional on the final breadcrumb because Google uses the current page’s URL there.
The full template is in the Cheat Sheets tab.
Common implementation errors (and they’re frequent):
- Missing
itemon a non-final breadcrumb. - Relative URLs where absolute URLs are required.
- Non-sequential
positionintegers. - Visible breadcrumb text that doesn’t match the schema
name. - Client-side, JS-only renderingTurning HTML, CSS, and JavaScript into the final visual page and DOM. that GooglebotGooglebot is Google's web crawler — the software that fetches pages so Google can index and rank them. It comes in two variants, Googlebot Smartphone (primary, under mobile-first indexing) and Googlebot Desktop, and runs an evergreen Chromium renderer. may not execute — render server-side so the breadcrumb is in the initial HTML.
- Linking to non-canonical URLs with tracking parameters.
- Using deprecated data-vocabulary.org markup.
Visible breadcrumbs and structured data are two layers. Validate the ordered names and URLs without assuming passing markup fixes the on-page trail.
Build and validate the JSON-LD with my free Schema Markup Generator Free
- Enter each visible breadcrumb in order from the root to the current page.
- Add valid absolute URLs for every item except the final current-page item when appropriate.
- Compare the generated markup with the visible trail, deploy it, and confirm with Google’s Rich Results Test.
The generator reports three issues: crumb one needs a name, crumb one needs a URL because only the last item may omit it, and crumb two has an invalid URL. The JSON-LD preview shows three ListItem entries with the incomplete values.
Testing and monitoring
- Rich Results Test (
search.google.com/test/rich-results) — validate the markup and catch errors before and after deployment. - URL Inspection toolA Google Search Console feature that reports how Google sees one specific URL on a property you own. By default it shows the last-indexed snapshot; a separate \"Test live URL\" mode fetches the current version. (Search Console) — confirm how Google actually fetched and interpreted the live page.
- Search Console › Enhancements › Breadcrumbs — monitor valid vs. invalid items across the site post-launch; this report kept working after the January 2025 change. Allow several days after publishing for crawling and indexingStoring a crawled page in the search index so it can appear in results. Crawled is not the same as indexed — Google selects what to keep, and indexing isn't guaranteed. to catch up.
Keep the scope of “valid” honest: per Google’s general structured-data guidelines, passing validation makes a page eligible for the supported treatment — it does not guarantee the breadcrumb will display, that rankings will improve, that traffic will follow, or that an AI-generated answer will cite the page. Treat a clean Rich Results Test as “no known errors,” not a promise of outcome.
Breadcrumbs and Bing
Bing supports the shared schema.org vocabulary, including BreadcrumbList, and can
surface breadcrumb rich results from the same markup. The practical takeaway: you
implement one JSON-LD block and it serves both Google and Bing — there’s no
Bing-specific breadcrumb format to maintain.
Best practices
- Use real HTML links, not structured data alone — the schema doesn’t replace internal linking.
- Don’t link the current page (the final breadcrumb is the page you’re on).
- Match the visible text to the schema
nameso the two layers agree. - Render server-side so the breadcrumb is in the HTML Googlebot first receives.
- Keep it consistent with your taxonomy — breadcrumbs that reflect typical navigation paths reinforce a clean hierarchy.
- Put breadcrumbs on hub and category pages too, not just deep pages — they reinforce hierarchy and surface deeper content everywhere.
When you don’t need them
Genuinely flat sites — a handful of pages with no hierarchy, single-level brochure sites, or standalone landing pages — gain little from breadcrumbs. The moment you have two or more levels of hierarchy (which is most content sites, news sites, documentation, and any ecommerce catalog), they earn their keep.
Breadcrumbs are one piece of how you wire a site together. They sit alongside your broader internal linking, your URL and folder structure, and sitewide navigation — all of which shape how both people and crawlersA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. move through your hierarchy.
AI summary
A condensed take on the Advanced version:
- BreadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. are a hierarchy navigation trail (
Home > Category > Page) that works on two layers: visible HTML<a href>links, andBreadcrumbListJSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal.. - HTML layer = internal linkingAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them.. Gary Illyes (2017): Google treats breadcrumb links as normal links in PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems. computation.
- Structured-data layer = SERP display + hierarchy signal. But John Mueller (2022): structured-data URLs are not used the same way as normal internal links — schema is not a substitute for HTML links. Use both.
- January 2025: Google removed breadcrumbs from mobile SERPs (root domain only). Desktop display, schema processing, the Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results. Breadcrumbs report, crawlingCrawling is how search engines use automated bots (like Googlebot and Bingbot) to discover URLs and download pages. A page has to be crawlable to be indexed, but crawling on its own isn't a ranking factor., and PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems. are all unchanged. No action required.
- Implementation: JSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal.;
itemListElementofListItems withposition(integer from 1),name, anditem(absolute URL; optional on the final item). data-vocabulary.org is deprecated — use schema.orgSchema markup is code that uses the schema.org vocabulary to label what your content means so search engines can understand it and show rich results. It's most often written in JSON-LD, and it's not a direct ranking factor.. Render server-side. - Types: location-based (the SEO standard), attribute-based (ecommerce/facets), history-based (per-user; not for SEO).
- Test with the Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test; monitor in Search ConsoleGoogle's free tool for monitoring crawling, indexing, and search performance. › Enhancements › Breadcrumbs. Bing reads the same schema.org markup.
Official documentation
Primary-source documentation from the search engines and schema.orgSchema markup is code that uses the schema.org vocabulary to label what your content means so search engines can understand it and show rich results. It's most often written in JSON-LD, and it's not a direct ranking factor..
- Breadcrumb (BreadcrumbList) structured data — the required properties, JSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal. example, multi-path guidance, and testing steps.
- Simplifying breadcrumbs on mobile search (Jan 23, 2025) — the announcement that mobile SERPs no longer show the breadcrumb path.
- Rich Results Test — validate
BreadcrumbListmarkup. - Rich result report overview (Search Console help) — monitoring valid/invalid breadcrumb items post-deployment (breadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. appear as one of the Enhancements reportsThe Rich Results Report is Google Search Console's site-wide, over-time health check on structured data: a separate per-type report (under Enhancements, or Shopping for Product/Merchant listings) showing how many items are Valid, Valid with warnings, or Invalid, and why. It only tracks markup that's eligible for a supported rich result, and it can't fix anything for you. Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results. tracks).
Schema.org
- BreadcrumbList — the vocabulary: a chain of linked pages typically ending with the current page.
- ListItem —
position,name, anditem.
Bing / Microsoft
- Marking up your site with structured data — Bing’s support for schema.org markup, including
BreadcrumbList.
Quotes from the source
On-the-record statements from Google. Each deep link jumps to the quoted passage on the source page.
Gary Illyes, Google — breadcrumb links pass PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems. (2017)
- “We like them. We treat them as normal links in, e.g., PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems. computation.” — Gary Illyes, on breadcrumb navigation links. Read the coverage
John Mueller, Google — structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding. is not a replacement for internal linksAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them. (March 16, 2022)
- “So just because there is structured data in a page somewhere, I wouldn’t see that as a replacement for normal internal linkingLinks between pages on the same site..” Jump to context
- “Even if in the structured data, you also provide URLs, we don’t use those URLs in the same way as we would use normal internal linksAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them..” Jump to context
Google Search Central Blog — the January 2025 mobile change
- “Starting today, we’re rolling out a change to no longer show breadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. on mobile search results in all languages and regions where Google Search is available (they continue to appear on desktop search results).” Jump to quote
- “We foundA 302 (\"Found\") is a temporary redirect: it forwards users to a new URL while telling search engines the original URL should stay in the index. It's a weak canonicalization signal, not the zero-equity dead end of SEO folklore. that the breadcrumb element isn’t as useful to people who are searching on mobile devices, as it gets cut off on smaller screens.” Jump to quote
Google Search Central docs — what the markup is for
- “A breadcrumb trail on a page indicates the page’s position in the site hierarchy, and it may help users understand and explore a site effectively.” Jump to quote
Breadcrumb implementation checklist
A pass to confirm both layers are right:
- Visible breadcrumb is a real
<nav>with<a href>links (not just text or JS-only). - The trail is exposed as a labeled navigation landmark (e.g., a
<nav>witharia-label="Breadcrumb"wrapping an ordered list) per the WAI-ARIA breadcrumb pattern. - The current page is marked with
aria-current="page"in the trail. -
BreadcrumbListJSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal. is present and rendered server-side (in the initial HTML). - At least two
ListItementries. -
positionintegers start at 1 and ascend with no gaps. - Every non-final
ListItemhas an absoluteitemURL (final item may omit it). -
itemURLs are canonical — no tracking parameters or non-canonical variants. - Visible breadcrumb text matches the schema
name. - Using schema.orgSchema markup is code that uses the schema.org vocabulary to label what your content means so search engines can understand it and show rich results. It's most often written in JSON-LD, and it's not a direct ranking factor. vocabulary, not deprecated data-vocabulary.org.
- The current page is not linked in its own breadcrumb.
- BreadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. reflect typical navigation paths, consistent with your taxonomy.
- Validated in the Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test; live URL checked with URL Inspection.
- Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results. › Enhancements › Breadcrumbs reviewed for invalid items after launch.
The mental models
1. Two layers, two jobs. The HTML links do the linking job (PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems., crawl paths). The structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding. does the display + hierarchy-signal job. Diagnose problems by asking which layer is broken: missing value/equity → check the HTML links; missing or wrong SERP path → check the JSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal..
2. Schema annotates, it doesn’t replace.
BreadcrumbList describes links that already exist — it isn’t itself a set of
internal linksAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them.. Mueller’s rule: structured-data URLs aren’t used like normal
internal linksAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them.. So never delete real breadcrumb links and “keep the schema.”
3. Display ≠ value. The SERP breadcrumb is the visible payoff, but the durable value is internal linkingLinks between pages on the same site. and UX. That’s why the January 2025 mobile removal changed how results look without changing what breadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. do.
4. Location, not history. For SEO, breadcrumbs should describe where a page sits (consistent for everyone), not where a user came from (per-user). Hierarchy is a signal; clickstream isn’t.
5. Match the layers.
Visible text, schema name, and the canonical URLHow search engines pick one canonical URL among duplicates and consolidate signals onto it. should all agree. Mismatches are
the most common reason a valid-looking breadcrumb fails to render or reports as
invalid.
BreadcrumbList JSON-LD — template
Drop this in the page <head> or <body>, rendered server-side. Keep the name
text matching the visible breadcrumb and use absolute, canonical URLsHow search engines pick one canonical URL among duplicates and consolidate signals onto it.. The final
item omits item because Google uses the current page’s URL.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Books",
"item": "https://example.com/books"
},
{
"@type": "ListItem",
"position": 2,
"name": "Science Fiction",
"item": "https://example.com/books/sciencefiction"
},
{
"@type": "ListItem",
"position": 3,
"name": "Award Winners"
}
]
}
</script>Property quick reference
| Property | Required? | Notes | Source |
|---|---|---|---|
itemListElement | Yes | Array of ListItem; need at least 2 | BreadcrumbList |
ListItem.position | Yes | Integer, starts at 1, ascending | ListItem |
ListItem.name | Yes | Display text; match the visible breadcrumb | Google’s guide |
ListItem.item | Yes, except final | Absolute URL; optional on the last item | Google’s guide |
Fast facts
- Format: JSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal. (preferred). data-vocabulary.org is deprecated → use schema.orgSchema markup is code that uses the schema.org vocabulary to label what your content means so search engines can understand it and show rich results. It's most often written in JSON-LD, and it's not a direct ranking factor..
- SERP display: desktop only since Jan 2025; mobile shows root domain.
- Schema still processed on mobile; no action required after the change.
- Test: Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test. Monitor: Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results. › Enhancements › BreadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results..
- Same markup serves Bing (shared schema.org vocabulary).
Schema without visible breadcrumb links
BreadcrumbList describes a trail, but it does not replace navigation. Users and
crawlersA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. should get ordinary HTML links that follow the same hierarchy. Add markup to
the visible component instead of publishing a hidden schema-only structure.
A trail based on the user’s click history
History-based breadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. change according to how someone arrived. They do not represent one stable location in the architecture, so they are a poor basis for internal linkingAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them. and structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding.. Use a location-based hierarchy for SEO.
Inventing levels that are not real destinations
A breadcrumb such as Home > Shoes > Running > Page is misleading if /shoes/ or
/shoes/running/ is not a useful, reachable category. Every linked ancestor should be
a genuine destination, not a label added only to make the trail look complete.
Letting HTML and JSON-LD disagree
If the visible trail says one thing while the structured data names different levels or URLs, the implementation tells two stories. Generate both from the same hierarchy source and test them together.
Using breadcrumb changes as a URL-migration shortcut
Changing a breadcrumb URL does not redirectA redirect sends browsers and crawlers from a requested URL to a different one. An HTTP redirect specifically is a 3xx status code paired with a Location header; meta refresh and JavaScript redirects achieve a similar navigation without being a 3xx response themselves. Permanent redirects (301/308) are Google's signal the target should be canonical; temporary ones (302/303/307) aren't. an old address, update canonicals, or repair links elsewhere. Treat navigation, schema, redirects, and canonicalizationHow search engines pick one canonical URL among duplicates and consolidate signals onto it. as separate release checks.
Example: one hierarchy in HTML and JSON-LD
The visible links and structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding. below describe the same simplified path. The
current page is text in the navigation and the final ListItem names it.
<nav aria-label="Breadcrumb">
<ol>
<li><a href="/">Home</a></li>
<li><a href="/shoes/">Shoes</a></li>
<li aria-current="page">Trail shoes</li>
</ol>
</nav>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{"@type":"ListItem","position":1,"name":"Home","item":"https://example.com/"},
{"@type":"ListItem","position":2,"name":"Shoes","item":"https://example.com/shoes/"},
{"@type":"ListItem","position":3,"name":"Trail shoes"}
]
}
</script>This is illustrative markup, not a promise that Google will show a breadcrumb in a particular result.
Example: a misleading trail
Home > Sale > Popular > Shoes > Trail shoesIf “Sale” and “Popular” are temporary filters rather than stable ancestors, the trail
mixes merchandising states with hierarchy. A durable location trail would usually be
closer to Home > Shoes > Trail shoes; promotional paths can remain separate links.
Prompt: reconcile breadcrumbs across a template
Review the visible breadcrumb HTML, BreadcrumbList JSON-LD, canonical URL, and expected
site hierarchy below. Return one row per position with the visible label/URL, schema
label/URL, expected label/URL, and a mismatch finding. Check that positions are ordered,
ancestor URLs are absolute in JSON-LD, the current page is represented consistently,
and every linked ancestor is a real destination. Do not invent missing hierarchy
levels. Provide corrected HTML and JSON-LD only from the supplied expected hierarchy.
Expected hierarchy:
[PASTE POSITION | LABEL | CANONICAL URL]
Visible HTML:
[PASTE BREADCRUMB HTML]
JSON-LD:
[PASTE BREADCRUMBLIST] Prompt: plan breadcrumb rules for multiple page types
Create deterministic breadcrumb rules for these page templates. For each template,
state the parent source of truth, label source, URL source, behavior for the current
page, and treatment of filters or temporary campaign pages. Flag any page that has
multiple plausible parents for a human decision. Keep the trail location-based and do
not infer categories that are absent from the supplied taxonomy.
Templates and taxonomy:
[PASTE TEMPLATE | TAXONOMY FIELDS | EXAMPLE CANONICAL URL] Patrick's relevant free tools
- SEO Opportunity Finder — Choose an evidence-backed content, link, or technical SEO workflow, then open the free tool that can evaluate it without turning every warning into an opportunity.
- Internal Link Cluster Visualizer — Analyze a bounded supplied internal-link graph, orphans, PageRank, and lexical missing-link suggestions.
- Semantic Site Map — Explore this site's build-time semantic center, topic coherence, article outliers, and nearest editorial neighbors.
Tools for implementing and testing breadcrumbs
- Schema Validator checks pasted JSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal. or full HTML for vocabulary, required properties, graph references, and correctable markup problems before you ship it.
- Schema Generator produces a clean starting block when you need to draft structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding., but the generated trail still has to match the site’s real visible hierarchy.
- Google Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test shows whether Google can parse the supported markup on a URL or code sample. A valid result is eligibility evidence, not a display promise.
- Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results.’s BreadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. enhancement report helps find detected errors across Google-known pages after release. It does not replace crawlingCrawling is how search engines use automated bots (like Googlebot and Bingbot) to discover URLs and download pages. A page has to be crawlable to be indexed, but crawling on its own isn't a ranking factor. your own templates.
- A crawlerA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. with structured-data extraction is the scalable comparison layer: export visible breadcrumb links, JSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal. positions, canonical URLsHow search engines pick one canonical URL among duplicates and consolidate signals onto it., and status codes so template-level disagreement becomes obvious.
Validate a breadcrumb implementation
| Test to run | Expected result | Failure interpretation | Monitoring window | Rollback trigger |
|---|---|---|---|---|
| Compare the visible trail with the canonical hierarchy | Labels and destination URLs represent the same stable ancestors in order | The component is using click history, filters, or a different taxonomy | Every template release | Roll back if users are sent to wrong or nonexistent parents |
Extract and parse BreadcrumbList from representative pages | Positions are unique and ordered; names and URLs match the visible trail | Schema generation drifted from navigation | Before deployment and immediately after | Roll back structured-data output if invalid markup ships sitewide |
| Follow every visible ancestor link | Each destination returns the intended indexable page without an avoidable redirect chainA → B → C instead of A → C. Each hop loses link equity and adds latency. | The trail includes stale, broken, or noncanonical destinations | Release day and scheduled crawls | Roll back if a shared trail creates broad broken navigation |
| Test URL and code samples in the Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test | Google parses the breadcrumb item without critical errors | The syntax or supported-property shape is wrong | Before release; recheck after schema changes | Roll back the schema change if valid pages lose eligibility |
| Inspect desktop and mobile rendered navigation | The trail remains usable, accessible, and logically equivalent at both widths | Responsive code hides useful links or changes hierarchy | Every design-system release | Roll back if the trail blocks navigation or exposes contradictory paths |
Measure breadcrumb health, not just rich-result display
| Metric | What it tells you | How to pull it | Benchmark or realistic range | Cadence |
|---|---|---|---|---|
| Valid breadcrumb coverage | How much of the eligible template set emits parseable, consistent markup | Crawl canonical pages and compare valid items with eligible pages | Establish a template-level baseline; unexplained losses should be investigated | Every release and monthly |
| Broken or redirected ancestor links | Whether the visible navigation sends users and crawlersA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. through bad destinations | Crawl links foundA 302 (\"Found\") is a temporary redirect: it forwards users to a new URL while telling search engines the original URL should stay in the index. It's a weak canonicalization signal, not the zero-equity dead end of SEO folklore. inside breadcrumb navigation and group by final status | The operational target is no broken ancestor links; track redirectsA redirect sends browsers and crawlers from a requested URL to a different one. An HTTP redirect specifically is a 3xx status code paired with a Location header; meta refresh and JavaScript redirects achieve a similar navigation without being a 3xx response themselves. Permanent redirects (301/308) are Google's signal the target should be canonical; temporary ones (302/303/307) aren't. separately during migrations | Weekly on changing sites; monthly otherwise |
| HTML-to-schema agreement | Whether visible labels and URLs match each ListItem | Extract both representations into a position-by-position comparison | Use the first complete crawl as baseline and drive unexplained mismatches toward zero | Every template or taxonomy change |
| Breadcrumb click rate | Whether people use the trail to move upward through the site | Instrument clicks by position and page template in analytics | Compare with the site’s own pre-change baseline; there is no universal healthy rate | Monthly and after navigation changes |
| Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results. breadcrumb errors | Whether Google reports detected structured-data problems | Export the BreadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. enhancement report and group by issue/template | Investigate new errors; do not infer performance from a lack of errors alone | Weekly during rollout, then monthly |
Breadcrumb appearance in search is not a reliable standalone KPI because Google controls display and removed breadcrumbs from mobile results. Measure implementation, navigation, and template coverage directly.
Test yourself: Breadcrumbs
Five quick questions on what breadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. do and how to implement them. Pick an answer for each, then check.
Resources worth your time
My related writing
- Internal Links for SEO: A Complete Guide — where breadcrumbsBreadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results. fit as a sitewide internal-linking pattern.
- Sitelinks: What They Are & How to Get Them — the related navigation surfaces Google can build from your structure.
- Website Migration: The Definitive Guide — breadcrumbs among the internal linksAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them. that change during a move.
- Mobile-First Indexing: A Complete Guide — why some mobile templates trimmed breadcrumbs to save space.
- The Beginner’s Guide to Technical SEO — the broader picture breadcrumbs sit inside.
My speaking
- How Search Works (SlideShare) — my walkthrough of crawlingCrawling is how search engines use automated bots (like Googlebot and Bingbot) to discover URLs and download pages. A page has to be crawlable to be indexed, but crawling on its own isn't a ranking factor., renderingTurning HTML, CSS, and JavaScript into the final visual page and DOM., indexingStoring a crawled page in the search index so it can appear in results. Crawled is not the same as indexed — Google selects what to keep, and indexing isn't guaranteed., and ranking, and where structure signals like breadcrumbs come in. (Standing disclaimer: “This is my understanding of systems… not going to be 100% complete or accurate.”)
From around the industry
- Breadcrumb (BreadcrumbList) structured data (Google) — the canonical implementation reference.
- Simplifying breadcrumbs on mobile search (Google Search Central Blog) — the January 2025 mobile-removal announcement.
- Google no longer shows breadcrumbs in mobile search results (Search Engine Land) — Barry Schwartz’s coverage and impact assessment.
- Breadcrumbs in SEO: What Google’s Mobile Change Actually Means (Sitebulb) — a focused explainer of the change.
- Are Breadcrumbs A Google Ranking Factor? (Search Engine Journal) — the ranking-factor question, answered.
- Breadcrumb Navigation Increasingly Useful (Nielsen Norman Group) — the UX research: benefits, no downsides in user testing.
- SEO breadcrumbs guide (Search Engine Land) — types, best practices, and schema.
Breadcrumbs
Breadcrumbs are a secondary navigation trail (Home > Category > Page) that shows where a page sits in a site's hierarchy. They create internal links that pass PageRank, and when marked up with BreadcrumbList structured data they can drive the path Google shows in desktop search results.
Related: Internal Link, Structured Data
Breadcrumbs
Breadcrumbs are a secondary navigation element that shows a user’s position in a website’s hierarchy as a horizontal trail — typically near the top of a page in the form Home > Category > Subcategory > Current Page. The name comes from the Hansel and Gretel fairy tale.
In SEO, breadcrumbs matter on two layers that work together:
- The HTML layer — the visible
<nav>with real<a href>links. These are internal linksAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them., and Gary Illyes confirmed Google treats them as normal links in PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems. computation. They distribute link equity and create crawl paths through your hierarchy. - The structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding. layer —
BreadcrumbListJSON-LDJSON-LD (JavaScript Object Notation for Linked Data) is a script-based structured data format, typically paired with the schema.org vocabulary to describe page content for search engines and AI systems. Google recommends it over Microdata and RDFa because it's the easiest format to implement and maintain at scale — but all three work, and structured data isn't a ranking signal.. This is what can replace the URL in Google’s desktop search snippet with a readable path, and it helps engines understand site structureWebsite structure (site architecture) is a site's visible hierarchy, navigation, breadcrumbs, and URL organization — how pages relate and how people and search engines move between them. Internal linking is the primary signal Google reads to understand that structure, not URL folders.. John Mueller has been clear that structured data URLs are not used the same way as normal internal linksAn internal link is a hyperlink from one page on a website to another page on the same website. Internal links help search engines discover your pages and pass ranking signals (PageRank and anchor-text context) between them., so the schema doesn’t replace the HTML links — you want both.
The most common type is location-based (where the page sits in the hierarchy, consistent for every visitor). Attribute-based breadcrumbs suit ecommerce and faceted navigationFaceted navigation (faceted search, product filtering) lets visitors refine a list of products or content by attribute — price, color, size, brand, rating. The SEO problem: each filter combination can spawn a distinct crawlable URL, turning a small catalog into millions of near-duplicate pages that waste crawl budget and dilute ranking signals.; history-based trails follow an individual user’s path and aren’t useful for SEO.
In January 2025 Google stopped showing breadcrumbs in mobile search results (mobile now shows the root domain only); desktop is unchanged, and the markup is still processed. Test breadcrumbs with the Rich ResultsRich results (formerly 'rich snippets') are enhanced search listings — stars, images, prices, breadcrumbs, video thumbnails, and more — that Google and Bing build from structured data. They're a display feature, not a ranking factor, and eligibility never guarantees they'll show. Test and monitor them in Search ConsoleA free Google service that reports how a site performs in Google Search and surfaces problems with how Google crawls, indexes, and serves it. It's first-party data straight from Google — but you don't need it to appear in results.’s Breadcrumbs enhancement report.
Related: Internal Link, Structured Data
Build-time retrieval analysis plus live signals for this exact article. The automatic chunk report includes a deterministic readiness score and is ready without a model download.
Search Console
sampleGA4 traffic (28d)
sampleCloudflare traffic (7d)
sampledCrUX field data (28d, phone)
sampleGoogle NLP entities
localChangelog
Updated Jul 18, 2026.
Editorial summary and recorded change details.Summary
Fixed a dead Search Console help link in the Official Docs lens (404 on the old breadcrumbs-report URL); replaced with the current Rich result report overview help page, which covers the same valid/invalid breadcrumb item monitoring.
Change details
-
Official Docs: replaced dead support.google.com/webmasters/answer/9596859 with the live Rich result report overview page (support.google.com/webmasters/answer/7552505).
Full comparison unavailable — no prior snapshot was archived for this revision.
Updated Jul 18, 2026.
Editorial summary and recorded change details.Summary
Added WAI-ARIA landmark/current-page accessibility checks, reframed breadcrumb-type choice around Google's typical-user-path guidance, and made the eligibility-vs-outcome distinction explicit (no guaranteed display, rankings, traffic, or AI citations).
Change details
-
Checklist now requires a labeled `aria-label="Breadcrumb"` navigation landmark and an `aria-current="page"` marker on the current item, per the WAI-ARIA breadcrumb pattern.
-
Types section leads with Google's typical-user-path guidance as the deciding rule, with location/attribute/history framed as how each type does or doesn't satisfy it.
-
Testing and monitoring section states plainly that passing validation is eligibility, not a guarantee of display, ranking, traffic, or AI-answer citation.
-
Cheat Sheets property table links each BreadcrumbList/ListItem property to its source documentation.
Full comparison unavailable — no prior snapshot was archived for this revision.