I'm trying to pass a page through the W3C Validator. The validation fails on the sitemap, which I'm including like this:
<link rel="sitemap" type="application/xml" title="Sitemap" href="../sitemap.xml" />
The error I'm getting is:
Bad value sitemap for attribute rel on element link: Not an absolute IRI. The string sitemap is not a registered keyword or absolute URL.
I have been trying forever to fix it, but nothing I'm trying seems to work plus this is the recommended layout by Google and Html5 Boilerplate.
Is there anything wrong with my syntax? Seems correct, but why is it not passing?