Last active
April 9, 2023 09:35
-
-
Save patrickcoombe/a0387486e0906379e713 to your computer and use it in GitHub Desktop.
json-ld sample data for a person
This file contains 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": "https://schema.org", | |
"@type": "Person", | |
"address": { | |
"@type": "PostalAddress", | |
"addressLocality": "Colorado Springs", | |
"addressRegion": "CO", | |
"postalCode": "80840", | |
"streetAddress": "100 Main Street" | |
}, | |
"colleague": [ | |
"http://www.example.com/JohnColleague.html", | |
"http://www.example.com/JameColleague.html" | |
], | |
"email": "[email protected]", | |
"image": "janedoe.jpg", | |
"jobTitle": "Research Assistant", | |
"name": "Jane Doe", | |
"alumniOf": "Dartmouth", | |
"birthPlace": "Philadelphia, PA", | |
"birthDate": "1979-10-12", | |
"height": "72 inches", | |
"gender": "female", | |
"memberOf": "Republican Party", | |
"nationality": "Albanian", | |
"telephone": "(123) 456-6789", | |
"url": "http://www.example.com", | |
"sameAs" : [ "https://www.facebook.com/", | |
"https://www.linkedin.com/", | |
"http://twitter.com/", | |
"http://instagram.com/", | |
"https://plus.google.com/"] | |
} | |
</script> |
fixed and fixed, sorry for the ridiculously late reply I wasn't even aware of the comments on here! I wish there was a way to embed them on the website :) cheers!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also I wasn’t aware African American was a nationality lol.