Created
April 21, 2019 07:08
-
-
Save patrickcoombe/61a7fee5259bb14c30b4f371f9eb576f to your computer and use it in GitHub Desktop.
Coinmarketcap's Litecoin Listing
This file contains hidden or 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", | |
| "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