How to submit a sitemap to google search console is very easy. But there are still those who do not understand how to submit the correct sitemap according to google. Therefore, here I will share a trick on how to send a sitemap to the google search console so that every article we create can be immediately indexed by search engines and can be crawled by google bots.
When you start creating a website, you may never think of one of these important or most important things. Imagine if you were half dead creating articles and had posted so many but none of them could be found on google search pages. This is because the trivial thing is to forget to submit a sitemap. How much time you have wasted.
Why Submit Sitemap To Search Engines
Registering an account with google webmaster is an obligation for bloggers. Must, mandatory and highly recommended. Webmasters are the perfect place to make your blog a meaningful blog.
By submitting a sitemap, you do not need to use any third-party tools. But you can't customize sitemaps manually because they are generated automatically by bloggers. Sitemaps are required when adding sites to the Google search console or Bing Webmaster Tools. So that they can easily find our blog posts and index them into search results.
The Google search console (formerly Google Webmaster Tools) is a free tool that lets you control your website on search engines. First we need to understand what a sitemap is, and why submitting a sitemap to search engines is important. What exactly is a search engine. Here is the explanation.
What is a Sitemap?
A sitemap is an XML file that contains the URLs within your blog. This file helps crawlers find all the URLs of your blog.
There are many aspects of a site that crawlers will follow, such as the size and number of URLs. In short, a sitemap is a complete index of blogs that you want to display to search engine bots.
In the screenshot below you can see an example sitemap file:
The code I use to extract is sitemap.xml. Simply put, this file contains all the blog URLs, and is then sent to search engines to tell them about all the content of the blog page. Search engine bots follow these files to crawl and index your website.
Sitemaps can be created in a variety of ways depending on the platform you use for your website. For example, WordPress sitemap can be easily created using popular SEO plugins call Yoast SEO, and for Blogger platforms, you can try generetor tool https://labnol.org/blogger/sitemap/
Types of Sitemaps Submitted to Google
If you've tried the sitemap generator from the labnol.org site, the extracted results will look like this:
Above is one type of sitemap that you can enter in the google search console. But in addition to the code above, you can also enter code like this to submit a sitemap.
Sitemap: https://www.example.com/sitemap.xmlSitemap: https://www.example.com/atom.xml?redirect=false&start-index=1&max-results=500Sitemap: https://www.example.com/atom.xml?redirect=false&start-index=501&max-results=500Sitemap: https://www.example.com/feeds/posts/defaultSitemap: https://www.example.com/sitemap-pages.xml
Another thing to keep in mind is that blogger sitemaps change automatically according to the number of your blog posts. Below is another way to add a sitemap for each page on the blog.
/sitemap.xml?page=1/sitemap.xml?page=2/sitemap.xml?page=3
Automatically, the sitemap type above is a per -page sitemap. For example, if there are 7 posts on your Homepage page, then in /sitemap.xml?page=1 is a group of posting lists on the first page, so on. The use of this method is also widely done by some websites.
For another use in the sitemap example above is if initially when the total number of your posts is less than 500, then all the links to your posts go to the main sitemap, which is example.blogspot.com/sitemap.xml. But when you post your 501 posts, then, your main sitemap will change i.e. your first 1-500 posts will be listed at example.blogspot.com/sitemap.xml?page=1 , and another 500-1000 are listed at example.blogspot.com/sitemap.xml?page=2 and so on. And all of these sub sitemap pages will lead to your main sitemap example.blogspot.com/sitemap.xml.
Now the question is, can we include all these types of sitemaps in the search console? Yes, this method can also be a comparison of the type of sitemap that is most quickly responded to and searched by Google Search.
How to Submit a Sitemap to the Google Search Console
To submit a sitemap , here are the steps you need to follow:
- Please login to Google Search Console first.
- Select the Website where you want to install the sitemap. (if you have many websites).
- Click on Sitemaps from the left sidebar.
- Add the URL of your Sitemap. Enter this code: sitemap.xml or this code atom.xml?redirect=false&start-index=1 &max-results=500
- Then click Submit.
If you are submitting a sitemap for a new blog, it will likely take some time for google to index. With the index status on the same page, you can see how many URLs have been submitted through the sitemap and how many links have been indexed by Google.
If you've submitted separate sitemaps for images and videos, you'll also see the status of those links.
Thus this article is about how to submit a sitemap to the Google search console. Hope it is useful, Thank You.