Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the meaning of the priceRange property in Schema.org?

What does the property priceRange mean in Schema.org?

https://schema.org/priceRange

I don't understand what is mean that, I live in Kazakhstan, maybe my culture or language does not give clear. Can you give me example for Kazakhstan country, where we use tenge currency.

like image 757
GoldenScrew Avatar asked Nov 24 '16 15:11

GoldenScrew


1 Answers

The Schema.org property priceRange gives the range of approximate prices of the products/services typically offered by that LocalBusiness.

There seem to be two formats used in examples:

  • Specify as many currency symbols as there are digits in the price. So for prices from 100 to 999, you would use ₸₸₸; for prices from 10 to 99, you would use ₸₸ etc.

    (used in example 4 on LocalBusiness)

  • Specify the actual range, e.g. for prices from 90 to 240, then you would use 90 ₸ - 240 ₸ etc.

    (used in example 1 on Hotel)

In the issue priceRange property is ambiguous, this property gets discussed (it might get deprecated in the future, or at least defined more clearly, but we’ll have to see).

like image 109
unor Avatar answered Nov 03 '22 20:11

unor