Anyone who has worked a busy café counter knows the loop. A customer sits down, looks up, catches your eye, and asks for the Wi-Fi password. You wipe steamed milk off your hand and lean over to point at the chalkboard. Five minutes later the next customer asks the same thing. Salon owners get a slightly different version — gloved hands deep in a foil application when a client across the room holds up a phone with a confused expression. The shortest tool that breaks this loop is a single Wi-Fi QR taped to the counter. Wrap it together with a Google Business review link and a menu PDF, and an acrylic stand the size of a coaster handles your whole front-of-house briefing.
Why bother redoing the storefront QR
Most independent shops have run the paper-menu, chalkboard-password setup for years and it mostly works. The reason to redo it now is not novelty — it is consolidation. Once you make one card with three QR codes, swapping the password next quarter takes ninety seconds: regenerate, print, replace.
A printed bundle quietly removes three little drains:
- The slow latte that died because you spent thirty seconds looking up the Wi-Fi password.
- The international visitor who could not even find the right SSID, let alone type a password full of symbols.
- The new hire who has to memorise three passwords and three URLs in their first shift.
Customers scan once and three things happen — Wi-Fi connects, the review link sits one tap away on the receipt, and the menu opens on their phone in the language Google decides.
Four QR codes that pull their weight in a small shop
Cafés, salons, and small bistros tend to mix one to three of these. A single laminated card with all three is fine; an acrylic counter stand with one QR per side also works.
- Wi-Fi QR — guest SSID and password. Scanning auto-connects on iPhone and Android.
- Review QR — direct
g.page/r/...link from Google Business Profile, or the Yelp “Write a Review” URL. Lands customers on the composer with no taps. - Menu PDF QR — Google Drive or Dropbox share link if prices are stable, or a Linktree/own-site URL if you change menu items weekly.
- vCard QR for the owner — name, phone, email, business name, website. Useful for salons and consultants who hand out cards at events; the scan adds you to the customer’s contacts in one tap.
Salons often add an Instagram profile QR as the fifth — a grid of past work is a stronger portfolio than any printed brochure.
The Wi-Fi QR text format
Wi-Fi QR codes ride on the ISO/IEC 18004 specification with a small text payload defined by the Wi-Fi Alliance.
WIFI:T:WPA2;S:Cafe-Pipi-Guest;P:morning2026;H:false;;
What each field means.
| Field | Meaning | Value |
|---|---|---|
| T | Security type | WPA / WPA2 / WEP / nopass |
| S | SSID | ASCII recommended (older Android dislikes non-ASCII) |
| P | Password | Plain text (;, :, ,, \ auto-escaped) |
| H | Hidden SSID | true / false |
The tool’s “Wi-Fi” tab generates this string from your inputs and escapes the four special characters automatically, so a password like Espresso;2026 still scans cleanly. Hidden SSID stays at false for guest Wi-Fi; you want customers to see the network name in their settings.
Always split the customer network from your POS
Plenty of small shops still run a single SSID for staff phones, the POS terminal, the kitchen iPad, the security camera DVR, and customer devices. The Wi-Fi Alliance technical guidance and most small-business security primers say the same thing: separate the customer network. Almost every consumer router supports it through a “Guest Wi-Fi” toggle.
The reasoning is not theoretical:
- A compromised customer phone on the same network can scan and reach your POS or camera.
- Sharing one password means rotating it requires changing it on every staff device.
- Guest networks isolate clients from each other and from internal devices, while still routing them to the internet.
Turn on guest Wi-Fi, give it a friendly SSID like Cafe-Pipi-Guest, set a memorable password, and only put those credentials into the QR. The staff and POS network keeps its own password and stays off the printed card.
Five-minute build, four steps
The QR is built in the free QR generator — no signup, no tracking shortener, no five-second ad before download.
| Step | Action | Time |
|---|---|---|
| 1 | Wi-Fi tab → enter guest SSID and password | 1 min |
| 2 | Pick WPA2 security type | 10 sec |
| 3 | Set error correction H (30%) | 10 sec |
| 4 | Download SVG → send to print or laminator | 1 min |
Build the review and menu QRs the same way (URL tab) and arrange all three on a single A6 PDF. One print job, one laminate, one stand. If you are also tightening up the chalkboard signage at the same time, run the copy through the SNS character counter so it does not overflow Instagram or Google Business posts.
What to check before you laminate
Storefront QR codes live near fingers, splashes, oil, and bleach wipes. Treat them like menu cards, not invitations. Thirty seconds of pre-print review.
1. Size — at least 3 cm (1.2 in) per side, 4 cm (1.6 in) or more for counter cards. Customers may scan from 50 cm (20 in) or further with one-handed grip.
2. Quiet zone — at least 4 modules of margin around the code. Resist the urge to tuck logo text into the margin; it kills scan rate in low light.
3. Contrast — minimum 4.5:1 luminance contrast between background and foreground. Trendy soft beige and salmon palettes look beautiful on Pinterest and fail under café tungsten light. Deep charcoal, dark forest, and ink navy keep scan reliability while still matching most interiors.
4. Error correction — always H (30%) for storefront use. Counter QRs collect coffee mist, oil, and the occasional fingernail scratch. ISO/IEC 18004 defines four levels and H is the most resilient.
Google Business and Yelp review QR — the raw link wins
Sign into Google Business Profile, find your shop, click “Ask for reviews”, and copy the short link. The format is https://g.page/r/<id>/review. Drop that into the URL tab and download. Scanning sends customers straight into the Google Maps review composer with the star picker pre-loaded.
Yelp is the same flow — open your business page, copy the “Write a Review” URL from the share menu. Print both QR codes side by side on the receipt or check folder if you care about both review surfaces. The single tap from scan to star rating is the entire reason printed review QRs outperform “please leave us a review!” cards on counters.
A vCard QR for the owner
Salon owners, consultants, freelance stylists, and home-service tradespeople do well with a personal vCard QR on the back of every business card or on the salon mirror. The QR encodes a small BEGIN:VCARD ... END:VCARD block — name, phone, email, organisation, website. A scan opens the contact composer pre-filled, and one tap saves it.
The only real choice to make is what fields to include. Phone and email always; organisation if you operate under a brand name; website if you have a portfolio link worth sending. Skip the postal address unless you genuinely want clients showing up unannounced.