Skip to content

Instantly share code, notes, and snippets.

@inetbiz
Last active December 2, 2021 23:55
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inetbiz/a84101b9d979da51afcf22cebf0015f2 to your computer and use it in GitHub Desktop.
Save inetbiz/a84101b9d979da51afcf22cebf0015f2 to your computer and use it in GitHub Desktop.
Schema.org Person markup in JSON+LD format. Includes birthdate, place of birth, photo and worksFor with remote @id
<!-- Run the code inbetween <script></script> through https://www.webtoolkitonline.com/json-minifier.html -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Person",
"@id": "#person",
"mainEntityOfPage": {
"@type": "ProfilePage",
"mainEntity": { "@id": "/schema-person.html#person" },
"lastReviewed": "2019-03-03T12:17:12.5249075-08:00"
},
"image": "https://commons.wikimedia.org/wiki/File:Image_of_Denver_Prophit_Jr.png",
"height": "69.5 inches",
"disambiguatingDescription": "Denver Prophit Jr. began his career in eCommerce software back in 2005 for a well-known open source software project as lead tech support. He answered thousands of questions about the cart features and gave general advice to store owners so that they may increase the odds of a sales conversion. He went to technical school and learned more about the linux operating system and front-end web development. He continues to hone is skills through industry certifications and courses.",
"url": "https://www.denverprophit.us/",
"sameAs": [
"https://www.facebook.com/denverprophitjr",
"http://www.linkedin.com/in/denverprophit/en",
"https://plus.google.com/u/0/+DenverProphitJr",
"http://www.youtube.com/user/denverprophitjr",
"https://www.pinterest.com/denverprophit/",
"https://twitter.com/DenverProphitJr"
],
"honorificPrefix": "Mr.",
"honorificSuffix": "Jr.",
"familyName": "Prophit",
"givenName": "Denver",
"birthDate": "1968-05-25",
"birthPlace": {
"@type": "Place",
"hasMap": "https://goo.gl/maps/mAVRXmG1G9J2",
"address": {
"@type": "PostalAddress",
"addressCountry": "United States of America",
"addressLocality": "Paso Robles",
"addressRegion": "CA",
"postalCode": "93446"
}
},
"homeLocation": {
"@type": "Place",
"hasMap": "https://goo.gl/maps/u2zwzNiTP5w",
"address": {
"@type": "PostalAddress",
"addressCountry": "United States of America",
"addressLocality": "Ocala",
"addressRegion": "FL",
"postalCode": "34482"
}
},
"gender": "Male",
"hasOccupation": [
{
"@type": "Occupation",
"@id": "https://www.payscale.com/research/US/Job=Linux_System_Administrator/Salary",
"mainEntityOfPage": {
"@type": "WebPage",
"lastReviewed": "2019-03-03T12:17:12.5249075-08:00"
},
"description": "Linux Server Administrator",
"skills": "Linux, Shell Scripting, Apache HTTP Server, Network Management / Administration, VMware ESX, Apache / Apache HTTP Server, Python, MySQL, Cisco Networking, Puppet, Perl, Amazon Web Services (AWS), Bash, Cloud Computing, UNIX",
"occupationalCategory": "15-1070.00 - Network and Computer Systems Administrators",
"occupationLocation": {
"@type": "State",
"@id": "https://www.myflorida.com/",
"sameAs": "https://www.wikidata.org/wiki/Q812",
"name": "Florida"
},
"name": "Linux Server Administrator",
"sameAs": "https://www.wikidata.org/wiki/Q11250197",
"estimatedSalary": {
"@type": "MonetaryAmountDistribution",
"name": "base",
"currency": "USD",
"unitText": "YEAR",
"percentile10": "47279.27",
"percentile25": "57624.72",
"median": "69911.94",
"percentile75": "85947.64",
"percentile90": "100896.33"
}
},
{
"@type": "Occupation",
"@id": "https://www.payscale.com/research/US/Job=Search_Engine_Marketing_(SEM)_Specialist/Salary",
"mainEntityOfPage": {
"@type": "WebPage",
"lastReviewed": "2019-03-03T12:17:12.5249075-08:00"
},
"description": "Search Engine Marketing",
"skills": "Search Engine Marketing (SEM), Google Ad Words, Microsoft Excel, Google Analytics, Web Analytics, Search Engine Optimization (SEO), Data Analysis, Social Media Marketing, Social Media Optimization",
"occupationalCategory": "19-3020.00 - Market Research and Survey Researchers",
"occupationLocation": {
"@type": "State",
"@id": "https://www.myflorida.com/",
"sameAs": "https://www.wikidata.org/wiki/Q812",
"name": "Florida"
},
"name": "Search Engine Marketing",
"sameAs": "https://www.wikidata.org/wiki/Q11250197",
"estimatedSalary": {
"@type": "MonetaryAmountDistribution",
"name": "base",
"currency": "USD",
"unitText": "YEAR",
"percentile10": "34087.29",
"percentile25": "39654.45",
"median": "46252.5",
"percentile75": "55672",
"percentile90": "65737.26"
}
}
],
"worksFor": [
{
"@id": "https://www.strikehawk.com/#organization",
"name": "StrikeHawk eCommerce, Inc.",
"naics": "518210"
},
{
"@id": "https://denverprophit.us/",
"name": "DPCG, Co. - Emperio Marketing",
"naics": "519130"
}
],
"naics": "519130",
"follows": [
{
"@type": "Person",
"@id": "_:n1",
"name": "David Amerland",
"sameAs": "https://www.wikidata.org/wiki/Q61911473"
},
{
"@type": "Person",
"@id": "_:n2",
"name": "Aaron Bradley",
"sameAs": "https://g.co/kgs/KiCZAe"
}
],
"knows": [
{
"@type": "Person",
"@id": "_:n1"
},
{
"@type": "Person",
"@id": "_:n2"
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment