Breadcrumbs usage

#
minutes to read
September 20, 2025

Breadcrumbs provide users with a clear sense of location and navigation within a product or website. When designed well, they reduce cognitive load and improve findability.

Overview

Breadcrumbs are a secondary navigation pattern that shows users where they are in a hierarchy and how to move back. They are especially useful in:

  • Content-heavy sites (for example: e-commerce, documentation, directories).
  • Multi-level hierarchies where users may enter from search or deep links.
  • Situations where orientation and “wayfinding” are critical.

Good breadcrumbs support navigation, improve SEO, and reduce reliance on the back button. Poorly designed breadcrumbs are redundant, inconsistent, or invisible.

Best practices

Guidelines for designing and implementing breadcrumbs.

Use breadcrumbs for deep, hierarchical structures

Importance:
Critical

Breadcrumbs make sense when content sits within a clear hierarchy. They are less useful on flat structures.

Breadcrumb with full hierarchy (Home > Food > Bakery & Bread > Bread) is correct; breadcrumb with only Home > Bread is incorrect

References:

Follow a clear and consistent format

Importance:
Critical

Breadcrumbs should show the full path from the homepage to the current page, separated by a consistent delimiter (for example: › or /).

References:

Make each level clickable

Importance:
Critical

Users should be able to navigate back to any previous step, not just the homepage.

References:

Place breadcrumbs at the top of the page

Positioning breadcrumbs above the main heading ensures users see them before diving into content.

Keep breadcrumb labels short and meaningful

Use concise labels that match page titles. Avoid truncation or vague terms like “Page 1.”

References:

  • Content design – Sarah Richards

Support accessibility and responsiveness

Importance:
Critical

Breadcrumbs must be keyboard navigable and screen-reader friendly (aria-label="breadcrumb"). Ensure they adapt well to mobile screens without truncating important context.

Breadcrumb showing full path on mobile is correct; breadcrumb shortened with “…” is incorrect

References:

Common mistakes

Frequent mistakes when using breadcrumbs.

Using breadcrumbs in flat or shallow structures

Adds unnecessary noise when hierarchy is only one or two levels deep.

Making the current page a link

Importance:
Critical

Confuses users and breaks expectations. The last item should indicate the current location, not a clickable link.

Using inconsistent separators

Switching between symbols (/, ›, >) reduces scanability and looks unpolished.

Overloading with long or unclear labels

Cluttered breadcrumbs are hard to scan and don’t help orientation.

Summary

Key takeaways for breadcrumbs.

  • Breadcrumbs are best for deep, hierarchical content.
  • Always show the full, consistent path and make each level clickable.
  • The current page should be text only, not a link.
  • Keep labels short and meaningful, and support accessibility with ARIA and keyboard navigation.

Done well, breadcrumbs help users orient themselves, improve findability, and reduce navigation effort. Done poorly, they add clutter and confusion.

Newsletter subscription

Get notified when new guides are published. Subscribe to receive practical UX recommendations straight to your inbox.