Diberdayakan oleh Blogger.

Senin, 18 April 2011

Make permalink tag in blogger blogspot

Make permalink tag in blogger blogspot, If wordpress is to provide tags, another case with the blogger. Although the blogspot platform does not provide the feature tag, but feature a label on bloggers should represent the correct tag in wordpress blog. Only, the label generated from the blogspot url, search engines can not read yet so seo friendly alias. But there are tips and tricks on how to make the tag permalink own (manual) on bloggers blogspot.

permalink manually create their own tags on blogger

As you can see on this blog, every time you open a post, the end of the permalink posts will be listed which can be read by search engines, Google in particular. well ... note (Anda sedang membaca artikel tentang...bla bla bla) is a permalink that I created on purpose to encourage posting on SERP position. See the picture below.


you want to create a permalink like this?
  
The first step I create a permalink automatic tag for blogger blogspot :

  • First, go to your Blogger Dashboard and select the Layout tab and then select Edit HTML.


  • Do not forget to tick the writing expand widget templates


  • Next, look for the code ]]></b:skin> (Use Ctrl + F to help with the search), after the discovery code, just above it put the following css code:
.membuatpermalinkblogger
{border: 1px solid #EFF0F1;
padding: 5px;
background: #ffffff;-moz-border-radius:5px;}

.membuatpermalinkblogger a
{background:none;}
img.float-right {margin: 5px 0px 0 10px;}
img.float-left {margin: 5px 10px 0 0px;}
  • Then find the following code:
<data:post.body/> atau <p><data:post.body/></p>
If found, delete it and replace the code with the following code:
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<p><data:post.body/></p>
<div class='membuatpermalinkblogger'>
<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>
  • and save templates

what if I find two (2)code <data:post.body/>, example because I have made read more? right, after you change the template to add the facility to read further, there will be 2 code<data:post.body/>,

like this :
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<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>

There are two codes? solution, to stay put code on their permalink, so some code will be like this:
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<div class='membuatpermalinkblogger'>
<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>

and save the templates and see the results

Permalink bloggers are only visible when you open the post rather than the main page of your blog, Good luck and test myself, If you have any questions please Comment away. Hopefully useful.

I dare say, bloggers who will we create Permalink itself is very seo friendly. Believe it!

Tidak ada komentar:

Posting Komentar