Generated in your browser. Never stored.
A retail QR turns the few seconds a shopper hovers over a product into useful action: scan for the full spec sheet, scan to leave a review, scan to join the loyalty program, scan for the in-store WiFi.
Generate one for free below. No subscription, no signup, no expiry on the printed shelf tag. Static QRs encode the URL directly and don't depend on a third-party redirect that might shut down.
Where retailers get the most value from QRs
Shelf-edge product QR: links to the product page on your own site with full specs, sizing, materials, and stock at other stores. Apparel and electronics shoppers especially appreciate the depth — the shelf tag can only hold so much.
Loyalty / member signup: a QR at the checkout counter linking to your loyalty signup form. Conversion rate on at-checkout QR signups runs 2–4× higher than emailed signup invites.
Store WiFi: especially useful in basements, large warehouse-style stores, and shopping malls with weak cellular. Customers stay longer and browse more when their phones work.
Review prompt on the receipt: after positive checkout interactions, a 'Share your experience' QR captures Google or Yelp reviews. Frequency of asking is the #1 driver of review volume.
Shelf-tag printing details
Minimum size: 1.5 cm × 1.5 cm. Anything smaller fails reliably when phones autofocus at arm's length under fluorescent store lighting.
Print the QR alongside the price and product code, not in place of either. Customers still need the price visible without scanning.
Use the foreground color of your brand, not pure black, only if contrast against the shelf-tag background stays above 4.5:1. Light-on-dark inverted QRs scan less reliably than dark-on-light.
Test on three phones (latest iPhone, latest Android, an old Android) before approving the print run. Camera-app behavior varies subtly between Android OEMs.
Pitfalls specific to retail
Pointing the shelf QR at the manufacturer's site rather than yours. The customer leaves your domain and may finish the purchase on the manufacturer's webstore, bypassing your margin. Always point at your product page.
Forgetting to redirect when the SKU is discontinued. Your old shelf tag still points at a now-404'd product page. Set up a /products/old-sku → category-page redirect rule once, and seasonal SKU churn stops breaking shelf QRs.
Using a dynamic-QR vendor for shelf signage. Shelf tags are printed once per quarter or year; if the vendor pricing changes mid-quarter or the company goes bankrupt, every shelf in every store breaks. Static QRs avoid this exit risk.
Recommended QR types for this use case
- Product page URL — Link to the product detail page on your own site (not the manufacturer's). (URL)
- Loyalty signup URL — Place at checkout. Scanning opens the signup form with the cart in context. (URL)
- Store WiFi — SSID + password. Useful in basements, malls, and large stores with weak cellular. (WiFi)
Frequently asked questions
- Can one QR show different content depending on the store?
- Not directly with a static QR. The workaround: print location-specific QRs per store, each pointing at a /store-id URL on your domain that you redirect to the location-specific page.
- Will scanning the QR count as a touchpoint in our analytics?
- Yes if you tag the link with UTM parameters (e.g. ?utm_source=shelf-tag&utm_medium=qr&utm_campaign=fall-2025). Most analytics platforms aggregate these into a 'QR' channel.
- Should the same QR appear on the product webpage too?
- On-site QRs are generally not useful — visitors are already on the site. Save QRs for offline contexts: print, signage, packaging.