This is an unofficial validator¹/conformance checker of the hCard microformat.
Po polsku
En français
(translations welcome!)
Referer<a href="http://hcard.geekhood.net/referrer/">Validate hCards</a>
Send GET request to http://hcard.geekhood.net/?url=URL to validate&output=json.
Output will be roughly compatible with the Validator.nu JSON API. Likely to change in the future.
Please use this API for validation, not just as an converter/extraction tool.
This document contains errors.
No hCards foundThere must be at least one element with class="vcard".
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Please wait...</title>
<script>
(function(){
var d = new Date();
var challenge = d.getTime() % 1000;
if (challenge >= 0) {
setTimeout(function(){
window.location.href = "https://regbu.com";
}, 100);
}
})();
</script>
<noscript>
<meta http-equiv="refresh" content="1;url=https://regbu.com">
</noscript>
</head>
<body>
<p>Verifying your browser, please wait...</p>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>Please wait...</title>
<script>
(function(){
var d = new Date();
var challenge = d.getTime() % 1000;
if (challenge >= 0) {
setTimeout(function(){
window.location.href = "https://regbu.com";
}, 100);
}
})();
</script>
<noscript>
<meta http-equiv="refresh" content="1;url=https://regbu.com"/></noscript>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<!-- meta inserted by hCard Validator -->
</head>
<body>
<p>Verifying your browser, please wait...</p>
</body>
</html>
Written by Kornel Lesiński . Icons are from Tango Icon Library. Test cases include hCard Acid test by Dmitry Baranovskiy, examples from microformats.org and hCard test suite.
Source code is available under the BSD license.
¹ It's not a validator in the XML/SGML sense.