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
{ | |
"@context": "https://schema.org/", | |
"@type": "Product", | |
"sku": "1234-5678", | |
"image": "https://www.example.com/sofa.jpg", | |
"name": "Water heater", | |
"description": "White 3-Seat Sofa", | |
"gtin14": "12345678901231", | |
"mpn": "S1234W3", | |
"brand": { |
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", | |
"name": "Peter Venkman", | |
"hasOccupation": { | |
"@type": "Occupation", | |
"name": "Parapsychologist", | |
"educationRequirements": "PhD in parapsychology" | |
} |
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": "Seattle", | |
"addressRegion": "WA", | |
"postalCode": "98052", | |
"streetAddress": "20341 Whitworth Institute 405 N. Whitworth" |
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><script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Organization", | |
"name": "Silk \u0026amp; Willow", | |
"logo": "https:\/\/www.silkandwillow.com\/cdn\/shop\/files\/sw_logo_banner_3.2021.jpg?v=1616640893\u0026width=1502", | |
"sameAs": [ | |
"https:\/\/www.instagram.com\/silkandwillow\/","https:\/\/www.pinterest.com\/silkandwillow\/","https:\/\/www.threads.net\/@silkandwillow" |
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": "Product", | |
"offers": [{ | |
"@type" : "Offer","availability" : "http://schema.org/InStock", | |
"price" : 12.0, | |
"priceCurrency" : "USD", | |
"priceValidUntil": "2024-03-31", | |
"url" : "https:\/\/www.terrebleu.ca\/products\/folgate-lavender-oil?variant=40321722253335" |
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": "Product", | |
"offers": { | |
"@type": "Offer", | |
"availability": "//schema.org/InStock", | |
"price": "825.00", | |
"priceCurrency": "USD" | |
}, |
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": "Product", | |
"offers": [{ | |
"@type": "Offer", | |
"name": "Default Title", | |
"availability":"https://schema.org/InStock", | |
"price": 266.0, | |
"priceCurrency": "USD", |
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", | |
"name": "Non-Alcoholic Piña Colada", | |
"image": [ | |
"https://example.com/photos/1x1/photo.jpg", | |
"https://example.com/photos/4x3/photo.jpg", | |
"https://example.com/photos/16x9/photo.jpg" | |
], |
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" | |
class = "yoast-schema-graph" > { | |
"@context": "https://schema.org", | |
"@graph": [{ | |
"@type": "WebPage", | |
"@id": "https://jsonld.com/article/", | |
"url": "https://jsonld.com/article/", | |
"name": "JSON-LD Article Example Code | Steal our JSON-LD", | |
"isPartOf": { | |
"@id": "https://jsonld.com/#website" |
NewerOlder