Google Search has recently introduced breadcrumbs in their Search Result Snippets replacing the URL displayed below the individual snippet. There are both advantages and disadvantages of this new feature. One immediate advantage that I see is if your search result snippet has a breadcrumb, your website will probably get more pageviews because the user is likely to click on a category name on the breadcrumb to navigate to the parent category and browse through related articles.
Not many search result snippets have a breadcrumb yet, so the question is, how does google obtain breadcrumb links from a website. I did a small research and found out that in order for google to display breadcrumbs for your website, your website / pages on your website must have one. If you look at individual blog posts on this blog, you will see a breadcrumb horizontally across the top of the blog post, just below the title. I'm using WordPress as my blog CMS and the following is the code I have inside single.php
file of the current theme to display a breadcrumb for each blog post.
<p><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a> » <?php the_category(', ') ?> » <?php the_title(); ?></p>
thank you for providing the code for the breadcrumbs – clear and informative. I will try this on my blog now.
I’m curious where you have found your informatio. So far I have been unable to find anything that shows how google is actually creating the breadcrumb structure.
This post might give you the answer you’re looking for: http://googlesystem.blogspot.com/2009/11/breadcrumbs-in-googles-snippets.html Basically, google just uses the breadcrumb you have on your website, provided it can detect it.
Seems that it doesn’t work. There are no breadcrumbs in the search results when I search your article on Google.
Great post. Are there other ways to implement breadcrumbs?
I’m back and search your blog again. There is no breadcrumbs in the search results too. I think the breadcrumb in the page is not the only condition of Google’s breadcrumb
Hi,
Can you pls let me know what keywords you were searching for? When I searched for keyword iphone on this site, there are some results with breadcrumbs on google as you can see at
http://www.google.com.au/search?hl=en&q=iphone+site%3Aeisabainyo.net. Not all results have breadcrumbs, but that’s another issue.