This post originally appeared on babich.biz, written by Nick Babich. Nick is a software developer who’s passionate about user experience.
Breadcrumbs (or breadcrumb trail) is a secondary navigation system that shows a user’s location in a site or web app. The term came from the Hansel and Gretel fairy tale in which the main characters create a trail of breadcrumbs in order to track back to their house.
In this article, we explore the use of breadcrumbs on sites and discusses some best practices for applying breadcrumb trails to your own website or application. Highly recommended read!
Same as in fairy tale, visitors needs to know their location in the site’s hierarchical structure in order to possibly browse to a higher level in the hierarchy.
Breadcrumbs serve as an effective visual aid, indicating the location of the user within the site’s hierarchy. This property makes breadcrumb navigation a great source of contextual information for users and helps them to find answers on following questions:
In terms of usability, breadcrumbs reduce the number of actions a site visitor needs to take in order to get to a higher-level page. Instead of using the browser’s “Back” button or the site’s primary navigation to return to a higher-level page, visitors can use the breadcrumbs.
A compact mechanism not taking much of the page space as it is just the text with links in a horizontal line. The benefit is that they have little to no negative impact in terms of content overload.
People might overlook this small design element, but they never misinterpret breadcrumb trails or have trouble operating them.
A great way to determine if a site would benefit from breadcrumb navigation is to construct a site map or a diagram representing the site’s navigation structure, and then analyze whether breadcrumbs would improve the user’s ability to navigate within and between categories:
Breadcrumbs can either be on the basis of: location, path, and attribute.
Location-based breadcrumbs are a representation of a site’s structure. They help visitors understand and navigate your site’s hierarchy, which has multiple levels (usually more than two levels). This type of breadcrumb is very supportive for visitors who enters the site on a deeper level from an external source (e.g. search engine results).
In the example below (from BestBuy), each text link is for a page that is one level higher than the one on its right.
Path-based breadcrumbs (also known as a “history trail”) show the entire path traveled by the user to reach on a particular page. This type of breadcrumb link is typically dynamically generated. Sometimes path-based breadcrumbs can be helpful, but the most time they’re puzzling — visitors often browse very wildly, jumping from one page to the other. Having such a meandering path doesn’t offer much help for user and can be easily replaced by a “Back” button in the browser. Finally, a history trail is useless for visitors who arrive directly at a page deep within the site.
Below is an example of path-based breadcrumb links that show two paths to navigate to the target page.
Attribute-based breadcrumb lists the categories to the specific page or most often product — as this kind of breadcrumb type are useful for e-commerce sites. This type of breadcrumbs helps the visitors to understand the relationship of products and offers a different approach.
For example, in TM Lewin, breadcrumb trails show the attributes of the items displayed on a particular page:
A rule of thumb for breadcrumbs is to show the site hierarchy, not the user’s history. Thus, use location-based/attribute-based breadcrumbs, not path-based ones.
When designing a breadcrumb navigation, make sure to keep following things in mind. Breadcrumb navigation is an additional aid to improve your users’ experience on your site.
Breadcrumb navigation should be regarded as an extra feature and shouldn’t replace effective primary navigation menus. Keep in mind that it’s a convenience feature; a secondary navigation scheme; an alternative way to navigate around your web site.
The last item in the breadcrumb trail (current user’s location) is optional — if you want to display it, make sure that it’s not clickable or tappable. Since users are already on the page, it does not make any sense to add a link of the current page to the breadcrumb navigation.
The most recognizable symbol for separating links in breadcrumb trails is the “greater than” symbol (>). Typically, the > sign is used to denote hierarchy, as in the format of Parent category > Child category. Other symbols used are arrows pointing to the right (→), right angle quotation marks (») and slashes (/). The choice depends on the aesthetics of the site and the type of breadcrumb used:
Think carefully about target size and padding when designing. There should be enough gap between different breadcrumb levels. Otherwise, people might find it hard to use them, especially on a mobile interface. But at the same time you don’t want your breadcrumbs dominate the page, thus they should be less prominent than the primary navigation menu.
Recommended Reading:
You should not use fancy fonts or bright color because these will beat the very purpose of using breadcrumb navigation. A breadcrumb navigation shouldn’t be the first item that grabs the user’s attention when landing on a page. The breadcrumb trail below isn’t bad, but it’s too eye-catching and might distract visitors from the primary navigation and main content.
Google doesn’t make breadcrumb navigation look fancy, but users can easily locate and use it.
All that breadcrumbs do is make it easier for visitors to move around the site, assuming its content and overall structure makes sense. It’s one of the few simple things that enhances website experience and fosters user comfort. And that’s sufficient contribution for something that takes up only one line in the design.
As per a report, “People are 270% more likely to purchase a product with five…
Are your CX efforts not showing impact? Is your team working on customer journeys alone? Oh-uh. Great customer experience…
Did you know that technical issues are the number one reason people delete apps off…
It’s been 2 years since we at Usersnap started developing a tool for Customer Experience.…
Having a great SaaS name places you in a great location on this map, closer…
Tracking feature requests from customers is a blessing, and also a nightmare for Product Managers.…