Cybrial
Independent design. Ongoing growth.Manchester · Working everywhere

Guide · Getting found

What Is a Sitemap, Does Your Site Have One, and How to Submit It

By Measured 5 September 2026

A sitemap is a list of your pages for search engines. It helps Google find pages it would otherwise reach late or never, and it is the first thing to check when a site is not being indexed.

The short answer

An XML sitemap is a file, usually at yourdomain/sitemap.xml, listing the pages on your site you want search engines to index, optionally with the date each was last changed. Google uses it to discover pages and to decide what to recrawl; it does not make a page rank, and it does not force Google to index anything. Every site should have one, most platforms generate one automatically, and it should be submitted once in Google Search Console, where the Pages report then shows how many of the listed pages are actually indexed. The common mistake is stamping every page with today’s date as its last change, which teaches Google to ignore the field.

What it is, and what it is not

There are two things called a sitemap. The one that matters for search is the XML file: a machine-readable list of URLs. The other is a page on the site listing every section for visitors, which is rarely needed now. This guide is about the XML one.

It tells search engines which pages exist and, if you include it, when each last changed. It is a hint, not a command. Google decides what to crawl and index; the sitemap helps it find pages that are new, deep in the site or poorly linked. It has no effect on where a page ranks once indexed.

Does your site have one?

  1. Type yourdomain/sitemap.xml into a browser. Most WordPress, Shopify, Wix and Squarespace sites answer with a list of URLs, or an index pointing to several lists.
  2. If that is blank, try /sitemap_index.xml (WordPress with some SEO plugins) or look in yourdomain/robots.txt, which usually names the sitemap on its last line.
  3. If there is none, WordPress has generated one by default since version 5.5 (2020) unless a plugin disabled it; the SEO plugins all generate one; and hosted platforms do it for you. A custom-built site needs one written or generated at build time.

This site’s sitemap is generated from the same data that renders the pages, so a new guide or area page appears in it with no further action. That is worth asking any developer for: a hand-maintained list goes stale the first time someone forgets.

How to submit it

  1. Verify your site in Google Search Console if it is not already.
  2. Open Sitemaps in the left menu, enter the path (sitemap.xml), and submit.
  3. Wait a day, then read the Pages report under Indexing. It shows how many URLs from the sitemap are indexed and lists the reasons for any that are not.
  4. Submit once. Resubmitting does not speed anything up; Google re-reads it on its own schedule.

The lastmod mistake

Each URL in a sitemap can carry a lastmod date: when the page last changed. Google says it uses the field, and it is useful for telling Google which pages to recrawl. Many sites stamp every URL with the current date on every build, so every page claims to have changed today, every day. Google’s guidance is that a lastmod that is not accurate is ignored, and once ignored it stops helping the pages that genuinely changed.

The old version of this site did exactly that. The rebuilt one carries no lastmod on static pages, and a real date on case studies and guides: the date the figures were measured or the text updated. Fewer dates, all true.

What to include and what to leave out

  • Include every page you want indexed, at its canonical URL, over HTTPS.
  • Leave out pages that redirect, pages marked noindex, thin tag and archive pages, and anything behind a login. A sitemap full of pages Google will not index tells it the file is unreliable.
  • A single file may hold up to 50,000 URLs and 50MB uncompressed; larger sites split into several files with an index. A 17,000-product store needs the index; a ten-page brochure does not.
  • Priority and changefreq fields are largely ignored by Google; including them does no harm and no good.

Sources

Everything this page relies on.

  1. Search demand and click-price data: DataForSEO (Google Ads data, United Kingdom), read 4–5 September 2026. The specific phrases and figures are Cybrial’s own research and are not published.

  2. Google Search Central, “Build and submit a sitemap” and “Sitemaps report”: the 50,000 URL / 50MB limits, the guidance on lastmod accuracy, and the note that priority and changefreq are ignored.

  3. Google Search Console export for cybrial.com, 28 August 2026: 14 pages indexed, 7 not (3 redirects, 3 crawled – currently not indexed, 1 blocked by robots.txt).

  4. cybrial.com sitemap implementation, 5 September 2026: generated from the site’s content data; no lastmod on static pages, measured or updated dates on case studies and guides.

Common questions

Questions people actually search for.

What is a sitemap?

An XML file, usually at yourdomain/sitemap.xml, listing the pages you want search engines to index, optionally with the date each last changed. Google uses it to find and recrawl pages. It does not affect ranking.

Does a sitemap help SEO?

It helps Google discover pages it might reach late or never, and it makes indexing problems visible in Search Console. It does not make any page rank higher. Every site should have one; no site ranks because of one.

How do I find my sitemap?

Type yourdomain/sitemap.xml into a browser. If that is blank, check robots.txt, which usually names it, or try /sitemap_index.xml. Most platforms generate one automatically.

How do I submit a sitemap to Google?

In Google Search Console, open Sitemaps, enter the path and submit. Then read the Pages report to see how many listed pages are indexed and why any are not. Submit once; resubmitting does not help.

What is lastmod in a sitemap?

The date a page last changed. Google uses it to decide what to recrawl, but only if it is accurate. Stamping every page with today’s date on every build teaches Google to ignore it.

What should not be in a sitemap?

Redirecting pages, noindex pages, thin archives, anything behind a login, and non-canonical URLs. A sitemap full of pages Google will not index makes it trust the file less.

Pages not getting indexed?

Add me to your Search Console or send the address. I will check the sitemap against the Pages report and tell you which pages Google is refusing and why.