robots.txt & Sitemap Inspector
A note on scope
Syntax checking here is structural (unrecognized directive lines, Disallow/Allow with no
preceding User-agent, unbalanced XML tags) — it doesn't second-guess your actual crawl policy
choices (e.g. disallowing everything is valid, even if unusual). Sitemap parsing extracts the
standard fields (loc, lastmod, changefreq,
priority) from <urlset> or <sitemapindex>
documents; sitemap index files are followed one level (a capped number of child sitemaps),
not recursively without limit, and only the first 25 URLs of each sitemap are shown as a
sample — the total count is still exact. See also the
HTTP Header Inspector if you want the raw response headers for
either file, and the URL Inspector for pulling apart any
individual URL found inside a sitemap.