Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created May 30, 2025 18:40
Show Gist options
  • Save patrickcoombe/5b2541f3a94585900d5ef893479d6aa5 to your computer and use it in GitHub Desktop.
Save patrickcoombe/5b2541f3a94585900d5ef893479d6aa5 to your computer and use it in GitHub Desktop.
Person JSON-LD 2025
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"@id": "https://patrickcoombe.com/about-patrick",
"name": "Patrick Coombe",
"alternateName": "Patrick Coombe",
"nationality": "United States",
"birthPlace": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Boca Raton",
"addressRegion": "FL",
"addressCountry": "USA"
}
},
"alumniOf": {
"@type": "CollegeOrUniversity",
"name": "McCann School of Business",
"sameAs": "https://en.wikipedia.org/wiki/McCann_School_of_Business_%26_Technology"
},
"gender": "Male",
"description": "Technologist",
"disambiguatingDescription": "Co-founder of Elite Strategies",
"jobTitle": "Technical Director",
"worksFor": {
"@type": "Organization",
"name": "Elite Strategies",
"sameAs": [
"https://elite-strategies.com/",
"https://x.com/elitestweets"
]
},
"url": "https://patrickcoombe.com",
"image": "https://patrickcoombe.com/wp-content/uploads/2019/11/patrickCoombeProfile.jpg",
"address": {
"@type": "PostalAddress",
"addressLocality": "Boca Raton",
"addressRegion": "FL",
"addressCountry": "USA"
},
"sameAs": [
"https://github.com/patrickcoombe",
"https://x.com/pmkoom",
"https://www.facebook.com/patrickcoombe",
"https://bsky.app/profile/patrickcoombe.com",
"https://www.instagram.com/patrickcoombe/",
"https://www.producthunt.com/@patrickcoombe",
"https://wordpress.org/support/users/patrickfl/",
"https://www.youtube.com/@PatrickCoombe",
"https://www.amazon.com/stores/Patrick-Coombe/author/B014HX9RD6"
],
"author": {
"@type": "Book",
"name": "Learn SEO: An On-Page SEO Tutorial",
"url": "https://www.amazon.com/Learn-SEO-Page-Tutorial-ebook/dp/B014HGMBYK",
"datePublished": "2015-08-25",
"numberOfPages": 142,
"inLanguage": "English",
"bookFormat": [
"http://schema.org/EBook",
"http://schema.org/Paperback"
],
"isbn": [
"0692599142",
"978-0692599143"
],
"sameAs": [
"https://www.amazon.com/Learn-SEO-Page-Tutorial-ebook/dp/B014HGMBYK",
"https://www.amazon.com/Page-SEO-Tutorial-Patrick-Coombe/dp/0692599142",
"https://www.goodreads.com/book/show/26202717-learn-seo"
],
"author": {
"@id": "https://patrickcoombe.com/about-patrick"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.75",
"reviewCount": 12,
"bestRating": "5",
"worstRating": "1"
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment