How to make navigation indexed Google breadcrumbs on blogs

Share it:
How to make / install navigation indexed Google breadcrumbs on blogs so that it looks on the Google search engine (Google search), some time ago I explained about how to make a seo friendly breadcrumb which aims to make it easier for visitors to explore page after page on your blog according to the category there is seo friendly breadcrumbs navigation that I have written before with what we will apply now. Maybe before you have installed breadcrumbs which I explained first but the results are not visible in Google search as if not indexed by Google, it really took a very long time for him to index breadcrumbs like that even I even heard your blog must be pagerank 3 or more. But now that doesn't need to be questioned even though your blog doesn't have a pagerank because this breadcrumbs navigation will be seen on the Google search engine with a short time and all the blog labels will be indexed by it, so to make you follow blogger tips and tricks below this

How to make Breadcrumbs on Blogspot / Blogger

  • Login on Blogger
  • Select Template
  • Select Edit HTML (it's better to back up the template first to avoid errors)
  • Centang Expand Widget Templates
  • If you previously installed breadcrumbs, please delete the old breadcrumb code
  • Then find the code]]> </ b: skin>
  • Copy the code below and paste it right above the code]]> </ b: skin>
.breadcrumbs {padding:5px 5px 5px 0px; margin: 0px 0px 15px 0px; font-size:85%; line-height: 1.4em; border-bottom:3px double #e6e4e3;}
  • Then find the code <b: includable id = 'play' var = 'top'> use CTRL + F to make it easier to search
  • Change the code <b: includable id = 'play' var = 'top'> with the code below
<b:includable id='breadcrumb' var='posts'><b:if cond='data:blog.homepageUrl != data:blog.url'>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<div class='breadcrumbs'><span><a expr:href='data:blog.homepageUrl' rel='tag'>Home</a></span> &#187; <span><data:blog.pageName/></span></div>
<b:else/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<!-- breadcrumb for the post page -->
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<div class='breadcrumbs' xmlns:v='http://rdf.data-vocabulary.org/#'>
<span typeof='v:Breadcrumb'><a expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'>Home</a></span>
<b:loop values='data:post.labels' var='label'>
&#187; <span typeof='v:Breadcrumb'><a expr:href='data:label.url' property='v:title' rel='v:url'><data:label.name/></a></span>
</b:loop>
&#187; <span><data:post.title/></span>
</div>
<b:else/>
<div class='breadcrumbs'><span><a expr:href='data:blog.homepageUrl' rel='tag'>Home</a></span> &#187; <span>Unlabelled</span> &#187; <span><data:post.title/></span></div>
</b:if>
</b:loop>
<b:else/>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<!-- breadcrumb for the label archive page and search pages.. -->
<div class='breadcrumbs'>
<span><a expr:href='data:blog.homepageUrl'>Home</a></span> &#187; <span>Archives for <data:blog.pageName/></span>
</div>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<div class='breadcrumbs'>
<b:if cond='data:blog.pageName == &quot;&quot;'>
<span><a expr:href='data:blog.homepageUrl'>Home</a></span> &#187; <span>All posts</span>
<b:else/>
<span><a expr:href='data:blog.homepageUrl'>Home</a></span> &#187; <span>Posts filed under <data:blog.pageName/></span>
</b:if>
</div>
</b:if>
</b:if>
</b:if>
</b:if>
</b:if>
</b:includable>
<b:includable id='main' var='top'>
<b:include data='posts' name='breadcrumb'/>
Finally, save your template and navigation breadcrumbs will be ready on Google's index
Read other interesting articles about Sway Links / Nudging links
Share it:

Post A Comment:

0 comments: