Ben90 Posted November 7, 2016 Share Posted November 7, 2016 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. Link to comment Share on other sites More sharing options...
Ben90 Posted November 7, 2016 Author Share Posted November 7, 2016 I was trying to use this one, but the same error appears https://gist.github.com/yoanmarchal/eeb267a08664987bf86949beafd64fe9 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now