Consulting an XML sitemap is like reading the table of contents that your site presents to search engines. This file, hosted at the root of the domain, lists the URLs you want to be crawled and indexed. The question that arises for any SEO audit: do the pages actually present in the sitemap correspond to the pages that Google should prioritize?
XML Sitemap Tags: What Google Really Uses
An XML sitemap can contain several tags for each URL. Not all of them have the same usefulness in Google’s eyes.
| Tag | Declared Role | Utilization by Google |
|---|---|---|
| loc | Page URL | Systematically used for crawling |
| lastmod | Date of last modification | Considered if the date reflects a real change |
| changefreq | Estimated update frequency | Ignored by Google |
| priority | Relative priority among the site’s URLs | Ignored by Google |
Only the lastmod tag has a concrete impact on the perceived freshness of URLs. Google treats it as a trust signal. If the value is accurate and consistent, it can speed up the recrawl of an updated page.
On the other hand, if lastmod is updated in bulk without any real content change, it loses all value. Some CMSs automatically update this date with every minor save, which ends up muddling the signal sent to crawlers.
When auditing a sitemap, you can access PEPSeo’s sitemap to observe an example of XML structure submitted to search engines and compare the segmentation logic with that of your own site.

Discrepancies Between Sitemap and Google Index: Diagnosis via Search Console
The sitemap declares URLs. Google decides which ones deserve to be indexed. The gap between these two sets constitutes the most revealing diagnosis of a technical audit.
Google Search Console displays, for each submitted sitemap, the number of discovered URLs and the number of URLs actually indexed. A significant gap between submitted URLs and indexed URLs signals a structural problem.
Common Causes of Discrepancy Between Submission and Indexing
- The sitemap contains redirected URLs (301 or 302) that Google refuses to index, as they point to another final destination.
- Pages marked with a noindex tag appear in the sitemap, sending a contradictory signal to crawlers.
- Duplicate or canonicalized URLs clutter the file without benefiting crawling.
- Orphan pages, absent from the internal linking structure, are declared in the sitemap but deemed too weak to deserve indexing.
A clean sitemap contains only indexable URLs, accessible with a HTTP 200 code, and genuinely intended to appear in search results. Every unnecessary URL dilutes the available crawl budget.
Sitemap Splitting: When a Single File is No Longer Enough
The technical limit of an XML sitemap is known: a single file cannot exceed a certain volume of URLs. Splitting your sitemaps before reaching this limit makes maintenance and diagnosis easier.
The principle is to create a sitemap index (a file that references several sub-sitemaps) organized by content type. An e-commerce site could separate its product sheets, categories, and blog articles into three distinct files.
Concrete Benefits of Template-Based Splitting
Isolating sitemaps by section of the site allows for immediate identification of which type of content poses an indexing problem in Search Console. If the product sheet sitemap shows a low indexing rate while the blog article sitemap is satisfactory, the analysis focuses on the causes specific to product pages.
Splitting transforms the sitemap into a monitoring tool, not just a declarative file. Each sub-sitemap becomes a measurable segment with its own coverage rate.

Sitemaps and AI Crawlers: An Expanding Use
XML sitemaps are no longer just for Google or Bing. Several crawlers linked to artificial intelligence search engines now explore sitemaps to discover content. The structure of the file and the reliability of lastmod become criteria shared between traditional engines and AI-oriented indexing systems.
This convergence strengthens the importance of maintaining a technically impeccable sitemap. A poorly maintained sitemap penalizes visibility on traditional engines and AI search interfaces.
For sites with a high publication frequency (media, news blogs), the sitemap must be updated dynamically. An article published in the morning that only appears in the sitemap the next day loses a crawl window.
Method for Auditing an Existing Sitemap
Accessing a site’s sitemap is done by adding /sitemap.xml to the root URL of the domain. If the file is not accessible at this address, check the robots.txt file, which may declare the location of the sitemap via a specific directive.
- Compare the list of URLs in the sitemap with the pages actually indexed via the site: query on Google.
- Check that each URL returns a HTTP 200 code and contains neither redirection nor noindex tag.
- Ensure that lastmod values correspond to real content changes, not cosmetic updates.
- Make sure the sitemap does not exceed size limits and that a sitemap index is in place if necessary.
A reliable sitemap lists only the pages that deserve to be crawled and indexed. Everything else (filter pages, deep pagination, parameter duplicates) should be excluded to concentrate the crawl budget on high-value content.
The XML sitemap remains an underutilized technical lever. Its regular consultation, cross-referenced with Search Console coverage reports, constitutes the starting point for any serious indexing audit.



