Categories

Blogumulus by Roy Tanck and Amanda Fazani
English French German Spain Italian Dutch Russian Brazil Japanese Korean Arabic Chinese Simplified
Translate Widget by Google

How To Add Breadcrumbs in Blogger?

How To Add Breadcrumbs in Blogger?

Breadcrumb - is the navigation trail which tells about visitor's location on your site or blog. Means it helps to understand the visitor or reader that at which location of your blog they are. It is used to create a user friendly website where they can easily visit your blog pages without any problem. 

There are numberless benefits of using breadcrumb trail in blogs. It also helps to increase your site exposure in search engines by adding keywords into your blog posts. For example if you a write post on how to submit blogger sitemap in Google and tag it with the label name SEO then it will create a navigation trail at the top of your post title as below.


Note: Please backup your blog template before adding breadcrumb navigation in your blog.

Now follow below steps:
  1. Go to Dashboard ->> Template ->> "Edit HTML"
  2. Click "Proceed" and make sure you check the box to "Expand Widget Templates"
  3. Now press Ctrl+F and search for below code
  4. <b:include data='top' name='status-message'/>
  5. Replace that code with the below one.
  6. <b:include data='top' name='status-message'/>
    <b:include data='posts' name='breadcrumb'/>
  7. Now, find this code in your blog template
  8. <b:includable id='main' var='top'>
  9. Replace it with the below code.
  10. <b:includable id='breadcrumb' var='posts'>
    <b:if cond='data:blog.homepageUrl == data:blog.url'>
    <!-- No breadcrumb on home page -->
    <b:else/>
    <b:if cond='data:blog.pageType == "item"'>
    <!-- breadcrumb for the post page -->
    <p class='breadcrumbs'>
    <span class='post-labels'>
    <a expr:href='data:blog.homepageUrl' rel='tag'>Home</a>
    <b:loop values='data:posts' var='post'>
    <b:if cond='data:post.labels'>
    <b:loop values='data:post.labels' var='label'>
    <b:if cond='data:label.isLast == "true"'> »
    <a expr:href='data:label.url' rel='tag'><data:label.name/></a>
    </b:if>
    </b:loop>
    <b:else/>
    »Unlabelled
    </b:if>
    » <span><data:post.title/></span>
    </b:loop>
    </span>
    </p>
    <b:else/>
    <b:if cond='data:blog.pageType == "archive"'>
    <!-- breadcrumb for the label archive page and search pages.. -->
    <p class='breadcrumbs'>
    <span class='post-labels'>
    <a expr:href='data:blog.homepageUrl'>Home</a> » Archives for <data:blog.pageName/>
    </span>
    </p>
    <b:else/>
    <b:if cond='data:blog.pageType == "index"'>
    <p class='breadcrumbs'>
    <span class='post-labels'>
    <b:if cond='data:blog.pageName == ""'>
    <a expr:href='data:blog.homepageUrl'>Home</a> » All posts
    <b:else/>
    <a expr:href='data:blog.homepageUrl'>Home</a> » Posts filed under <data:blog.pageName/>
    </b:if>
    </span>
    </p>
    </b:if>
    </b:if>
    </b:if>
    </b:if>
    </b:includable>
    <b:includable id='main' var='top'>
    <!--Breadcrumbs by http://softwaresurf.blogspot.com/-->
  11. Now, Find ]]></b:skin> and paste the below code just above/before it.
  12. /* Breadcrumbs by http://softwaresurf.blogspot.com/ */
    .breadcrumbs {
    padding:5px 5px 5px 0px;
    margin: 0px 0px 15px 0px;
    font-size:95%;
    line-height: 1.4em;
    border-bottom:3px double #e6e4e3;
    }
  13. Save template
  14. YOU ARE DONE!!

COMMENTS

Scripter Zone

↑ Grab this Headline Animator

Enter your email address:

Name

Anti-Copy-Paste,2,Attribution,1,Blogger Tricks,15,Categories,1,Copyright,2,Energy Saver,1,Floating Share Button,1,Generator,2,SEO Tips,1,Sitemaps,3,Table of Content,3,Tag Cloud,1,Warm Greetings,1,Widgets,8,
ltr
item
Scripter Zone: How To Add Breadcrumbs in Blogger?
How To Add Breadcrumbs in Blogger?
How To Add Breadcrumbs in Blogger?
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJOgJsPCnm7TIZE8cMXQvQkvvc5Ox3OA3sSbEGjwnTvTDEyQhH72EirPJEYIvSfE_QmzZ9A0HPZ3Eg9x2jm6Wek3ka9KoHBzTc4FN56xz8jsbevzpdHkmHva3ZmESZtDWc1aYSYdAA1u5K/s400/breadcrumb.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJOgJsPCnm7TIZE8cMXQvQkvvc5Ox3OA3sSbEGjwnTvTDEyQhH72EirPJEYIvSfE_QmzZ9A0HPZ3Eg9x2jm6Wek3ka9KoHBzTc4FN56xz8jsbevzpdHkmHva3ZmESZtDWc1aYSYdAA1u5K/s72-c/breadcrumb.jpg
Scripter Zone
https://scripterzone.blogspot.com/2013/07/how-to-add-breadcrumbs-in-blogger.html
https://scripterzone.blogspot.com/
https://scripterzone.blogspot.com/
https://scripterzone.blogspot.com/2013/07/how-to-add-breadcrumbs-in-blogger.html
true
5307945339913565444
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content