This post is quite useful for deriving traffic from Google Search result because the more information is appearing on Google search result the more traffic you gain irrespective for those who don’t have applied it. It is recommended for you to back-up your template before proceeding.
Applying Breadcrumbs in Blogger.
Go to Blogger >> Template and click “Edit HTML”.Press Ctrl+F for searching and search for this code in template.
<div class='blog-posts hfeed'>You may find this code twice. Just add the following code just below it in both codes found.
<b:include data='posts' name='breadcrumb'/>Now, search for this code in your template.
<b:includable id='backlinks' var='post'>Now just after its closing end,
<b:includable id='breadcrumb' var='posts'> <b:if cond='data:blog.pageType == "item"'> <p class='breadcrumbs' xmlns:v='http://rdf.data-vocabulary.org/#'> <span class='post-labels' typeof='v:breadcrumb'> <a expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'>Home</a> <b:loop values='data:posts' var='post'> <b:if cond='data:post.labels'> <b:loop values='data:post.labels' var='label'> <span typeof='v:breadcrumb'> »<a expr:href='data:label.url' property='v:title' rel='v:url'><data:label.name/></a></span></b:loop> <b:else/>» Unlabelled</b:if>» <span typeof='v:breadcrumb'> <span property='v:title'><data:post.title/></span> </span> </b:loop> </span> </p> <b:else/> <b:if cond='data:blog.pageType == "archive"'><p class='breadcrumbs' typeof='v:breadcrumb'> <span class='post-labels'> <a expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'>Home</a> » Archives for <data:blog.pageName/></span> </p><b:else/> <b:if cond='data:blog.pageType == "index"'> <p class='breadcrumbs' typeof='v:breadcrumb'> <span class='post-labels'> <b:if cond='data:blog.pageName == ""'> <a expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'>Home</a> » All posts<b:else/> <a expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'>Home</a> » Posts filed under <data:blog.pageName/></b:if></span></p></b:if></b:if></b:if> </b:includable>
Use “.breadcrumbs” id for styling your breadcrumbs according to your blogger design.
Applying Breadcrumbs in website.
In general website, use this example breadcrumbs structure in your website HTML.
<span class="breadcrumb"> <span xmlns:v="http://rdf.data-vocabulary.org/#"> <span typeof="v:breadcrumb"> <a href="http://www.websitename.com" rel="v:url" property="v:title">Home</a></span> » <a href="http://www.websitename.com/tag/Tag1/" rel="v:url" property="v:title">Tag1</a></span> » <span typeof="v:breadcrumb"> <a rel="v:url" property="v:title" href="http://www.websitename.com/tag/Tag1/">Tag2</a> </span> » <span typeof="v:breadcrumb"> <a rel="v:url" property="v:title" href="http://www.websitename.com/tag/Tag3/">Tag3</a></span> » <span typeof="v:breadcrumb"><span property="v:title" rel="v:url"><a href="your-artcile-link">your Artcile name</a></span></span></span>
Here Tag1, Tag2, and Tag3 are the Tag the Article have been Categorize.
In order to check if this breadcrumb is working or not simply use Rich Snippets tools by Google.
Though you will not see this breadcrumbs working on Google.com but it should be already appearing in Bing and Yahoo. As in my case I have implemented some week ago and it’s started appearing in the entire above mention search engines.
Hope this works for you, if face any problem just drop your comment below.
We are always here for help.
0 comments:
Post a Comment