Turn your review link into a QR code customers actually scan
| Format | Example | Length | QR (ECC M) | Notes |
|---|---|---|---|---|
| writereview deep link | search.google.com/local/writereview?placeid=ChIJ… | ~79 chars | v5, 37×37 | Opens the review dialog for that Place ID directly |
| g.page short link | g.page/r/CODE/review | ~41 chars | v4, 33×33 | From "Ask for reviews" in your Business Profile |
| Maps listing URL | maps.app.goo.gl/… | varies | v4–v6 | Opens the listing, not the review dialog; customer must tap reviews themselves |
| Google Form | forms.gle/… | ~33 chars | v3, 29×29 | Private feedback; you choose what becomes public |
Shorter URL, smaller code: the g.page link produces a 33×33 module QR versus 37×37 for the writereview link, which prints more forgivingly at small sizes. Both are static codes that keep working forever.
| Finding | Figure | Source |
|---|---|---|
| Consumers more inclined to use a business that responds to its reviews | 88% | BrightLocal Local Consumer Review Survey 2024 |
| Consumers likely to use a business that responds to all reviews | 80% | BrightLocal Local Consumer Review Survey (latest edition) |
| Consumers unlikely to use a business that never replies to reviews | 42% | BrightLocal Local Consumer Review Survey (latest edition) |
Survey percentages are national (US) consumer panels; treat them as direction, not gospel. The mechanism they point at is simple: a review QR on the counter removes friction for happy customers, and replying to the unhappy ones is visible proof you pay attention.
Asking for a review fails at exactly one point: the customer has to find your listing on their own. A QR code deletes that step. Scan, tap, the five-star picker is already on screen. This generator builds the two link types Google supports for that, and adds the rating math most owners want once the reviews start arriving.
The writereview deep link opens the review dialog for a Place ID, Google's identifier for your specific listing. The g.page/r/…/review short link does the same in fewer characters, and you can copy it straight from your Business Profile under "Ask for reviews". Paste any of the following into the box and the generator sorts it out: a bare Place ID, either link type, or a full Google Maps URL (it pulls the ChIJ… token out of the URL for you).
ChIJ.https://search.google.com/local/writereview?placeid= + your ID.Prefer the short link? In your Business Profile Manager, click Ask for reviews, copy the share link it shows, and paste that instead. Same destination, less payload.
Your displayed rating is a sum divided by a count, so it follows simple arithmetic. Current points = rating × count. New average after k five-star reviews = (current points + 5k) ÷ (count + k). Setting that equal to your target and solving gives k = (target × count − current points) ÷ (5 − target), rounded up.
A coffee shop sits at 4.2 stars over 35 reviews. Current points: 4.2 × 35 = 147. To reach 4.5, k = (4.5 × 35 − 147) ÷ (5 − 4.5) = 10.5 ÷ 0.5 = 21 five-star reviews. Check: (147 + 105) ÷ 56 = 252 ÷ 56 = 4.50 exactly. Twenty reviews isn't enough: (147 + 100) ÷ 55 = 4.49, which still rounds to 4.4. That's the quiet cruelty of averages: only the review that crosses the line changes what customers see.
Now the downside case. A 4.8 rating over 50 reviews has 240 points. One 1-star review drops it to 241 ÷ 51 = 4.73. To claw back to 4.8 you need k = (4.8 × 51 − 241) ÷ (5 − 4.8) = 3.8 ÷ 0.2 = 19 five-star reviews to undo a single bad morning. High ratings are fragile in proportion to how few reviews back them, which is the strongest argument for making the ask routine rather than seasonal.
Get your review link from your Google Business Profile (Ask for reviews, then copy the short g.page link), or look up your Place ID with Google's Place ID Finder. Paste either into this generator and download the QR code. The code is static, so it never expires and works on table tents, receipts, front counters and business cards.
A Place ID is Google's unique identifier for a specific business location, usually around 27 characters starting with ChIJ. The official review deep link is https://search.google.com/local/writereview?placeid=YOUR_PLACE_ID, which opens the review dialog directly on the business that owns that ID.
They reach the same review dialog. The g.page link (https://g.page/r/CODE/review) is the short share link Google Business Profile hands out, about 41 characters. The writereview link with a Place ID is about 79 characters. Both produce scannable static QR codes; the shorter one makes a slightly less dense code (33x33 vs 37x37 modules).
Reviews needed = (target x current count - current sum) / (5 - target). A business at 4.2 stars over 35 reviews has 147 total points, so reaching 4.5 takes 21 five-star reviews: (147 + 105) / 56 = exactly 4.5. The calculator on this page runs the same math for your numbers.
No. The QR encodes the review URL itself, and that URL keeps working as long as the listing exists. There is no scan limit and no subscription. If you rebrand or move locations, the Place ID can change, so regenerate the code then.
Yes. Paste any forms.gle or docs.google.com/forms URL into the Form tab and the generator encodes it the same way. Businesses use forms to catch detailed feedback privately, then route happy respondents toward the public Google review.