Is there an alternative for HTML5 for google notranslate meta tag. I getting the error below when validating HTML5.
Bad value google for attribute name on element meta: Keyword google is not registered.
<meta name="google" content="notranslate" />
Is there an alternative for HTML5 for google notranslate meta tag. I getting the error below when validating HTML5.
Bad value google for attribute name on element meta: Keyword google is not registered.
<meta name="google" content="notranslate" />
The keyword
google
is registered at http://wiki.whatwg.org/wiki/MetaExtensions#Registered_Extensions:So it is valid to use this keyword in HTML5. If a validator reports this as an error, the validator is probably not up to date or simply wrong.
The right way to do this for html5 is:
W3 says it should not be Google specific