Friday, January 11, 2008

Blogger Tricks - Delete "nofollow" Attribute from Blogger.com to increase Page Rank

You can also remove "no follow" attribute from yours blogspot account to increase Page rank ,If you do that you can join Do Follow blog that will increase yours Page Rank, and also your Adsense earning.

How to Delete "nofollow" Attribute on Blogger

1. To do this, login into your blogger. Usually you will bring to Dashboard after login.
2. Choose your blog and click "Layout"
3. Click “Edit Html" subtab og the "Template" tab
4. Before remove "nofollow" attribute, please backup you template by clicking Download Full Template and save your template. You can use it if you get error when make modification of your template.
5. Check "Expand Widgets" checkbox at at the top of the Edit Template text box. This expands the Blog Posts Widget Code within which is the comments code.
6. Scroll down the template and find below code:

<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author'expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" +data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>


7. Detele the bold code in red rel=’nofollow’(Or you can remove only no also making it rel=’follow‘) and save the template.Check both below image of before changing code and after chaging code.



Before
Image Hosted by ImageShack.us
After
If Any problem or suggestion fell free to comment in that.

No comments: