"Breadcrumbs" or "breadcrumb trail" is a navigation aid used in user interfaces. It allows users to keep track of their locations within programs or documents.
3
votes
2answers
73 views
Navigating a multi-part article in ios?
In my application I've got some multi-part articles, about test-driving a car. The articles are split into multiple section.
I'm using this control to navigate between the sections (note: it's not ...
3
votes
4answers
131 views
Where to place the '< Back' link or button?
I am building a simple transactional site with two step process both on web and mobile (responsive).
Target users both male & female age from 30-40 relatively tech savvy.
First page is a ...
14
votes
4answers
853 views
Can a visual progress bar be used as a navigational element?
We're having a bit of a debate here among teammates as to what would be a better UX solution, so I was hoping you guys could help me settle this.
We have a linear flow through a data-collection ...
8
votes
5answers
275 views
Is it okay to use breadcrumb navigation on some pages and not on others?
Breadcrumbs would be redundant for some of my pages and quite pointless, but effective on others which are a bit deeper.
Is it bad practice to only implement breadcrumbs on some of the pages?
4
votes
4answers
144 views
Is there something like 'chronological breadcrumbs'?
The MoinMoin wiki engine has a UI element I would like to add to my web application. It looks very similar to breadcrumbs, but it behaves in a different way. According to UI Patterns,
Breadcrumbs ...
3
votes
4answers
168 views
Is the term “breadcrumbs” internationally understood by users? Is it localized?
I was recently advised that the term "breadcumbs" was not understood globally by all readers of our documentation explaining how to develop UIs. The thought behinds this claim was that "breadcrumbs" ...
4
votes
8answers
521 views
Are breadcrumbs still in?
Despite NNGroup's praise, I notice none of the big players (StackExchange, Facebook, Google, YouTube) use breadcrumbs. None of the big ecommerce players either. Why is this?
Possible guesses:
Users ...
1
vote
2answers
101 views
Link to homepage in breadcrumbs/logo in subfolder?
We recently launched our company blog. We created a new design for it to distinguish it from our regular shop design and give a more "blog experience". The blog is located at ...
1
vote
1answer
133 views
Best location for breadcrumb in a blog
Are breadcrumbs still necessary based on current UX trends?
So for my site: for a single blog post, the level would be Home > Parent Category > Child Category > Blog Post. If I were to put ...
2
votes
1answer
211 views
Navigation design pattern for showing current state
I'm looking for a high-level navigation design pattern that will also show the current navigational state. (Ex: Dashboard, invoices, settings, etc...) I am currently planning on using an accordion ...
1
vote
1answer
138 views
Breadcrumb for Homepage/Landing
The site I'm making - and as a lot others do - has a unique homepage, which is more like an index to the site than a part of it; imagine an exclusive (and loud) layout scheme, elements, content, all ...
2
votes
1answer
755 views
Metro UI breadcrumb guidelines / examples?
Are there any guidelines for, or examples of breadcrumbs in metro UI applications? Especially for applications that have a deep hierarchical structure.
Edit: I'm not looking for guidelines on how ...
3
votes
3answers
277 views
Non clickable breadcrumbs to show a user's place in a booking process?
I have a case where there is a multi-step system that a user goes through, like an in depth booking process.
For example the user has to go through 6 steps to complete the booking, the system ...
2
votes
2answers
496 views
Slideable path-based breadcrumb
I want to make a path-based breadcrumb with pure css and am considering 'sliding' it when the path is too long.
For example:
path 1 > path 2 > path 3 > .......... > path n
If the ...
6
votes
2answers
295 views
Should 'Home' be included in website breadcrumbs?
This may vary based on your site hierarchy and IA but when configuring breadcrumbs should they include home or stop the first filter (categories, for example).
Which is better? I have seen both used ...
-1
votes
1answer
634 views
To breadcrumb or not to breadcrumb? Possible SEO advantage? [closed]
I generally use the back button if I want to go back or click the logo to hit the homepage again. I rarely use breadcrumbs but my employer found a year back that adding breadcrumbs to the website ...
23
votes
7answers
1k views
Would Breadcrumbs be effective if they incorporate Dropdowns?
I'm currently thinking about adding a quite comprehensive section to a website: the section I'm talking about starts at level 3 of the overall website and itself has another four structural levels. ...
7
votes
5answers
451 views
Breadcrumb menu in the footer
I'm a big fan of the Apple web site. However, I was wondering why they have put their breadcrumb menu in the footer. I thought the idea of the breadcrumb menu was to let the visitors to get a quick ...
5
votes
1answer
131 views
In breadcrumbs in a CMS what should I use as the page name
In our content management system, users can create/delete/edit pages for their website. When editing a page we like to show breadcrumbs. For example someone creates an about-us page.
Should the ...
4
votes
2answers
407 views
Back button (or similar) and breadcrumbs, or just breadcrumbs
Should a website that keeps track of 'Breadcrumbs' need to provide a back button, or similar means of returning to the parent page on each 'subpage'?
To give a visual example:
Here is my main page
...
8
votes
4answers
452 views
Breadcrumbs and selected page
I have a unique situation (if there is another post here outlining it please link to me so I can remove mine).
I have a menubar at the top of my page with six links in it. Each link will take you to ...
8
votes
2answers
805 views
Combining breadcrumb and selected facets/filters into one
Given a site with faceted-search, etc. I want to display the facets a user has selected, not only as part of the faceted-navigation controls (left vertical) but also at the top of the page.
Showing ...
7
votes
4answers
4k views
Breadcrumbs: ok to use on mobile site?
Wondering if anyone has thoughts on using breadcrumbs as a method of navigation on a mobile website (for a content site). The breadcrumbs would show the heirarchy of the site as such:
Site >> ...
0
votes
2answers
137 views
Does it work to use a heading as a backlink/breadcrumb on landing pages?
On landing pages where there are many ways to get there (email, multiple index pages), we want to funnel users back to a single index. We currently use a breadcrumb at the top to indicate the ...
3
votes
4answers
251 views
Is there a better solution to interact with multiple pathways that have the same endpoint, than using multiple breadcrumbs inside tabs or a dropdown?
I need to convert data of a structure similar to this:
into an interactive, HTML widget.
This widget will allow users to start from the end node (which I'm calling 'shirley' here) and work back ...
4
votes
3answers
583 views
Too many navigation levels?
Do you thing the user workflow is too "busy" on the screenshot below?
The idea is to bring a user through all the the tabs. The workflow would be:
Use the main tabs (vertical or horizontal..not ...
6
votes
3answers
438 views
Breadcrumb or tabbed form or best of both?
We have a web application that allows users to query a database.
The results are returned in a breadcrumb style interface.
We brought this change in at a new version, and our users have been ...
10
votes
4answers
920 views
Better approach to blue/underlined for link?
We have a web application that allows users to query a database.
The results are returned in a breadcrumb style interface.
We brought this change in at a new version, and assumed it was ...
7
votes
2answers
568 views
Why is it called a breadcrumb?
When Hansel and Gretel laid down a bread crumb trail, the birds ate it and they got lost. The pebble trail is what got them home.
2
votes
6answers
417 views
How should a breadcrumb behave?
What is the expected action when a breadcrumb is clicked?
I have a hierarchy of data that includes meta descriptors such as:
PersonName / Assets / House
I have a page for a list of Assets, a home ...
10
votes
6answers
1k views
Should breadcrumb menus ever be two lines?
Should a long breadcrumb menu ever spill into a second line? If so, what are some good examples of this done right so that it looks decent? If not, what are other solutions that can solve the length ...
12
votes
6answers
1k views
Breadcrumbs: ok to place at the top of a page?
Should breadcrumbs ever be placed at the very top-left of a page?
Breadcrumbs seem to always be located either directly below the nav menu or above the page content. An article from 1stWebDesigner ...

