Breadcrumb Navigation
Breadcrumb navigation is a trail of internal links displayed near the top of a webpage that shows the user's current position within the site's hierarchy. Example: Home > Blog > SEO > Breadcrumb Navigation. Named after the trail of crumbs in "Hansel and Gretel."
Breadcrumb navigation is a trail of internal links displayed near the top of a webpage that shows the user's current position within the site's hierarchy. Example: Home > Blog > SEO > Breadcrumb Navigation. Named after the trail of crumbs in "Hansel and Gretel."
Why It Matters
Breadcrumbs improve both UX and SEO. For users, they provide intuitive location awareness and easy navigation to parent categories. For search engines, they clarify site structure and create consistent internal linking that distributes link equity efficiently. Since 2018, Google displays breadcrumb paths instead of URLs in search results when BreadcrumbList structured data is implemented, improving result readability and click-through rates.
Types
Hierarchy-based: Shows the page's position in the site structure. The most common type.
Home > Category > Subcategory > Current Page
Path-based: Shows the user's actual navigation path. Rarely used today since it duplicates the back button.
Attribute-based: Shows filtered attributes on product pages.
Home > Clothing > Men > Short Sleeve > XL
SEO Benefits
Improved search result display: BreadcrumbList JSON-LD structured data tells Google to show breadcrumb paths in SERPs, giving users contextual information that improves CTR.
Site structure understanding: Helps crawlers grasp hierarchical relationships between pages.
Internal link reinforcement: Each breadcrumb level acts as an internal link, strengthening parent page authority.
AI search optimization: Structured data helps LLMs understand content context and hierarchy, potentially increasing AI citation likelihood.
Best Practices
- Place breadcrumbs at the top of the page, above main content
- Display the current page as plain text, not a link
- Implement BreadcrumbList JSON-LD structured data alongside visual breadcrumbs
- Design responsively so breadcrumbs display well on mobile
- Align breadcrumb paths with actual URL structure
Sources: