Sitemap URL Validator
Validate a list of sitemap URLs (one per line). Find invalid URLs, duplicates, and warnings for query strings or fragments — in your browser.
Validate sitemap URLs
Validate a list of URLs like the ones you’d include in an XML sitemap. This tool checks URL syntax, finds duplicates, and flags common sitemap issues like query strings or fragments.
What it checks
- Invalid URLs (bad scheme/hostname, whitespace)
- Duplicates (after optional normalization)
- Warnings for query strings (?foo=bar) and fragments (#section)
What it doesn’t do
- No fetching: it does not check HTTP status codes or robots rules
- No XML parsing: paste URLs directly (one per line)
Frequently Asked Questions
What does this validator check?
Why should I remove query strings from sitemaps?
/page?id=1 vs /page?id=2 pointing to the same content). Search engines prefer canonical URLs without parameters. If different parameters show different content, consider using URL rewriting for cleaner addresses.How do I use this tool?
Can I validate an existing sitemap.xml file?
<loc> tags) and paste them here. The tool validates the URLs themselves. For full XML validation, use an XML validator to check that your sitemap.xml follows the sitemap protocol correctly.