Jump to content

Adding Social Profiles to Google My Business

Recommended Posts

Site URL: https://karektr.com/

Hi I'm trying to add this code to my squarespace site to include social profiles on google my business. But I keep on getting syntax error on the first line. Please can someone help?

type = "application/ld+json"
{"@context" : "http://schema.org",
  "@type" : "Organization",
  "name" : "Karektr",
  "url" : " https://karektr.com ",
  "sameAs" : [ " https://www.facebook.com/KarektrSA ",
  " https://twitter.com/karektrsa ",
    " https://www.linkedin.com/company/karektr "] 
}

Link to comment
  • Replies 1
  • Views 798
  • Created
  • Last Reply
Just now, Karektr said:

Site URL: https://karektr.com/

Hi I'm trying to add this code to my squarespace site to include social profiles on google my business. But I keep on getting syntax error on the first line. Please can someone help?

type = "application/ld+json"
{"@context" : "http://schema.org",
  "@type" : "Organization",
  "name" : "Karektr",
  "url" : " https://karektr.com ",
  "sameAs" : [ " https://www.facebook.com/KarektrSA ",
  " https://twitter.com/karektrsa ",
    " https://www.linkedin.com/company/karektr "] 
}

<script type="application/ld+json">

{ "@context" : "http://schema.org",

  "@type" : "Organization",

  "name" : "Karektr",

  "url" : " https://karektr.com ",

  "sameAs" : [ " https://www.facebook.com/KarektrSA ",

    " https://twitter.com/karektrsa ",

    " https://www.linkedin.com/company/karektr "]

}

</script>

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.