In case you missed it, Google added instructions on how to add your social profile buttons to your Google Business listing. Like in the example below:
Currently, Google only supports these social profiles:
Copy this code into a plain text document (on a Mac, that would be the TextEdit app)
<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>
Troubleshoot your script with Google’s Structured Data Testing Tool.
Categories
Comments