Skip to content Skip to sidebar Skip to footer

How to create Permalink Tag at Blogger

Wordpress already has built in tag, not like blogger. although blogger platform (blogspot) doesn’t have tag feature, but labelling in blogger platform already representative just like tag at wordpress. We know the limited feature in blogger can not be compared to the wordpres.org. But when there is a will, there will be a way. This little tips for boosting SEO, hope your blog

Creating your own manual Permalink Tag in Blogger


I guaranty this permalink blogger is very SEO friendly.
Membuat Tag Permalink di Blogger
DO you want it?

First step to make automatic Permalink Tag for Blogger Blogspot :

  • open the blogger Dashboard and then choose layout tab, and click edit HTML.

don;t forget to check Expand Widget Templates ok? :D

  • next, find this code:
  •  ]]></b:skin>
  • (using Ctrl+F  would be handy), put this code above the line
.makepermalinkblogger
{border: 1px solid #EFF0F1;
padding: 5px;
background: #ffffff;-moz-border-radius:5px;}
.makepermalinkblogger a
{background:none;}
img.float-right {margin: 5px 0px 0 10px;}
img.float-left {margin: 5px 10px 0 0px;}
  • NEXT, FIND THIS CODE
<data:post.body/> atau <p><data:post.body/></p>
IF YOU ALREADY FIND IT JUST DELETE AND REPLACE IT WITH THIS CODE BELOW:
<b:if
cond='data:blog.pageType == &quot;item&quot;'>
<p><data:post.body/></p>
<div class=makepermalinkblogger>
<center><small>Anda sedang membaca artikel tentang <strong><u><data:blog.pageName/></u></strong> dan anda bisa menemukan artikel <data:blog.pageName/> ini dengan url <strong><data:post.url/></strong>,anda boleh menyebar luaskannya atau mengcopy paste-nya jika artikel <strong><data:blog.pageName/></strong> ini sangat bermanfaat bagi teman-teman anda,namun jangan lupa untuk meletakkan link <u><a expr:href='data:post.url'><data:blog.pageName/></a></u> sebagai sumbernya.</small></center></div>
<b:else/>
<p><data:post.body/></p>
</b:if>
  • sAFE Templates and done :D
TROUBLE SHOOTING:
what if you found two place of this code? <data:post.body/>,
that happens usually because you already using auto readmore template.  so you will have two code of <data:post.body/>, but don’t worry
It is easy, just put the auto permalink tag code between them:
see the example below:
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<div class=makepermalinkblogger>
<center><small>Anda sedang membaca artikel tentang <strong><u><data:blog.pageName/></u></strong> dan anda bisa menemukan artikel <data:blog.pageName/> ini dengan url <strong><data:post.url/></strong>,anda boleh menyebar luaskannya atau mengcopy paste-nya jika artikel <strong><data:blog.pageName/></strong> ini sangat bermanfaat bagi teman-teman anda,namun jangan lupa untuk meletakkan link <u><a expr:href='data:post.url'><data:blog.pageName/></a></u> sebagai sumbernya.</small></center></div>
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/></p>
<a expr:href='data:post.url'><strong>Selengkapnya...</strong></a></p>
</b:if>
save the template, and good luck!

Post a Comment for "How to create Permalink Tag at Blogger"