Jump to content

Specify Social Profiles to Google | Google SERP Mark-Up


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...