How to create and submit a blogger sitemap with feed

Google Webmaster Tools (GWT), which allows you to submit a sitemap, or sitemap to Google Webmaster Tools can help make your content easier and quicker to index by Google. Sitemap generator plugins are easier for WordPress users, but there is no plugin or widget for bloggers. We can still use our blog’s atom.xml feed to create sitemaps.

I'm certain that you all are familiar with Google webmaster tools. This tool is useful for site and blog owners who want to improve SEO and optimize their site publicity. To submit your sitemap sitemap, please include one of these.

If you are unfamiliar with GWT please sign this first using your Google account to verify ownership of your blog/site.

We can use our blogger atom.xml feed to submit a sitemap that is blogger-based. This will allow Google to recognize the structure of your blog. Let's see how to do it.

Update: It's now much easier to submit the latest Blogger sitemap. Just add "sitemap.xml" after your blog address. See the following for more details:

https://themerum.blogspot.com/sitemap.xml

or

https:/themerum.googleblog.com/sitemap.xml

or

https://themerume.com/sitemap.xml

Create a Blogspot Sitemap using Atom.xml

Look at the left sidebar/left pane of your GWT account and click Site Configuration. Then click Sitemap.

You will find a button to "Submit Sitemap", which displays your blog's URL. Click that button and then enter the code below:

As you can see, it will be as simple as that. You're done!

This code is for the blogger sitemap if there are less than 100 posts. If the number of posts exceeds one hundred, then create a new sitemap by entering the following code.

Create a sitemap for blogs that have more than 200 articles and use the following code:

atom.xml?redirect=false&max-results=100

For every article in multiples of 100, you will need to add a new sitemap. You only need to modify the red code.

atom.xml?redirect=false&start-index=1&max-results=100

Google will be able to index your blog better if you send a sitemap to GWT. You can check the sitemap of your blog regularly or click "resubmit", if you need to update the post.