Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Last active May 23, 2020 20:25
Show Gist options
  • Save patrickcoombe/b9df0f228c00de99bf9e to your computer and use it in GitHub Desktop.
Save patrickcoombe/b9df0f228c00de99bf9e to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context" : "https://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