SEO Friendly Breadcrumb Format

Breadcrumbs makes the user navigation more easy, and not for SEO. But now Google algorithm is efficient to parse those Breadcrumb links and it will reflect in the Google search result. I think you might notice this kind of search results with breadcrumbs or else check the screen shot of a search result. And its a new thing for me because I was not yet involved in the optimization of my site. So you will get more visits now.

Search "Generate Strong Passwords with Wolfram" in Google

Ok, lets come to the point. Google suggested to use the following format to identify the breadcrumbs more easily. Here I’m using the simplest version of the format but you can find more here. By just adding some xmlns and typeof will gives you the better result.

<div xmlns:v="http://rdf.data-vocabulary.org/#" class="breadcrumb">
	<span typeof="v:Breadcrumb">
	<a rel="v:url" property="v:title" href="http://articles.tutorboy.com">Home</a>
	</span>
	&rsaquo;
	<span typeof="v:Breadcrumb">
		<a rel="v:url" property="v:title" href="http://articles.tutorboy.com/category/twitter/">Twitter</a>
	</span>
	&rsaquo;
	<span typeof="v:Breadcrumb">
		<a rel="v:url" property="v:title" href="http://articles.tutorboy.com/topics/bookmarklet/">Bookmarklet</a>
	</span>
	&rsaquo;
	<span typeof="v:Breadcrumb">
		<a rel="v:url" property="v:title" href="http://articles.tutorboy.com/topics/twitter/">Twitter</a>
	</span>
</div>

So the output of the above format will be like below.

Try the following tags and attributes in your existing breadcrumb code and test it here no need to wait for the next Google Crawl ;) ,


Share Your Thoughts

5 Responses to SEO Friendly Breadcrumb Format

  1. Pingback: SEO Friendly Breadcrumb WordPress – TutorBoy

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="">