SOCIALIZE IT →
|
Tweet |
So the problem is this when the search engine's crawler comes to your blog for crawling and indexing. Crawler need only one link or URL of your blog's each post and page. By default they crawl each link of your blog including labels, archives etc. So it creates a problem for the robots because they get the same URL from different parts of your blog i.e. Archives, labels and the actual link of your post.
How Can We Solve This Problem ?
This problem will be no longer buddies ! Its just easy to solve it. We have to add an extra HTML attribute to the label's HTML coding which will tell the Search Engine's Crawler that these links belongs to labels or categories and do not index and crawl them. Now friends let's start solving this problem.SEO Optimize Blogger Labels
- Go To Blogger >> Template >> Edit Html
- Tick Mark "Expand Widget Templates"
- Find The Code Below
<a expr:href='data:label.url'
- Replace Above Code With The Following Code
<a expr:href='data:label.url' rel='tag'
- Note : If the rel='tag' is already existing then do nothing.
- Click Save Template & You Have Done !
- You May Like To Read : Add Meta Description & Keyword Tags In Blogger
0 comments: