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.
Follow the guidelines given here. https://developers.google.com/search/docs/data-types/social-profile-links
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>
Which can be tested here - https://search.google.com/structured-data/testing-tool
Thank you for reading, somehing informative is coimg soon..
No comments:
Post a Comment