Last active
August 29, 2015 14:14
-
-
Save bradrice/b0f781b74e2596205a56 to your computer and use it in GitHub Desktop.
Social media embed for google Knowledge pane return From https://developers.google.com/webmasters/structured-data/customize/social-profiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ "@context" : "http://schema.org", | |
"@type" : "Organization", | |
"name" : "The University of Akron", | |
"url" : "http://www.uakron.edu", | |
"sameAs" : [ "https://www.facebook.com/UniversityofAkron", | |
"https://www.linkedin.com/edu/school?id=19136", | |
"https://twitter.com/uakron", | |
"http://instagram.com/uakron", | |
"https://www.youtube.com/uakron"], | |
"logo" : "https://share.uakron.edu/global/images/stacked-logo-270.jpg" | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment