Bread Crumbs SEO
Breadcrumbs are a secondary navigation trail that shows users and search engines where a page sits within a website’s hierarchy.

Key takeaways
- Breadcrumbs show site hierarchy, not browsing history.
- They improve internal linking and help crawlers understand structure.
- Use BreadcrumbList structured data for rich results eligibility.
- All links except current page must be clickable.
- Most useful on deep sites like ecommerce or editorial.
Breadcrumbs help both users and search engines navigate your site’s hierarchy.
Example
Home > Blog > SEO > Bread Crumbs SEO
This trail shows the page is in the "SEO" subcategory under "Blog." Each segment is clickable except the last one.
When should I use this?
- Sites with deep hierarchies (e.g., ecommerce, editorial, large content sites)
- Pages that benefit from clear parent-child relationships
- When you want to improve internal linking and crawlability
- When you plan to implement BreadcrumbList structured data for rich results
What it is not
- Not a user’s click history (breadcrumbs show site structure, not browsing path)
- Not a primary navigation menu (breadcrumbs are secondary navigation)
- Not a ranking factor (but indirectly helps SEO through better structure)
- Not optional for small flat sites (breadcrumbs add little value on simple sites)
Quick start
- Identify the site hierarchy (e.g., Home > Category > Subcategory > Page).
- Add breadcrumb HTML near the top of each page (e.g.,
<nav aria-label="Breadcrumb">). - Make all links clickable except the current page.
- Implement BreadcrumbList structured data in JSON-LD matching the visible trail.
- Test with Google Rich Results Test.
Common mistakes
- Using breadcrumb labels that don’t match the actual site hierarchy or URL structure.
- Marking up breadcrumbs in JSON-LD that don’t match the visible breadcrumb trail.
- Making breadcrumb links non-clickable or omitting higher-level parent pages.
- Implementing breadcrumbs only in client-side code so crawlers or users may not reliably see them.
Next step
FAQ
Are bread crumbs a ranking factor?
Bread crumbs are not a direct ranking factor, but they improve internal linking and site structure, which can indirectly benefit SEO.
Do bread crumbs need structured data?
Structured data (BreadcrumbList) is recommended to help Google understand and potentially display bread crumbs in search results.
Should bread crumbs be clickable?
Yes, all bread crumb links except the current page should be clickable to aid navigation.
Related topics
Sources
- Google Search Central – Breadcrumb structured data — Official guidance for BreadcrumbList structured data and validation.
- Google Search Central – Structured data — Primary source for structured data implementation principles and search appearance guidance.
- Yoast – Breadcrumbs SEO — Clear definition and SEO context for breadcrumbs as on-page navigation.
- Search Engine Land – SEO breadcrumbs guide — Practical SEO best practices for breadcrumb structure, markup, and testing.
Reviewed by Lucía Marín, Founding editor.