What Search Console’s Sitemaps report is telling you
The report names a fault in a few words and leaves the finding to you. Here are eight of its lines, what each one means, and what the check above shows for it. It also marks Leading whitespace, Invalid URL, Incorrect namespace and Empty sitemap, in the report’s own words.
Couldn’t fetchGoogle could not get the file at all. The usual causes are an address that answers 404, a server that errors or times out, and a robots.txt rule that blocks the sitemap’s own address. The check reads the address the way Googlebot does and says which of the three it is. Submit the exact address it found.
URL not allowedThe sitemap lists addresses on another domain, or above its own folder: a sitemap at /blog/sitemap.xml may list only addresses under /blog/, unless it is submitted in Search Console or named in robots.txt. The check counts both. An address on another host is a fault; one above the folder is a note, because the check cannot see what you have submitted.
Path mismatchThe same fault in its most common form, reported as Missing www or Includes www: the sitemap sits on example.com and lists www.example.com, or the other way round. Pick the host the site redirects to, and use it for the sitemap and for every address in it.
Nested sitemap indexesAn index that lists another index. An index may name sitemaps, and a sitemap names pages; there is no third level. The check marks any file an index names that turns out to be an index itself.
Sitemap contains urls which are blocked by robots.txtThe sitemap asks Google to crawl pages that robots.txt tells it not to crawl. Either those pages do not belong in the sitemap, or the Disallow rule reaches further than it was meant to. The check runs up to 2,000 addresses from each file through the rules that apply to Googlebot and names the rule that blocks the first one.
Invalid dateA lastmod that is not a W3C date, such as 2026-09-15 or 2026-09-15T10:30:00+00:00. Google uses lastmod only when it is consistently and verifiably accurate, so a build date stamped on every page tells it nothing, even when it parses. The check says so when every address in a file carries the same date.
Parsing errorUsually an ampersand in an address written as a bare & instead of &. One is enough to make the whole file invalid XML, and the check counts them.
Too many URLsMore than 50,000 addresses in one file. Sitemap file size error is the same limit by weight: 50 MB before compression. Split the list and name the parts in an index. The check counts the entries and reads the file’s size from its headers.