In order to change from nofollow link to follow link, you follow these simple steps:
- Backup your template. It is not necessary, just in case you do something wrong.
- Open your blogger template and search for the following code.
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>In the above code, you see the attribute rel='nofollow', you just have to change it to rel='follow'. After doing it, you have the following code:
<a expr:href='data:comment.authorUrl' rel='follow'><data:comment.author/></a>You are done; click on save your template. It is simple, right? What do you think about this change?
0 comments:
Why not leave a comment? No matter what, I'd love to hear from you!
Post a Comment