
Meet the Validrome XML Sitemap Validator at www.validome.org/google/
Features:
- Ranks at the top of google for “XML Sitemap Validator”
- Google PageRank 6
- Validates any URL or anything input into the URL field
In the above test I used the URL: http://blah
which resulted in:
“The Document is valid.”
There is probably a sitemap validator that actually works out there somewhere but no one can find it because of Panda and Penguin.
More SMO Blog Posts Like This
Tags: Sitemap

Validating urls is actually pretty hard. This site is probably just using filter_var($url, FILTER_VALIDATE_URL) which seems to return true to pretty much anything.