The w3C validator was all fine with this code:
<meta property="og:site_name" content="--Sitename--" />
If I replace the property
attribute with name
, the validator says og:site_name
is not registered.
All of a sudden today it displayed this error:
Error Line 7, Column 66: Element
meta
is missing required attributename
.
Nothing is changed but this error popped up.
Anyone knows why, and the solution for that?