Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created March 21, 2024 19:50
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/af4f7f06a48884578bf27287406f4233 to your computer and use it in GitHub Desktop.
Save patrickcoombe/af4f7f06a48884578bf27287406f4233 to your computer and use it in GitHub Desktop.
Another Shopify Example JSON-LD
< script type =
"application/ld+json" > {
"@context": "http://schema.org",
"@type": "Product",
"offers": {
"@type": "Offer",
"availability": "//schema.org/InStock",
"price": "825.00",
"priceCurrency": "USD"
},
"brand": "everettfinejewelry",
"name": "Large Aster Band",
"description": "\nFrom the Celestial Creatures Collection\nGentle Curved Cluster of Diamonds\nFit Perfectly with a Range of Engagement Ring Shapes\nMade with Solid 14-Karat Yellow, Rose, or White Gold\n0.24 Carat Total Weight of F Color VS Clarity White Diamonds\nDiamond Sizes Vary from 2.5mm to 1.6mm\n1.5mm Round Band \nMade with Ethically Sourced Diamonds \u0026amp; Recycled Gold\nMade to Order, Allow 3-4 Weeks for Delivery\n",
"category": "Ring",
"url": "https://everettfinejewelry.com/products/large-aster-cluster-band",
"image": {
"@type": "ImageObject",
"url": "https://everettfinejewelry.com/cdn/shop/products/Everett_large-aster-band-front_1024x1024.jpg?v=1566411092",
"image": "https://everettfinejewelry.com/cdn/shop/products/Everett_large-aster-band-front_1024x1024.jpg?v=1566411092",
"name": "Large Aster Band",
"width": 1024,
"height": 1024
}
} <
/script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment