This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" |
OlderNewer