Skip to content

Instantly share code, notes, and snippets.

@deanhume
Last active February 14, 2016 20:39
Show Gist options
  • Save deanhume/a7a608ae59349d493899 to your computer and use it in GitHub Desktop.
Save deanhume/a7a608ae59349d493899 to your computer and use it in GitHub Desktop.
Knowledge Graph for Dean Hume
<script type="application/ld+json" async>
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Dean Hume",
"url": "http://www.deanhume.com",
"image" : "http://d1cf5d4f6459eaab586f-791099b254e564f039f4f8eec59a966d.r53.cf3.rackcdn.com/logo.png",
"sameAs" : [
"https://twitter.com/DeanoHume",
"https://uk.linkedin.com/in/deanhume",
"https://plus.google.com/+DeanHume99/"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment