SOCIALIZE IT →
|
Tweet |
These bad links can destroy your blog and SEO. All the websites including Wordpress and other blogging platforms keep their comments links with nofollow attribute. And nofollow means, we prohibit the search engine's crawler to crawl the link inside comments, but crawl only the content of the comments. By default in blogger , comment links are created without nofollow tags which can harm our blogs.
Then What We Have To Do ?
There is not such a long progress buddies ! We just have to add an HTML attribute to the comments part of an HTMl section of our blog which will tell the search engine's crawler to do not crawl the comment links. This attribute is not difficult to add. A child of ten years can add this attribute by following these simple steps. So friends let's do it.
SEO Optimize Blogger Comments
- Go To Blogger >> Template >> Edit Html >> Proceed
- Tick "Expand Widget Templates"
- Find The Code Below (Tip: Press Ctrl+F To Find)
expr:href='data:post.createLinkUrl'
- Replace Above Code With The Following Code
rel='external nofollow' expr:href='data:post.createLinkUrl'
- Click Save Template & You Have Done !
0 comments: