Skip to content

Add cryptocurrenciesAccepted property to LocalBusiness #1866

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fixed Awaiting ReleaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions