Meta Tag Manager - property attribute and links

sekeri
sekeri
@ilker
7 years ago
334 posts
Hi,

At the moment Meta Tag Manager works fine for Meta tags for name and content attributes like:
<meta name="description" content="my description" />

But it does not support the cases below:
<meta property="og:locale" content="en_US" />
<link rel="publisher" href="https://plus.google.com/+mywebsite/videos" />

It would be really great if you can improve it also to support property attribute and adding links like above.

Thanks,
Ilker.


updated by @ilker: 01/10/18 10:01:12AM
nate
@nate
7 years ago
911 posts
We use og tags all the time. The rel I would have to test.

<meta property="og:image" content="https://www.jamroom.net/image/img/module/jrForum/facebook_shared_icon.png"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:see_also" content="https://www.jamroom.net/the-jamroom-network/forum/suggestions/54492/meta-tag-manager-property-attribute-and-links"/>
<meta property="og:site_name" content="Jamroom"/>
<meta property="og:updated_time" content="1507300864"/>
sekeri
sekeri
@ilker
7 years ago
334 posts
Meta Tag Manager adds og tags with name attribute not with property as you posted.
michael
@michael
7 years ago
7,692 posts
you can add those tags in the modules item_detail_meta.tpl file
sekeri
sekeri
@ilker
7 years ago
334 posts
Thanks Michael I will try this workaround.

But my suggestion for Meta Tag Manager is still valid :)
michael
@michael
7 years ago
7,692 posts
Oh, this is the suggestions category, it was a suggestion. Got it, thanks. I've opened a ticket so this idea doesn't get lost.

Thanks.

Tags