RSS

Navigation : Home / , , / Article : How to remove nofollow attributes from blogger comments

How to remove nofollow attributes from blogger comments

Many of the blogger templates have nofollow comments attributes inbuilt,that attributes is done to discourage comment spam.I have found this problem when I got lots of comments with back links to other website.Spammers are commenting below our blog post and at last they put the link back to their website in order to get traffic or diverting traffic to their website/ blog.Thus comment in blogger must be modified but in blogger Editing Comments in Blogger is not possible.
Rolled out fully in May 2007, you can no longer edit comments.but you can moderate your blogger comment.

Just follow the steps to remove nofollow attributes from blogger comments.

1.Login to your blogger Dashboard.

2.Go to Design > Edit HTML > Expand widget template.

3.Back up your full blogger template.

4.Now find out the following peace of code by pressing Ctrl+F from your keyboard.

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

5.Now the important steps is that,you need to remove rel='nofollow' from your coding of template.
6.Save your blogger template and you have done.

Loading

0 Responses to "How to remove nofollow attributes from blogger comments"

Do not add any spam messages, as we will strictly delete the spam comments, all content posted on this blog are free for use and for knowledge, do not spoil it with spamming.