Monday, March 12, 2012

How To Nofollow Blogger Comments Links


How To Nofollow Blogger Comments Links ?

1. Go to Blogger Dashboard > Template > Edit HTML.
2. Check the box of Expand Widget Template.
3. Now search for the following code:

 <a class='comment-link'

4. Now replace that code with the following code:

 <a class='comment-link' rel="nofollow"

5. Now search for the following code:

  <a expr:href='data:comment.authorUrl'>

6. And replace it with:

 <a expr:href='data:comment.authorUrl' rel='nofollow'>

Now simply save your template and you're done !!

1 comment:

Twitter Bird Gadget