Sitemap XML Parser / Validator
Inspect /sitemapParse pasted sitemap XML locally, list <loc> entries, and flag structural issues.
Parsing updates automatically as the XML changes.
https://recica.dev/ https://recica.dev/tools
urlset with 2 URLs. 5 lines 200 B local only
How it works
Validate pasted sitemap XML and list the URLs or child sitemap locations it contains.
Use it to verify the basic structure and listed locations of pasted sitemap XML.
Example
Inspect a urlset and list every loc value without requesting any of the URLs.
Notes
- This tool validates pasted sitemap XML only. It does not fetch remote URLs.
- Supports both <urlset> and <sitemapindex> roots.
- Structural checks are intentionally practical rather than fully schema-driven.
Constraints
- Parses sitemap XML text without fetching listed URLs or nested sitemap files.
- Limit: 3 MiB input. Nothing is uploaded or silently truncated.
Common errors
- Wrong root element
- Unclosed root
- Missing loc entries
When to use it
Use it to verify the basic structure and listed locations of pasted sitemap XML.
Formats: urlset, sitemapindex, Namespaced loc elements.