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" />
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The keyword
googleis 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.