Related Links

Thursday, May 18, 2017

How to add your social media profiles to Knowledge Graph



Add your social media profiles to Knowledge Graph


Use markup on your official website to add your social profile information to a Google Knowledge panel. Knowledge panels prominently display your social profile information in some Google Search results.




Example Script is here –

<script type="application/ld+json">
{
  "@context" : "http://schema.org",
  "@type" : "Organization",
  "name" : "WooRank",
  "url" : "https://www.domain.com",
  "sameAs" : [
    "https://twitter.com/social",
    "https://plus.google.com/+ social ",
    "https://www.facebook.com/ social ",
    "https://foursquare.com/v/ social /4e296473149554c77442cc98",
    "http://www.yelp.com/biz/your-business-url-from-yelp"
   ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Boulevard Louis Schmidt",
    "addressRegion": "Etterbeek",
    "postalCode": "1040",
    "addressCountry": "BE"
  }
}
</script>


Thank you for reading, somehing informative is coimg soon..