Glossary

Plain-English SEO definitions, sourced from Google's documentation.

Sitemap

A file, usually XML, that lists URLs on a site so search engines can discover and crawl them more efficiently.

Definition

A sitemap is a file — most commonly an XML file at `/sitemap.xml` — that lists URLs on a site along with optional metadata such as last-modified dates, helping search engines find and prioritise pages for crawling.

Google says a sitemap is most useful for large sites, sites with isolated pages that have few internal links, sites with rich media (video, images, news), or new sites with few external links. A sitemap is a hint, not a directive: listing a URL does not guarantee Google will crawl or index it. Sitemaps can be submitted in Search Console or referenced from `robots.txt`.

Examples

  • Submitting a sitemap

    An e-commerce site generates `/sitemap.xml` listing all 12,000 product URLs, then references it in `robots.txt` and submits the URL in Search Console. Google uses the sitemap to discover newly added products faster than it would by following links alone.

  • Sitemap index for a large site

    A news publisher splits its sitemap by year because a single sitemap cannot exceed 50,000 URLs or 50 MB uncompressed. The site links each yearly sitemap from a parent sitemap-index file.

Sources

Related terms

Where QueryCatch uses this

Last updated: 2026-05-10

Sitemap — Definition, XML Format & When You Need One | QueryCatch | QueryCatch SEO Glossary