Definition
An XML sitemap is a file that lists the URLs of a site that its owner wants search engines to know about, optionally with metadata such as the last-modified date. It is submitted to search engines and referenced in robots.txt, and it acts as a discovery aid: it helps crawlers find pages that internal linking might reach slowly or not at all, and it signals which URLs the owner considers canonical and worth crawling.
It does not force indexing — a URL in a sitemap can still be left unindexed if the search engine judges it low quality.
A good sitemap contains only indexable, canonical, live URLs that return a 200 status: no redirects, no 404s, no noindexed pages, no non-canonical parameter variants. Large sites split their sitemaps into multiple files under a sitemap index, often grouped by section or content type, which makes it easier to see in search-engine reports which parts of the site are being indexed well and which are not.
In context
On an iGaming affiliate site, the sitemap is a useful diagnostic as much as a discovery tool. Splitting it by section — reviews, guides, comparisons, jurisdiction pages, blog — and watching the indexed-versus-submitted ratio for each in the search console quickly shows where a quality or technical problem lives: if the reviews sitemap is 95% indexed but the tag-archive sitemap is 10% indexed, the archives are the problem, not the reviews.
Common sitemap mistakes are including URLs that should not be there (redirected, noindexed, parameterised, or 404), letting the sitemap go stale so new content is not listed and removed content still is, and generating one enormous file instead of a segmented index. Because the sitemap is one of the few direct channels for telling a search engine "these are the URLs that matter", keeping it clean and current is a low-effort, high-signal maintenance task that also makes every other indexing report easier to read.
Worked example
An affiliate splits its single 30,000-URL sitemap into eight segmented files. The search console then shows the reviews and guides segments at 92–96% indexed, but the tag-archive and author-archive segments at 8%.
The affiliate noindexes and removes the archive segments, and overall indexed coverage and crawl efficiency improve.
Related terms
Frequently asked questions
Browse the full iGaming & affiliate glossary — hundreds of EN/RU terms with examples.
← Back to glossary