Comment Duplicate Content in Blogger Blogspot
Blogger Blogspot comment permalink by default will create duplicate content, so you need to hide the permalink to the comment from search engines.
Here’s how:
- Login to blogger.com -> Design -> Edit HTML -> check Expand Widget Template
- Find this code inside the template [1]:
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/> </a>- Delete and replace with this one:
<b:if cond='data:post.commentPagingRequired'>
<a expr:href='data:comment.url' title='comment permalink'> <data.comment.timestamp/> </a>
<b:else/>
<a expr:href='data:blog.url + "#" + data:comment.anchorName' title='comment permalink'> <data:comment.timestamp/> </a>
</b:if> - Click [Save Template]. Done.[2]
=======
[1] Use CTRL+F or F3 to search code inside template easily.
[2]Credit for this hack goes to Cranked.me
2 Comments
Post a comment


Waah . .
Gawat nih, blogku banyak duplikasinya!
Makasih mas sudah berbagi.
makasih bro..info yg bermanfaaat…