Valid urlset
- <urlset><url><loc>https://example.com/</loc></url></urlset> -> Valid
web validator
Validate sitemap XML locally, check loc URLs, and catch structure errors before submitting to search engines.
Requires <urlset> or <sitemapindex> as the root element.
Ensures each entry has a valid absolute <loc> URL.
Parses XML locally—no fetching of URLs or remote resources.
Best for typical sitemap sizes; keep payloads modest in-browser.
Sitemap XML
Paste your sitemap XML (urlset or sitemapindex). Use absolute loc URLs. Keep size modest for browser parsing.
This sitemap validator checks urlset/sitemapindex roots and absolute loc URLs entirely in your browser so you can fix issues before submitting to search engines.
Use it to QA CMS-generated sitemaps and indexes, then push to Google/Bing once structure passes.
web
robots.txt Validator
Validate robots.txt syntax, user-agents, and allow/disallow rules locally.
web
Robots.txt Strict Validator
Validate robots.txt with directive-by-directive checks and clear line-level issues.
web
URL Validator
Validate HTTP/HTTPS URLs locally—parse host/path and catch malformed links before publishing or sending to APIs.
format
XML Validator
Validate XML with a real parser, surface well-formedness errors, and keep markup private in your browser.
format
RSS & Atom Feed Validator
Validate RSS or Atom feeds client-side—check required fields and item counts without uploads.
web
OpenGraph & Twitter Card Validator
Validate OpenGraph and Twitter card meta tags locally—required tags, URL formats, and missing fields before you publish.
All validation happens in your browser. No data is sent, logged, or stored.
Structure-only check; does not fetch or verify live URLs.