Total CMS and meta properties

Hi,

In the head of my blog post page, I have written :

<meta property="og:url" content="https://name-of-the_site/blog/post/?permalink=%blogPermalink()%">

<meta property="og:image" content="https://name of the site%blogImage()%">

1) Meta considers the url "https://name-of-the_site/blog/post/?permalink=%blogPermalink()%"

to be canonical and therefore does not replace %blogPermalink()% with the actual permalink.

2) Meta considers <meta property="og:image" content="https://estivareus.com%blogImage()%"> to be an error. Once again, it does not replace %blogImage()% with the path to the file.

How can the problem be resolved?

6 replies