XML Sitemap Indexed URLs in Google Search Console
When deleting and adding a new XML sitemap in Google Search Console, the indexed URLs count shown is reset. In actuality, your URLs are all still indexed.
Some people get puzzled when they delete an old XML sitemap and later submit a new.
Google Search Console will always
for newly submitted sitemaps report
indexed URLs as non-existing or quite low.
Given some time, the count usually grows, but how fast depends on the website.
We can conclude this number does
not represent the count of indexed URLs in Google search engine based on:
- If your your website ranked in search engine results before deleting/submitting the sitemap, it still is after deleting the XML sitemap.
- XML sitemaps are supposed to be complementary to normal search engine crawling. Quote from sitemaps.org:
Sitemaps supplement this data to allow crawlers that support Sitemaps to pick up all URLs
Instead, we
believe the indexed URLs count reported per XML sitemap file has a more subtle meaning:
URLs extracted from the submitted XML sitemap which are
verified to be included in the search engine index.
This means that it is possible to have:
- URLs that are indexed but not listed in any XML sitemap file.
- URLs that remain indexed after they are removed from XML sitemap files.
To get the best results from sitemaps with websites where
Google has a limited
crawl budget
is to ensure your XML sitemaps only contain actual important URLs.
A1 Sitemap Generator automatically strips off:
- Duplicate pages like example/" and "example/index.html" where only the one with the highest internal backlink score is included.
- Pages that point to another using canonical, HTTP redirect or meta refresh.
- Pages that have marked themselves noindex or are excluded by robots.txt.
- URLs that error.
However, even with the above, you may want ensure your website only contains the least possible duplicate and superfluous pages.
If you have a website with many of these, but which can not be easily solved, you will want to
at least ensure the XML sitemaps you submit are as optimized as possible.
In addition to website markup you can do this in our tool by adding exclude rules in
output filters.
This is very flexible as you can exclude both exact URLs and URL patterns.
Note: You will need to recrawl your website and recreate the XML sitemap before the exclude rules take effect.