Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created April 21, 2019 07:08
Show Gist options
  • Select an option

  • Save patrickcoombe/61a7fee5259bb14c30b4f371f9eb576f to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/61a7fee5259bb14c30b4f371f9eb576f to your computer and use it in GitHub Desktop.
Coinmarketcap's Litecoin Listing
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"name": "Litecoin",
"image": "https://s2.coinmarketcap.com/static/img/coins/200x200/2.png",
"offers": {
"@type": "Offer",
"price": "80.69",
"priceCurrency": "USD"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment