How To Create And Submit Blogger Sitemap To Google Search Console?

What Is An XML Sitemap?

In simple terms, An XML Sitemap is a list of a website’s URLs. That’s why it’s called a sitemap. It maps out how the website is structured and what the website includes. (“XML” stands for “Extensible Markup Language,” a way of displaying information on websites.)







An XML (Extensible Markup Language) Sitemap is a text file used to detail all URLs on a website. It can include extra information (metadata) on each URL, with details of when they were last updated, how important they are and whether there are any other versions of the URL created in other languages. All of this is done to help the search engines crawl your website more efficiently, allowing any changes to be fed to them directly, including when a new page is added or an old one removed.

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: /search
Allow: /

Sitemap: "xxx"/sitemap.xml

replace "xxx" with your blog url, then Save

After that , Please follow the steps below

Step 1: Sign in to your Google Search Console Account.
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 3: On the left side of the page, click on Sitemaps under the Index section.
The "Sitemaps" page will appear, now at the very top of the page under "Add a new sitemap" you'll see your URL with a blank text field space following it with the word "SUBMIT" at the end.

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
or use
sitemap.xml
Step 5: Press the “SUBMIT” button.
Step 6: Refresh the page.

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.

Featured Post

How to fix CLS issue in your blog or web ?

  Fixing CLS issues is a big deal. That's because most of your competitors won't fix CLS problems and as a result won't rank wel...