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.

learn more… | top users | synonyms

12
votes
3answers
2k views

Recommended approach for implementing breadcrumbs

I want to implement breadcrumbs on a website, now I'm struggling on how to best implement them. Users can search for products but can also navigate to a product category to find a product. On a ...
4
votes
2answers
331 views

h1 including breadcrumb links

Is there any precedent or testing of using a breadcrumb list of separate links (and current page text) within an h1 and search engine algorithms? I'm using nested navigation on a travel site. So ...
4
votes
2answers
262 views

How long it takes to get the Breadcrumbs to show up in SERP?

I have a site that run's since 4 months now with category and products. I put breadcrumbs on my page but I still don't see them in the SERP. I use the google breadcrumbs help page to create them. ...
3
votes
4answers
1k views

Breadcrumbs in H1 - How does it affect Google?

Is it good for Google? Like this: <h1> Home >> Services >> Toilet cleaning >> Showcase </h1>
3
votes
2answers
55 views

SEO Ramifications of double breadcrumbs

I have a website that lists hotels, restaurants, bars, etc for a small resort town in Asia. I employ breadcrumbs to aid in user navigation, but I ran into an issue regarding categorization. Many ...
2
votes
2answers
288 views

Breadcrumb before or after H1?

Which is better for SEO? home > page > sub page <h1> sub page </h1> or <h1> sub page </h1> home > page > sub page ?
2
votes
2answers
79 views

How should I handle two different routes to the same place in a website hierarchy? How will this affect SEO?

guys. I'm considering a complete overhaul of my site, and I have a dilemma. I have multiple ways of getting to the same place, i.e.: Home > Page 1 > Page 2 > Page 3 and Home > Page 3 ...
2
votes
2answers
116 views

Can't get menu working the way I would like to in Drupal 6

My apologies up-front, as I've asked this question already on Doctype.com, but figure that this site is more appropriate. I've been trying to wrap my head around Drupal's menu system, with little ...
2
votes
1answer
71 views

SEO best practice for a breadcrumb made by a css drop-down menu

Usualy I make my "breadcrumb" with a <h1>, at the pages top, wich is perfect for the SEO, like following : <h1>Section > Category</h1> But in a new project, I wish to display a ...
1
vote
2answers
135 views

Can I be penalized for using breadcrumbs and subcategories for similar content?

I am building a new navigation system via breadcrumbs based on categories and sub-categories. Example 1: Having url like this: ...
0
votes
2answers
110 views

Breadcrumb trail resulting in duplicate urls

In an e-commerce site I have products that can be under more than 1 category, this causes multiple urls for the same product, the reason being is that if a user clicks on category A then on product A ...
0
votes
2answers
160 views

Breadcrumb for multiple categories

I post in multiple categories, so is it better to have: Consulting > Services > Implementation > Service A Consulting > Services > Optimization > Service A Consulting > Services > ...
0
votes
1answer
146 views

Category redirect in breadcrumbs - bad SEO?

If I have breadcrumbs like this: home > products > categoryA > subcategory > product But the only pages I have is the first products page and the end product page the two categories in the middle ...
0
votes
1answer
209 views

Poll component not showing Home link in breadcrumb

With the joomla's default Poll component, when I go to vote, and it takes me to the results page, the Home link disappears from the Breadcrumb navigation. Is there a way to make the breadcrumb ...
-1
votes
1answer
61 views

How to insert homepage and current page in breadcrumbs? [closed]

I'm working on breadcrumbs for a client's website, and I'm asking myself if homepage has to be in its code. I'm mostly concerned by SEO, not really for users navigation. So, is it better to do : ...