Hello,
I am wondering where can we insert social mark-up code from Google in Prestashop. I tried to insert it on footer but it results in JS token error in browser development tool. I also tried to use {literal} {/literal} but no luck.
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"name" : "Your Organization Name",
"url" : "http://www.your-site.com",
"sameAs" : [ "http://www.facebook.com/your-profile",
"http://www.twitter.com/yourProfile",
"http://plus.google.com/your_profile"]
}
</script>
Please see this to give an idea what I am talking about:
https://developers.google.com/webmasters/social-markup/
Thanks.