How to Insert Social Profile Links into Google My Business Listings (GMB)

How to Insert Social Profile Links into Google My Business Listings (GMB)

When customers search for your Company/Organization/Firm on Google Search Engine, you always want your client/customer to get the best possible results on the first page of google.

Part of that you must make sure that your website, Phone Number and Map Pin (For Directions Help) are properly done and are up to date, including your social media profiles Links.

Google already published code instructions for adding code to your Business website so that your social media profile links will appear on your google my business profile, one of the examples is given below:

How to Insert Social Profile Links into Google My Business Listings (GMB)

 

Google supports these Social Profile platform:

  1. Twitter

  2. Facebook

  3. Instagram

  4. Youtube

  5. LinkedIn

  6. Myspace

If you want these social profiles to be shown on Google my business then you have to copy the below code by adding your profile links on it:

<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>
  1. Add the name of your Company or Organization to the ”name” section.
  2. Add your website to the “url” section.
  3. Add your social media links to the ”sameAs” area mention on the code above.
  4. You can test your script/code with Google’s Structured Data Testing Tool.
  5. Copy the code and paste your final script after testing on Google’s Structured Data Testing Tool into the head or body of your website.
  6. Make sure that website is attached on your google my business.

 

Comments

comments

Leave a Reply