We have a very special question related HTTP meta tags. A content-language meta tag must be added to our website but the platform that we're forced to use doesn't allow us to add it in the expected/correct format that would look like:
<meta http-equiv="content-language" content="en-US" />
We are however allowed to add custom tags and thus could add it like:
<meta name="content-language" content="en-US" />
Does anybody know for sure if these two are both valid or does it have to be http-equiv? Thanks in advance for the help!