Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the priceRange parameter for Google Structured Data Reviews?

I am trying to determine what are the acceptable values for the priceRange parameter. On Google I see "$$$" and that's it.

Can someone explain if I should be using $$$ literally or a decimal amount.

like image 583
somejkuser Avatar asked Oct 12 '16 17:10

somejkuser


People also ask

What does $$ and $$$ mean?

$ = Inexpensive, usually $10 and under. $$ = Moderately expensive, usually between $10-$25. $$$ = Expensive, usually between $25-$45. $$$$ = Very Expensive, usually $50 and up.

What do the dollar signs mean on restaurant reviews?

Definition of dollar sign : a mark $ placed before a number to indicate that it stands for dollars.

What price range is?

In short, a price range is the spread of numbers between the lowest and the highest value of a product or service at a given time and in a given place.

What do the money signs mean on Google?

They indicate whether the items on a particular restaurant's menu are inexpensive ($), moderately priced ($$), or expensive ($$$).


2 Answers

It seems there is no "standard" for this, and probably is born out of the rating system for Restaurants.

It seems the convention is:

  • $ = Inexpensive, usually $10 and under
  • $$ = Moderately expensive, usually between $10-$25
  • $$$ = Expensive, usually between $25-$45
  • $$$$ = Very Expensive, usually $50 and up

Source

It seems TripAdvisor use the local currency symbol as the indicator:

As a reviewer in Korean, you will fill in according to Won ₩, in Greek it will be according to Euros €. Aussies, on the .com.au version of the website get just $ signs, so rather subtle there. The understanding would be AUD$.

Source

But a user has quite rightly pointed out on the official schema.org Github that priceRange is ambiguous.

The property schema.org/priceRange is ambiguous because it specifies text for a currency range...

Source


TL;DR

Use the price property with a range modeled as a PriceSpecification http://schema.org/price

Source - Github Issue

like image 196
Shannon Young Avatar answered Oct 07 '22 12:10

Shannon Young


The priceRange property seems pretty meaningless, as Shannon points out.

But Google has (within the last few days, as far as I'm aware) started recommending it for all localBusiness structured data, triggering warnings in the structured data testing tool. So, I expect many businesses to suddenly start expressing their pricing in arbitrary strings of $$$, especially those for whom an explicit price list isn't appropriate, e.g. where prices can only be quoted upon request.

It seems that the issue is creating some confusion on the Google product forum, with new image errors and address warnings have started appearing alongside the priceRange warnings. It's possible that Google has unintentionally started treating all businesses as restaurants and will backtrack, but I'm only speculating.

(The question is about reviews, rather than localBusiness data, so this may not be directly relevant to the OP. It's hopefully of interest to others finding this thread first—as I did—after seeing priceRange warnings in the structured data testing tool. I considered entering this as a comment under Shannon's answer, but didn't have enough reputation points...)

like image 43
jc275 Avatar answered Oct 07 '22 10:10

jc275