Wednesday, August 08, 2007

How to Delete 'nofollow' Attribute to increase Page Rank

You can read about why you should remove 'nofollow' attribute here

After remove 'nofollow' attribute you can join Do Follow blog and start to increase your Page Rank, and also your Adsense earning.

So how do I remove 'nofollow' attribute? Below some tutorial how to do that?

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 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" checkbos 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

<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 rel="nofollow" and save the template.

How to Delete 'nofollow' Attribute on Word Press

You need install plugin to your Wordpress blog. This is the same auction with showing Adsense on your wordpress. Remember you can't put Adsense without plugin.

Below some plugin to delete 'nofollow' attribute on word press

* Do Follow
* DoFollow
* Remove Nofollow
* Link Love Plugin

You can read how to install plugin on that site.

How to Delete 'nofollow' Attribute on Blogsome

1. Change your comment author url using following code:

<a href="{comment_author_url}">{comment_author}</a>


2. Change your comment text using following code:

{comment_text|replace:'rel="nofollow"':''}


3. Test it by search 'nofollow' in your every blog page source. If you have not found any nofollow attribute, then you pass :)

If you have any suggestion how to remove 'nofollow' attribute on other blog please tell me.

7 comments:

Anonymous said...

nice info
Would be great if you can tell about wordpress blog too.

Hardhono said...

You can read how to do it with Wordpress on this article

Anonymous said...

Thanks for your information

Ayurvedic Home Remedies said...

Useful information. I was searching for sometime for this. Thank you.

Anonymous said...

Great information. First time i heard of not to use No Follow.

Anonymous said...

There is a new WordPress plugin called Remove Nofollow that has been recently created to work with the most current versions of WordPress, including WordPress MU.

Anonymous said...

This is an excellent idea to increase page rank. Wordpress has this plug-in For converting any comment directly to "Do-Follow". Your method is truly wonderful and very useful. Thanks alot indeed!