How to Delete "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 "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" checkbox 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 below code:
<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>
7. Detele the bold code in red rel=’nofollow’(Or you can remove only no also making it rel=’follow‘) and save the template.Check both below image of before changing code and after chaging code.
After
No comments:
Post a Comment