How To Make Breadcrumbs Indexed or in the Google Index

   How to make / install navigation breadcrumbs indexed by Google in a blog to be visible in the Google search engine (Google search), some time ago I had to explain about how to create a breadcrumb seo friendly which aim to facilitate the visitor to explore the pages on your blog according to categories exist.

Now I will discuss a little about the difference breadcrumbs navigation menu seo friendly I have ever written prior to that we will apply now. Maybe before you have installed breadcrumbs that I described before, but the results are not visible in Google search as if nothing in the index by Google, it requires a very long time for him to index breadcrumbs like that even I have heard of your blog should sempet ber- pagerank 3 or more. But now it is undisputed though the blog you do not have pagerank for navigation breadcrumbs that this one will be visible in the Google search engine with a short time and all the labels blog will be indexed by it, never to make you follow the tips and tricks blogger under this

How to make Breadcrumbs on Blogspot / Blogger
Ø  Log on Blogger
Ø  Select Template
Ø  Choose Edit HTML (better back up the template used to avoid errors)
Ø  Check the Expand Widget Templates
Ø  If you have installed previous breadcrumbs breadcrumb please delete the old code first
Ø  Then find the code]]> </ b: skin>
Ø  Copy the code below and paste it just 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 = 'main' var = 'top'> use CTRL + F to facilitate the search
Ø  Replace the code <b: includable id = 'main' var = 'top'> 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'/>

Now, Lastly save your template and navigation breadcrumbs will be ready in the Google index.


0 Comment to "How To Make Breadcrumbs Indexed or in the Google Index"

Posting Komentar

,