How to Make Breadcrumbs Live Indexed


Make the breadcrumbs on the blog by following the tutorial in the article, will make the old breadcrumbs indexed by search engines, especially google. Usually only blog with pagerank 3 to be minimal breadcrumbsnya indexed by google. Therefore, I will give you a free tutorial how to make breadcrumbs quickly indexed and even indexed directly.

You do not need to have a pagerank of at least 3 or hundreds of articles. You only need to install a blog template code and the breadcrumbs on direct Please verify the results after making a new article or check the SERP results of your articles that have been indexed search engine.

How to Make Breadcrumbs Indexed

To create a navigation menu breadcrumbs indexed, you can simply use the code that has been in the edit breadcrumbs. These tutorials and code breadcrumbs indexed:

1.Log into your template pages. If you do not know how, click on "How to Edit a Template"

2.Remove all the code in pairs on the template in the article and then save your template.
Find the code <b:includable id='main' var='top'>

3.Delete the code and replace with the following code:

<b:includable id='breadcrumb' var='posts'>
    <b:if cond='data:blog.homepageUrl != data:blog.url'>
    <b:if cond='data:blog.pageType == "static_page"'>
    <div class='breadcrumbs'> <span> <a expr:href='data:blog.homepageUrl' rel='tag'> Home </ a> </ span> »<span> <data: blog.pageName / > </ span> </ div>
    <b:else/>
    <b:if cond='data:blog.pageType == "item"'>
    <! - 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'>
    <b:if cond='data:label.isLast == "true"'>
     »<span Typeof='v:Breadcrumb'> <a expr:href='data:label.url' property='v:title' rel='v:url'> <data:label.name/> </ a > </ span>
    </ B: if>
    </ B: loop>
     »<span> <data:post.title/> </ Span>
    </ Div>
    <b:else/>
    <div class='breadcrumbs'> <span> <a expr:href='data:blog.homepageUrl' rel='tag'> Home </ a> </ span> »<span> Unlabelled </ span>» < span> <data:post.title/> </ span> </ div>
    </ B: if>
    </ B: loop>
    <b:else/>
    <b:if cond='data:blog.pageType == "archive"'>
    <! - Breadcrumb for the label archive page and search pages .. ->
    <div class='breadcrumbs'>
    <span> <a expr:href='data:blog.homepageUrl'> Home </ a> </ span> »Archives for <data:blog.pageName/> <span> </ span>
    </ Div>
    <b:else/>
    <b:if cond='data:blog.pageType == "index"'>
    <div class='breadcrumbs'>
    <b:if cond='data:blog.pageName == ""'>
    <span> <a expr:href='data:blog.homepageUrl'> Home </ a> </ span> »<span> All posts </ span>
    <b:else/>
    <span> <a expr:href='data:blog.homepageUrl'> Home </ a> </ span> »<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'/>

Furthermore .........
4.Find the code]]> </ b: skin>
Put the breadcrumbs indexed CSS code in the following code:
. Breadcrumbs {padding: 8px 5px 5px 0; margin: 10px 0 0px; font: normal 11px georgia; border-bottom: 1px dashed # ccc; font-weight: normal}

5.Save your Template

Done ...