How To NoFollow Blogger Comment Links?
This will enhance your site ranking. Because by placing links other achieves their site popularity. This is one of the SEO tool.
See the steps.
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 save your template and you’re done !
Leave a Reply