Today during a routine checking for my blog in web master tools i mentioned that there is a "Duplicate meta descriptions" error so i checked the cause of this error and found duplicated links like
Adding canonical rel links to header didn`t solve the problem , i believe that blogger adds a canonical tag automatically yet adding canonical rel tag didn`t solve the problem too
turning off mobile version didn`t solve the problem i just turned the mobile version css off but the mobile version was still in act
since m=1 and m=0 are the cause of error this means that mobile version for my blog is causing a duplicate description problem that massively impact blogs . So how can we solve this issue ?
/2013/03/Blogger-blogroll-widget-screenshot-thumbnails.html
/2013/03/Blogger-blogroll-widget-screenshot-thumbnails.html?m=0
/2013/03/Blogger-blogroll-widget-screenshot-thumbnails.html?m=1
Adding canonical rel links to header didn`t solve the problem , i believe that blogger adds a canonical tag automatically yet adding canonical rel tag didn`t solve the problem too
turning off mobile version didn`t solve the problem i just turned the mobile version css off but the mobile version was still in act
The only way that could bulk solve this problem is using robot.txt
Go to Blogger dashboard > search preferences > Custom robots.txt > Enable custom robots.txt content
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search?updated-min=
Disallow: /search?updated-max=
Disallow: /search/label/*?updated-min=
Disallow: /search/label/*?updated-max=
Disallow: /?m=0
Disallow: /?m=1
Allow: /
Sitemap: http://YourBlogURL.com/atom.xml?redirect=false&start-index=1&max-results=500
Sitemap: http://YourBlogURL.com/atom.xml?redirect=false&start-index=501&max-results=1000
Change YourBlogUrl with your own and done!
blogger seo blogger tips