Breadcrumb is an important navigation that must
you set on your blog. breadcrumb will ease your visitors to know on the page
where they were. in addition, breadcrumb also good for your SEO. Search
engines like the sites that have breadcrumb. so, why your blog no set a
breadcrumb ?.
okay.. let to set breadcrumb on your blog by the
steps below :
1. Log in to your Blogger dashboard.
2. go to "template" menu, and choose
edit HTML. *before you edit HTML, get used to backup your templates.
3. check the expand widget templates.
4. find the
code below :
<b:if cond='data:post.title'>
5. then, put the following code under it
<b:if cond='data:blog.pageType ==
"item"'>
<a href='http://syakirurahman.blogspot.com/'>Home</a>
»
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels'
var='label'>
<a expr:href='data:label.url'
rel='tag'><data:label.name/></a>
<b:if cond='data:label.isLast !=
"true"'>,</b:if>
</b:loop>
»
</b:if>
<data:post.title/>
<hr>
</b:if>
*don’t forget to modify the red code to be your blog
url.
6. save it. and finish
that's all, and now, just see the result. if there
are any errors or you have any questions, you can ask me on the comment box
below. okay that's it from me, hope useful for you. Happy Blogging :)


0 komentar:
Post a Comment