Ads-Banner 486 x 90
Ads-Banner 728 x 90

25 February 2016

thumbnail

How to add the SEO Friendly Breadcrumbs on the Blog

How to add the SEO Friendly Breadcrumbs on the Blog - The breadcrumb is one of the factors that affect the Blog, that's SEO Friendly or not.
Therefore, all blogs are required to have the Breadcrumbs.

Are You know what it breadcrumbs ? Breadcrumb is the marker on a website/blog. For more details, you can see the picture below :

SEO Friendly Breadcrumbs

Are your blog is already added the breadcrumb ? If not, you can add it by following the tutorial below. But before that, you have give label to all your post.

Below the steps in Add a Breadcrumb on Your Blog :

1. Sign in to Blogger

2. Then click Template >> Edit HTML

3. Next, find the code <b:includable id='main' var='top'> (Use Ctrl+F)

4. If it is found, delete the code and replace it 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 == "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'>
» <span typeof='v:Breadcrumb'><a expr:href='data:label.url' property='v:title' rel='v:url'><data:label.name/></a></span>
</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> » <span>Archives for <data:blog.pageName/></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'/>

5. After that, place the code below right above code ]]></b:skin> :
.breadcrumbs{padding:0px 5px 5px 0;margin-bottom:20px;margin-top:0px;font-size:11px;color:#5B5B5B;border-bottom:1px dotted #bbb;}


Finish. Now your blog already has the coolest and SEO Friendly Breadcrumbs.
With the breadcrumbs, the look of your blog will look more beautiful and handsome.

I think that's all from me.

1 Comments

Silahkan Berkomentar