Conduit Digital

Glossary

XML Sitemap

Last updated September 2026

An XML sitemap is a file listing the URLs on a site that its owner wants search engines to crawl and index, along with metadata like last-modified dates. It helps search engines discover pages more efficiently, especially on large or complex sites where internal links alone might miss content.

An XML sitemap is a structured file, formatted for machines rather than people, that gives a search engine a direct list of the URLs a site considers worth crawling. It functions as a map rather than a guarantee: submitting a URL through a sitemap increases the odds it gets crawled and considered for indexation, but it does not force either outcome.

01

What a sitemap includes

At minimum, a sitemap lists each URL a site wants crawled. Most also include the date each URL was last modified, which helps a crawler prioritize pages that have changed since its last visit over pages that have stayed static. Larger sites often split content into multiple sitemaps, one for blog content, one for product pages, one for images, referenced together through a single sitemap index file.

  1. 01

    Include only canonical, indexable URLs; listing pages blocked by noindex or robots.txt sends a mixed signal

  2. 02

    Keep the sitemap current as pages are added, removed, or redirected, since a stale sitemap loses its usefulness fast

  3. 03

    Submit the sitemap URL directly through Search Console's Sitemaps report and Bing Webmaster Tools rather than relying on discovery alone

  4. 04

    Reference the sitemap location in the site's robots.txt file so any crawler checking that file can find it automatically

02

Why it matters most on large or newly launched sites

A small, well-linked site with a clean structure often gets fully crawled through internal links alone, making the sitemap more of a formality. A large site, a newly launched site with limited internal links and no backlink history yet, or a site with sections buried deep in its architecture depends much more on the sitemap to get its pages discovered promptly. For an agency handling a client migration or a fresh site launch, generating and submitting an accurate sitemap on day one is a standard, non-negotiable step, not an optional extra.

Takeaway

For an agency handling a client migration or a fresh site launch, generating and submitting an accurate sitemap on day one is a standard, non-negotiable step, not an optional extra.

FAQ

Questions agencies ask

Does submitting a sitemap guarantee indexation?

No. A sitemap tells a search engine which URLs exist and are considered worth crawling; it does not override the engine's own judgment about content quality, duplication, or crawl budget. Indexation is still decided independently for each URL.

Should every page on a site be in the sitemap?

No, only canonical, indexable pages a site wants ranked. Including pages marked noindex, blocked in robots.txt, or redirected elsewhere creates conflicting signals and can waste crawl attention on URLs that were never meant to appear in search results.

How often should a sitemap be updated?

Ideally it updates automatically whenever content is added, removed, or restructured, which most modern CMS platforms handle without manual intervention. A sitemap that has to be regenerated by hand tends to drift out of date and lose reliability over time.