Every blogger needs to add breadcrumbs navigation in Blogger blog. Because that help to increase CTR in SERP. If there have no breadcrumbs navigation, then you will miss these and also miss many things. In the future, it will be one of Google’s ranking factor. So, you must think about it and also boost your traffic right now. Because driving lot’s traffic from the search engine one of the important points for blogging.
Breadcrumb is an easy to blog navigator for users. Using this navigation, users know that where they right now. In fact, in the Search Engine Result Page (SERP), Breadcrumbs are shown the actual path of the URL. Using this navigation, you can reduce your website bounce rate. Which great thing to increase your blog ranking and also authority.
If you are using Breadcrumbs in your Blogspot blog, great news for you. Because you are enjoying the following facilities and they are a really important thing for everyone’s blog:
Before adding breadcrumbs in Blogspot, you also can read to adding Breadcrumbs in WordPress. Because it’s also important for WP users. By the way, If you want to add this awesome navigation to your blogspot website, you just follow these steps:
1st Step: Go to your blog > Templates > Edit HTML > Now press Ctrl+F from your keyboard to search codes.
2nd Step: Now write ]]></b:skin> and search. After getting this, just paste following CSS before/above ]]></b:skin> tag:
.breadcrumbs{font-size: 100%; overflow: hidden;background: #fff; border: 1px solid #e2e2e2; border-bottom: 0;padding: 15px; padding-bottom: 10px;}
.breadcrumbs > span {padding:0;}
.breadcrumbs > span:last-child {color:#555;border-right:none;font-size:12px;padding:10px;font-weight:600}
.breadcrumbs span:nth-child(n+7) {display:none;}
.breadcrumbs a {font-size:12px;font-weight:600;}
.breadcrumbs span a {color:#444;padding:0 7px;font-style: italic;}
.breadcrumbs span:first-child a{color:#e8503c;font-style: initial;}
.breadcrumbs span a:hover {color:#fc3931;}
.breadcrumbs a:hover {color:#fc3931;}
.breadcrumbs .fa-angle-right{font-size:12px;}
.breadcrumbs {margin-bottom:10px;}
3rd Step: After successfully paste above these CSS codes in blogger, then you need to find this <div class=’blog-post-hfeed’> code and then paste below the following codes:
<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=’nofollow’/></span> <span><data:blog.pageName/></span></div>
<b:else/>
<b:if cond=’data:blog.pageType == "item"’>
<b:loop values=’data:posts’ var=’post’>
<b:if cond=’data:post.labels’>
<div class=’breadcrumbs’><span itemscope=” itemtype=’https://data-vocabulary.org/Breadcrumb’><a expr:href=’data:blog.homepageUrl’ itemprop=’url’><span itemprop=’title’>Home</span></a></span> <i class=’fa fa-angle-right’/><b:loop values=’data:post.labels’ var=’label’><span itemscope=” itemtype=’https://data-vocabulary.org/Breadcrumb’><a expr:href=’data:label.url + "?&amp;max-results=6"’ itemprop=’url’><span itemprop=’title’> <data:label.name/></span></a> <i class=’fa fa-angle-right’/></span><b:if cond=’data:label.isLast != "true"’> </b:if> </b:loop> <span/></div>
<b:else/>
<div class=’breadcrumbs’><span><a expr:href=’data:blog.homepageUrl’ rel=’nofollow’/></span> <span>No Category</span> <span><data:post.title/></span></div>
</b:if>
</b:loop>
<b:else/>
<b:if cond=’data:blog.pageType == "archive"’>
<div class=’breadcrumbs’><span><a expr:href=’data:blog.homepageUrl’ rel=’nofollow’/></span> <span> Category for <data:blog.pageName/></span>
</div>
<b:else/>
<b:if cond=’data:blog.searchQuery’>
<div class=’breadcrumbs’><span><a expr:href=’data:blog.homepageUrl’ rel=’nofollow’/></span> <span> <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’ rel=’nofollow’/></span> <span>All Blog Posts</span>
<b:else/>
<span><a expr:href=’data:blog.homepageUrl’ rel=’nofollow’/></span> <span><data:blog.pageName/></span>
</b:if>
</div>
</b:if>
</b:if>
</b:if>
</b:if>
</b:if>
</b:if>
</b:includable>
4th Step: Now Save Template and done your job!
After these four steps, if you are successfully completed your editing, great news for you. Because you successfully added breadcrumbs navigation in Blogspot blog. Stay with us and get more blogger tips and tricks.
There are lots of questions from bloggers that How to add popular posts widget in…
Google's blogger most popular and free blogging platform since 2003. You can start your blogging…
Google brings a great blogging platform called Blogger (Blogspot). You can here build high-quality blogs…
Every blogger must need to learn about their competitors and analyze their data regularly. Because…
Backlinks one of the important off-page optimization strategy. Because it helps to find challenge your…
WordPress and Blogger most popular and leading CMS platform. Every newbie bloggers confused that which…
This website uses cookies.