Skip to content

priceRange property is ambiguousΒ #1307

@pierrefar

Description

@pierrefar

Hello

The property schema.org/priceRange is ambiguous because it specifies text for a currency range. To use an example from the current docs, schema.org/Hotel includes this property with this example:

Room rates: <span itemprop="priceRange">$100 - $240</span>
The $ sign is ambiguous: Is it USD, CAD, AUD or...?

The schema.org/price property and the accompanying example are much better:

<span itemprop="priceCurrency" content="USD">$</span> <span itemprop="price" content="1000.00">1,000.00</span>

Can priceRange be update to be schema.org/PriceSpecification, which does include minPrice and maxPrice as numbers, as well as the the priceCurrency property that removes the ambiguity?

Metadata

Metadata

Assignees

No one assigned

    Labels

    no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions