Skip to content

Instantly share code, notes, and snippets.

@Garconis
Created March 23, 2022 18:47
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 Garconis/8f0592bed832e42534653e71c6aefd67 to your computer and use it in GitHub Desktop.
Save Garconis/8f0592bed832e42534653e71c6aefd67 to your computer and use it in GitHub Desktop.
JSON-LD | Person schema structured data
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"@id": "https://freshysites.com/team/jon-fuller/#person",
"name": "Jon Fuller",
"jobTitle": "Lead Web Developer",
"Description": "Striving to solve issues and implement complex functionality — with creative user-friendly techniques and thorough constructive solutions.",
"worksFor":
{
"@type": "Organization",
"name": "FreshySites",
"sameAs": [
"https://www.facebook.com/FreshySites/",
"https://twitter.com/FreshySites",
"https://www.linkedin.com/company/freshysites/",
"https://www.youtube.com/user/FreshySites",
"https://www.instagram.com/freshysites/",
"https://www.pinterest.com/FreshySites/"
]
},
"image": "https://freshysites.com/wp-content/uploads/jon-fuller-2021.jpg",
"url": "https://freshysites.com/team/jon-fuller/",
"sameAs": [
"https://www.facebook.com/garconis",
"https://www.linkedin.com/in/fullerjonathan/",
"https://github.com/Garconis"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment