I am trying to improve the validity of the HTML on my website, but several errors in the meta tags are showing up as invalid, and I'm unsure how to alter them in order to remove the errors.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Bad value X-UA-Compatible for attribute http-equiv on element meta.
<meta name="msvalidate.01" content="4E24196986E1212B82C272A021495004"/>
Attribute name not allowed on element meta at this point.
<meta name="msvalidate.01" content="4E24196986E1212B82C272A021495004"/>
Element meta is missing required attribute itemprop.
<meta name="p:domain_verify" content="5dd1c5f2db0ac0b521f08d56b4cd271b">
Attribute name not allowed on element meta at this point. Element meta is missing required attribute itemprop.
<meta http-equiv="content-language" content="en">
Attribute http-equiv not allowed on element meta at this point. Element meta is missing required attribute itemprop.
<meta http-equiv="content-language" content="en">
Using the meta element to specify the document-wide default language is obsolete. Consider specifying the language on the root element instead.
Thanks in advance for any help!
D.