Breadcrumb

SEO

Also: Breadcrumb Navigation · Breadcrumb Trail

What it isA path showing where a page sits
Helps withNavigation and site structure signals
Shows up inGoogle search results as rich snippets
Watch forBreadcrumbs that don't match the URL structure

Quick definition

A breadcrumb is a small trail of links, usually near the top of a page, showing the path from the homepage down to the page you're on. For example: Home > Shoes > Running Shoes > Men's Trail Runners. It helps users and search engines understand where a page fits in the site.

What it actually means

Think of a breadcrumb the way the name suggests. A trail left behind so you can find your way back. On a website, that trail shows up as a row of links: Home > Category > Subcategory > Current page. Click any link in the trail and you jump straight back to that level.

Breadcrumbs solve a navigation problem and an SEO problem at the same time. For users, they answer 'where am I and how do I get back one level' without forcing a click on the browser's back button. For search engines, they reinforce the site's information architecture, showing how a page relates to its parent categories.

Google also uses breadcrumb markup to build the rich snippet you sometimes see in search results, where the URL is replaced with a readable path. That's a small but real click-through rate (CTR) lever, since a clean breadcrumb path looks more trustworthy than a raw URL string.

Breadcrumbs matter most on sites with deep category structures. Ecommerce, publishers with many content clusters, documentation sites. A flat five-page brochure site doesn't need them.

A breadcrumb trail is a map you draw for two audiences at once: a lost user and a crawling bot.

How it shows up

Breadcrumbs show up visually just under the header on category and product pages, usually a thin row of text links separated by chevrons or slashes. In the code, they show up as structured data using BreadcrumbList schema, which is what lets Google render the readable path in search results instead of the raw URL. In Search Console, you can spot whether it's implemented correctly by checking the URL Inspection tool for detected structured data and any breadcrumb errors.

Where people get this wrong

Building a visual breadcrumb without the structured data markup.Users see the trail but Google doesn't get the machine-readable version, so you miss the rich snippet and the reinforced site hierarchy signal entirely.
Letting the breadcrumb path drift from the actual URL structure.If the breadcrumb says Home > Shoes > Sale but the URL sits under /clearance/, the mismatch confuses crawlers and undermines the hierarchy signal you were trying to send.
Skipping breadcrumbs on mobile to save space.Mobile users lose the back-button convenience of desktop tabs, so removing breadcrumbs there strips out the exact navigation aid they need most.

Related terms

Common questions

Do breadcrumbs help SEO?

Yes, indirectly. They strengthen internal linking, help Google understand site hierarchy and can trigger a rich snippet in search results. They're not a major ranking factor on their own, but they support several signals that do matter.

Do I need breadcrumbs on every page?

No. They matter most on sites with genuine hierarchy, like ecommerce category trees or content sites with clusters. A simple site with only a handful of top-level pages gains little from adding them.

What's the difference between visual breadcrumbs and schema breadcrumbs?

Visual breadcrumbs are the text trail users see on the page. Schema breadcrumbs are structured data in the code that tells search engines the same information in a machine-readable format. You want both, since one serves users and the other serves search engines.

Can breadcrumbs hurt my site if done wrong?

They rarely hurt directly, but a mismatched or broken breadcrumb trail wastes the opportunity and can confuse crawlers about your actual site structure. It's a low-risk feature that's easy to implement badly and get little value from.

Debrief

Get the next one

No spam. No fluff. Just the next article, straight to your inbox.

Keep exploring

About New Rebellion

New Rebellion is a marketing intelligence consultancy. We build tools, score Australian businesses on how their marketing actually performs, and publish Debrief every day. This dictionary is part of how we work in the open.

How we think →