Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created March 21, 2024 19:55
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 patrickcoombe/840821c77ec68062595328a3b0c03d27 to your computer and use it in GitHub Desktop.
Save patrickcoombe/840821c77ec68062595328a3b0c03d27 to your computer and use it in GitHub Desktop.
Yet Another Shopify Product Example
<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"
},
{
"@type" : "Offer","availability" : "http://schema.org/InStock",
"price" : 26.0,
"priceCurrency" : "USD",
"priceValidUntil": "2024-03-31",
"url" : "https:\/\/www.terrebleu.ca\/products\/folgate-lavender-oil?variant=40321722286103"
}
],
"brand": "Terre Bleu",
"sku": "",
"name": "Folgate - English Lavender Essential Oil",
"description": "\nFolgate is part of the English variety with violet\/blue flowers. This has a sweet and woody fragrance.\nOur premium essential oil is organically grown and hand-harvested on our farm. This 100% pure oil captures the beautiful fragrance of our flowers and all of their beneficial properties. The calming, antiseptic, antibacterial and stress relieving properties of our oil provide for countless uses.\nUses: Dilute with carrier oil to apply to skin, add drops to diffuser, shampoos, bath, etc.\n100% pure essential oils are highly concentrated and should be used with care. ",
"category": "",
"url": "https://www.terrebleu.ca/products/folgate-lavender-oil","image": {
"@type": "ImageObject",
"url": "https://www.terrebleu.ca/cdn/shop/products/english_bottle_1024x1024.jpg?v=1664384964",
"image": "https://www.terrebleu.ca/cdn/shop/products/english_bottle_1024x1024.jpg?v=1664384964",
"name": "Folgate - English Lavender Essential Oil",
"width": 1024,
"height": 1024
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment