- Edited
Hi,
I activated OG in template settings and in my T4 page I set as follows:
But in the code of the page I do not have the "og: image" but I have only:
<meta property="og:title" content="descrizione degli open graph" />
<meta property="og:description" content="descrizione degli open graph" />
<meta property="og:url" content="https://localhost/mysite/" />
<meta property="twitter:title" content="descrizione degli open graph" />
<meta property="twitter:description" content="descrizione degli open graph" />
<meta property="twitter:url" content="https://localhost/mysite/" />
What is the reason why og:image does not appear?