OpenGraph/Facebook Meta Tags (og:title, og:description, og:image, og:type, og:url)
1
How can I change these specific meta tags? They don't show up in the Localization tab where the rest of the meta tags are located.

Comments
Akshay Bohra Have these meta tags been localized?
Are there any updates on this? We'd like to resolve this issue soon.
TJ Whidby
Yes Meta Tags are localized and we can modify them if we want for page .
Localization String Keys:
For Title = meta_{pagename}_title
For Description = meta_{pagename}_description
Example for checkout page:
meta_checkout_title: 'Set any text that you want to show'
meta_checkout_description: 'Add Meta Description that you want to show'
and we also support meta tag for every items on ProductDetails page for more detail you can visit this link.
https://help.directscale.com/hc/en-us/community/posts/360038380913-metadata-input
Akshay Bohra
Thank you for the information, however this doesn't resolve the issue.
Facebook and Twitter meta tags are not localized, therefore we can't overwrite their existing properties.
I found a workaround by using JavaScript insertions (referencing your comment on this article: https://help.directscale.com/hc/en-us/community/posts/360038412154-Hosting-and-Calling-CSS-js-files-from-html). Instead of appending a <script> tag to the head I'm appending a <meta> tag.
Please sign in to leave a comment.