Skip to content

Instantly share code, notes, and snippets.

@Saichethan
Created October 30, 2018 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saichethan/bc820cd1c8586883b6658cc5c43aaf2f to your computer and use it in GitHub Desktop.
Save Saichethan/bc820cd1c8586883b6658cc5c43aaf2f to your computer and use it in GitHub Desktop.
Social Profile
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "your name",
"url": "http://www.your-site.com",
"sameAs": [
"http://www.facebook.com/your-profile",
"http://instagram.com/yourProfile",
"http://www.linkedin.com/in/yourprofile",
"http://plus.google.com/your_profile"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment