I am converting an HTML4 website to HTML5.
On w3.org validator, I get one error:
Line 19, Column 49: Bad value Distribution for attribute name on element meta: Keyword distribution is not registered.
<meta name="Distribution" content="Global" />
Is there any substitute for Global distribution?
dcterms.audience
is often used for the purpose of distribution classes. Check out Dublin Core.