When I try to include :
<head>
<meta property="og:image" content="http://example.com/DEFAULTIMAGE.png" />
</head>
In the xml file "cms_index_index.xml" it gives an error:
1 exception(s): Exception #0 (Magento\Framework\Config\Dom\ValidationException): Element 'meta', attribute 'property': The attribute 'property' is not allowed. Line: 743
I want the meta tag to be inside head tag.