-
Notifications
You must be signed in to change notification settings - Fork 882
Closed
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Description
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?
jvandriel, unor, Download, gajus, silas-miller and 9 more
Metadata
Metadata
Assignees
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).