Portal of all Blogger widget, Airtel USSD Codes, Facebook Hack, Free Internet Tips, PC and Blogger Tricks

Breaking

Tuesday 18 June 2013

Correct SEO To Optimize Your Blogger

Here we are telling about How to Optimeze Your Blogger Content in Search engine
You May Searching For:
 »To Optimize comment links in blogger do this:
  • 1. Go To Blogger > Design > Edit HTML
  • 2. Backup your template
  • 3. Search for the following code ( Search for a similar code ).:
expr:href='data:post.createLinkUrl'
Note: If you found a rel="nofollow" in the above code inside your blog template then simply replace it with the one described below. add rel='external nofollow'  anywhere after the a tag. Like this:
 rel='external nofollow' expr:href='data:post.createLinkUrl'
  • 4.  Now search for this:
<a expr:href='data:comment authorUrl'
  • 5.  Replace it with this:
<a expr:href='data:comment.authorUrl'rel='external nofollow'
  • 6.   Done!
»To Optimize Label links in blogger do this:
  • 1. Inside your template search for the following code: (Search for a similar code).
<a expr:href='data:label.url'
  • 2. Replace it with this one:
<a expr:href='data:label.url' rel='tag'
  • 3. Done!
»To Optimize Archive links in blogger do this:
Note the archive links will only appear on your blog if you add the archive widget. If you have not added the archive post widget to your blog then you can skip this part.
  • 1. Search for this code inside your template:
<a class='post-count-link' expr:href='data:i.url'>
  • 2. Replace it with this:
<a rel="archives" class='post-count-link' expr:href='data:i.url'>
  • 3. Finally save your template and you are all saved! :)

No comments:

Post a Comment

Notice: Don't add "backlink". Text with Link will automatically Removed.