If you're new here, I recommend you to subscribe via RSS Feed. You can also subscribe by email and have new articles sent directly to your inbox. It doesn't cost you anything!

Sitemap is a way to tell search engines about pages on your site that they might not otherwise discover. Google provides a way to submit sitemaps through Google Webmaster Tools.how to create and submit sitemap? For self hosted sites submitting sitemaps is easy but for blogspot(blogger) hosted sites there is a tweak involved. If you don’t follow this tweak; either you will end up with a WARNING and/or the maximum number of URLs submitted will be shown as 26.

So, how can you submit sitemaps for a blogger hosted blog without any warnings or errors?

Suppose you have a site called abc.blogspot.com. The sitemap for this site would be: http://abc.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=100 meaning simply append atom.xml?redirect=false&start-index=1&max-results=100 to your blog URL in Google Webmaster Tools > Sitemaps > Add Sitemap.

Food for the thinking mind: If you don’t include redirect=false, webmaster tools will throw warning. If you don’t include start-index=1&max-results=100, the maximum number of URLs submitted will be shown as 26, always. Remember if you have more than 100 pages on your blogspot site, you would need to include two sitemaps one having an index starting with 1 and ending with 100(start-index=1&max-results=100) and the other having an index starting with 100 and ending with 200(start-index=100&max-results=200)

If you enjoyed this post, make sure you subscribe to my RSS feed!

Related posts:

  1. Setting up custom domain on blogger? Follow Google’s instruction with slight change
  2. How to resolve blogger error bX-xvu2n5?
  3. Moving from blogger to wordpress. How I did it and some pitfalls to avoid.
  4. Blogger DMCA Template
  5. How to show adsense ads only on home page and not on inner pages of your blogger blog?