Breadcrumb-website navigation, way to increase your visitor
Creating Navigation Website or call the breadcrumb will be able to easily create your blog visitor to see the navigation links on your website. The aim is that visitors can find out where the origin of which pages are visited links. And according to Google itself, this approach could also be tips on SEO (Search Engine Optimazation) or increase your web rankings in Google.
You can add some code script like the following and put in your site
1. Try to find code like this :
<b:if cond=”data:post.title”>
2. Change that code with this one.
<b:if cond=”data:blog.pageType == "item"”>
<a href=”http://namablog.blogspot.com/”>Home</a> »
<b:if cond=”data:post.labels”>
<b:loop values=”data:post.labels” var=”label”>
<a expr:href=”data:label.url” href=”http://www.blogger.com/post-create.g?blogID=5951628967236528852″ rel=”tag”><data:label.name></data:label.name></a>
<b:if cond=”data:label.isLast != "true"”>,</b:if>
</b:loop>
»</b:if>
<data:post.title>
</data:post.title>
3.Update/Save.
Related Posts









