Many businesses now accept cryptocurrencies as real payment exchanges. I am proposing to add the property: "cryptocurrenciesAccepted" to the "LocalBusiness".
You can use the same ISO 4217 currency format as for currenciesAccepted. For example bitcoin would be "BTC". Because all cryptocurrencies use a Trading Ticker exactly the same as currencies.
I also propose updating "paymentAccepted" and adding "Cryptocurrency" to the valid list.
An example code is below:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": ["TouristAttraction", "AmusementPark"],
"name": "Disneyland Paris",
"description": "It's an amusement park in Marne-la-Vallée, near Paris, in France and is the most visited theme park in all of France and Europe.",
"openingHours":["Mo-Fri 10:00-19:00", "Sa 10:00-22:00", "Su 10:00-21:00"],
"isAccessibleForFree": false,
"currenciesAccepted": "EUR",
"cryptocurrenciesAccepted": [ "BTC", "ETH" ],
"paymentAccepted":"Cash, Credit Card, Cryptocurrency",
"url":"http://www.disneylandparis.it/"
}
</script>
I look forward to the schema team looking into this proposal in more detail.
Many Thanks.
Many businesses now accept cryptocurrencies as real payment exchanges. I am proposing to add the property: "
cryptocurrenciesAccepted" to the "LocalBusiness".You can use the same ISO 4217 currency format as for
currenciesAccepted. For example bitcoin would be "BTC". Because all cryptocurrencies use a Trading Ticker exactly the same as currencies.I also propose updating "
paymentAccepted" and adding "Cryptocurrency" to the valid list.An example code is below:
I look forward to the schema team looking into this proposal in more detail.
Many Thanks.