TECHNICAL · SEO GLOSSARY

XML Sitemap

A file that lists all the indexable URLs on a site so search engines can discover and prioritize crawling them.

Definition

An XML sitemap is a structured file (typically at `/sitemap.xml`) that lists URLs on a site along with optional metadata: last modification date (`<lastmod>`), change frequency, and priority. Search engines use it as a supplementary discovery mechanism — primarily for pages that may not be easily found via internal links. A sitemap is especially useful for large sites, newly launched sites, and sites with content that changes frequently.

Why it matters for SEO

A sitemap does not guarantee indexing, but it does help search engines discover content faster. The `lastmod` date is particularly valuable: when Google sees a recently modified date, it re-crawls that URL sooner. Inaccurate `lastmod` dates (or the same date for all URLs) devalue the signal — Google learns to ignore them. Common sitemap mistakes: including redirected URLs, noindex pages, or 404s (wastes crawl budget), omitting important URLs, and stale `lastmod` dates.

How DeepSEOAnalysis checks this

The audit fetches the sitemap (or sitemap index) and validates it. It flags URLs in the sitemap that return 404, are marked noindex, or redirect to a different URL — all of which should be removed. It checks whether the sitemap is referenced in robots.txt (`Sitemap: https://...`) and whether all important crawled pages appear in the sitemap. `lastmod` accuracy is checked where possible by comparing to HTTP `Last-Modified` response headers.

Useful tools and resources

See how your site scores on XML Sitemap.

The free DeepSEOAnalysis audit checks xml sitemap and 100+ other signals. Full report, no signup.

Run a free audit →