Skip to content

Instantly share code, notes, and snippets.

@jroakes
Created October 24, 2020 11:24
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 jroakes/2d0224092bfbcff2e4cfe670aee4fc5a to your computer and use it in GitHub Desktop.
Save jroakes/2d0224092bfbcff2e4cfe670aee4fc5a to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "JR Oakes Contact Information",
"image": [
"https://datanyze.com.com/images/jr_oakes_12345678.jpg"
],
"description": "JR Oakes is the Director of Technical SEO at Locomotive Agency. Their email uses the locomotive.agency domain",
"sku": "12345678",
"brand": {
"@type": "Brand",
"name": "Datanyze"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.4",
"reviewCount": "89"
},
"offers": {
"@type": "Offer",
"url": "https://datanyze.com/jr-oakes/12345678",
"priceCurrency": "USD",
"price": "1.99",
"availability": "https://schema.org/InStock"
},
"sameAs": {
"@context": "http://schema.org",
"@type": "Person",
"@id": "https://datanyze.com.com/people/jr-oakes/12345678#Person",
"name": "JR Oakes",
"image": "https://datanyze.com.com/images/jr_oakes_12345678.jpg",
"jobTitle": "Director of Technical SEO",
"description": "JR Oakes is the Director of Technical SEO at Locomotive Agency. Their email uses the locomotive.agency domain",
"contactPoint": [
{
"@type": "ContactPoint",
"contactType": "LinkedIn",
"identifier": "jroakes",
"image": "//media-exp1.licdn.com/dms/image/C5103AQEwHsz4_MyGLQ/profile-displayphoto-shrink_400_400/0?e=1601510400&v=beta&t=QRDaFyT6xAU12ez5zuOcYpb1IarV0t8Dz6FTC2pLqKc",
"url": "//www.linkedin.com/in/jroakes/"
},
{
"@type": "ContactPoint",
"contactType": "GitHub",
"identifier": "jroakes",
"image": "//avatars1.githubusercontent.com/u/1731046?s=460&v=4",
"url": "//github.com/jroakes"
},
{
"@type": "ContactPoint",
"contactType": "Twitter",
"identifier": "jroakes",
"image": "//pbs.twimg.com/profile_images/1268172064189538304/qYt2HC8v_400x400.jpg",
"url": "//twitter.com/jroakes"
}
],
"hasOccupation": {
"@type": "EmployeeRole",
"roleName": "Director of Technical SEO"
},
"worksFor": {
"@type": "Organization",
"name": "Locomotive Agency"
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment