Skip to content

Instantly share code, notes, and snippets.

View patrickcoombe's full-sized avatar

Patrick Coombe patrickcoombe

View GitHub Profile
<script type="application/ld+json">
{ "@context": "https://schema.org",
"@type": "Organization",
"name": "Elite Strategies",
"legalName" : "Elite Strategies Llc",
"url": "http://www.elite-strategies.com",
"logo": "http://cdn.elite-strategies.com/wp-content/uploads/2013/04/elitestrategies.png",
"foundingDate": "2009",
"founders": [
{
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "Person",
"name" : "your name",
"url" : "http://www.your-site.com",
"sameAs" : [
"http://www.facebook.com/your-profile",
"http://instagram.com/yourProfile",
"http://www.linkedin.com/in/yourprofile",
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Restaurant",
"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],
"@id": "http://davessteakhouse.example.com",
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Recipe",
"author": "Jake Smith",
"cookTime": "PT2H",
"datePublished": "2015-05-18",
"description": "Your recipe description goes here",
"image": "http://www.example.com/images.jpg",
"recipeIngredient": [
<script type="application/ld+json">
{ "@context": "https://schema.org",
"@type": "Article",
"headline": "Extra! Extra! Read alla bout it",
"alternativeHeadline": "This article is also about robots and stuff",
"image": "http://example.com/image.jpg",
"author": "Patrick Coombe",
"award": "Best article ever written",
"editor": "Craig Mount",
"genre": "search engine optimization",
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": "About Patrick",
"description": "In addition to Patrick's work in the SEO field, he also enjoys classical jazz dancing and organic farming ",
"publisher": {
"@type": "ProfilePage",
"name": "Patrick's Website"
}
<script type="application/ld+json">
{ "@context" : "https://schema.org",
"@type" : "Organization",
"url" : "http://www.example.com",
"contactPoint" : [
{ "@type" : "ContactPoint",
"telephone" : "+1-888-888-9999",
"contactType" : "customer service",
"contactOption" : "TollFree",
"areaServed" : "US"
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"breadcrumb": "Books > Marketing > JSON",
"mainEntity":{
"@type": "Book",
"author": "http://www.example.com/author.html",
"bookFormat": "http://schema.org/EBook",
"datePublished": "2015-05-01",
<script type="application/ld+json">
{ "@context": "https://schema.org",
"@type": "BlogPosting",
"headline": "14 Ways Json Can Improve Your SEO",
"alternativeHeadline": "and the women who love them",
"image": "http://example.com/image.jpg",
"award": "Best article ever written",
"editor": "John Doe",
"genre": "search engine optimization",
"keywords": "seo sales b2b",
@patrickcoombe
patrickcoombe / person.js
Last active April 9, 2023 09:35
json-ld sample data for a person
<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"