What Is An XML Sitemap?
An XML sitemap is a way of organizing a website, identifying the URLs and the data under each section. Previously, the sitemaps were primarily geared for the users of the website. However, Google's XML format was designed for the search engines, allowing them to find the data faster and more efficiently.
How To Create And Submit Blogger Sitemap To Google Search Console?
Before you add sitemap to google search console, you must add custom robot.txt to your blog.
First Go To Blogger >> Your Admin Blog >> setting >> Crawlers and indexing >> slide to on Enable custom robots.txt >> then Custom robots.txt.
and copy code below :
User-agent: *Disallow: /searchAllow: /Sitemap: "xxx"/sitemap.xml
Step 2:If you have multiple sites, then select the desired blog you wish to submit the sitemap for. Go to the upper left corner of your Google Search Console to select your site. But if you don't have multiple sites, you may escape Step 2 and move to step 3.
Step 4: Add the below code in the provided text field. Here you have the option to choose whether you use an atom.xml or sitemap index file. Note, it is advisable that your sitemap should match the one in the robot.txt file.
atom.xml?redirect=false&start-index=1&max-results=100
sitemap.xml
Congratulation! You have finished the process of submitting your blog sitemap.
Note: The above sitemap will work for 100 posts only that is if you choose the atom file, the very first code. If you have more than 100 posts published on your blog, then you have to add one more sitemap following the same steps. The Whole procedure will be the same, but at this time you have to add this code.
atom.xml?redirect=false&start-index=101&max-results=500
Okay, that's enough for now from me, if you have any questions, please comment in the comments column. If something goes wrong I apologize. Hopefully helpful, and thank you.