Created
April 21, 2019 07:06
-
-
Save patrickcoombe/885a24c92dc0fc8c34868d3aaac4fb55 to your computer and use it in GitHub Desktop.
Coinmarketcap Homepage
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": "Organization", | |
| "name": "CoinMarketCap", | |
| "url": "https://coinmarketcap.com", | |
| "logo": "https://coinmarketcap.com/apple-touch-icon.png", | |
| "sameAs": [ | |
| "https://www.facebook.com/CoinMarketCap/", | |
| "https://twitter.com/coinmarketcap" | |
| ] | |
| } | |
| </script> | |
| <script type="application/ld+json"> | |
| { | |
| "@context": "http://schema.org", | |
| "@type": "Table", | |
| "about": "Cryptocurrency Prices Today" | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment