To Optimize Blog Archives
This is
another problem with blogger blogs. Archives pages (if they are shown in home
page) make problems for search robots. So if you want to get rid of this
problem then just follow given steps below:
Go to
Blog's Template >> HTML >> Proceed
Search for this piece of Code
<a
class='post-count-link' expr:href='data:i.url'>
Replace
above code with one below:
<a
rel="archives" class='post-count-link' expr:href='data:i.url'>
Save
template and that's all done about Archives.