Electronic currency exchanger list How to Remove NoFollow on Blogspot

Sunday 14 September 2008

How to Remove NoFollow on Blogspot

Remove nofollow can make your posting have huge of comments (some maybe spam or bad comments) But this is a good way to help people increase their page rank by promote their blog on your blog. So how do I remove '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


  7. <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>


  8. Detele the bold code rel="nofollow" and save the template.



Have a nice try!

No comments:

Post a Comment