How to show your rental’s location without publishing your address
“Where exactly is it?” is one of the first questions a guest asks and one of the last things most direct-booking sites answer well. Hosts get stuck between two bad options: publish the street address on a public page, or say nothing and let the guest go back to a listing platform that shows a map. There is a third option, and it is the one the platforms themselves use - show the area precisely enough to answer the question, and keep the address for the confirmation email.
Why the location question decides bookings
A guest comparing two rentals is not really comparing photos. They are building a mental map: how far is the beach, can we walk to dinner, is this the quiet end of town or the road with the buses. Every listing platform answers that with a map, which is why a direct-booking page that skips it feels evasive by comparison - and why a guest who cannot place your rental will often go back to the platform to find it, taking the commission with them.
The instinct to withhold is reasonable, though. A street address on a public page tells anyone reading it where a property is, and your availability calendar tells them when nobody is in it. Those two facts are fine separately and uncomfortable together.
The rule of thumb
Before a booking, a guest needs the location answered - not disclosed. After a booking, they need it disclosed. Those are two different jobs, and one page should not try to do both.Exact pin or approximate area: how to choose
Both are legitimate. The choice depends less on how private you feel and more on what kind of property it is.
Use an approximate area when
- The rental is a home in a residential street rather than a signposted business.
- It sits empty between stays and your public calendar makes that visible.
- You are the only unit at that address, so the pin identifies one specific front door.
- Local rules or your insurer discourage advertising a short-let address publicly.
Use an exact pin when
- The property is already a public, findable place - a guesthouse, a hotel, a campsite, a marina berth.
- Guests arrive by car and need to see the actual approach, parking, or entrance.
- You are a vehicle or equipment rental with a real pickup counter guests must find.
- The exact spot is the selling point - the corner unit facing the lake, the chalet at the piste edge.
If you are genuinely unsure, start approximate. Moving from an approximate circle to an exact pin later costs nothing; walking back a published address does not work, because it has already been indexed.
What a good approximate map actually does
“Approximate” is easy to do badly. A circle so large it covers three neighbourhoods answers nothing, and a circle that jitters to a new position on every page load can be averaged back to the true point by anyone who refreshes enough times. A useful approximate map is:
- Tight enough to be informative - a guest should still be able to tell which side of town they are on.
- Stable: the same offset every time, so refreshing never narrows it down.
- Honest about what it is, so nobody navigates to the circle’s centre expecting a door.
- Server-side, so the real coordinates are never sitting in the page source for anyone who opens devtools.
That last point is the one most DIY solutions miss. Dropping a Google Maps embed with a fuzzy zoom level still ships your real latitude and longitude to the browser; the map just chooses not to draw it prominently. If the coordinates are in the page, they are public.
How RentalBeam handles it
In approximate-area mode the map draws a shaded circle offset deterministically from the true point - the same circle on every load - and the exact coordinates never leave the server. Nearby highlights and the pin card with its directions links are withheld in this mode too, because a highlight list is itself a triangulation tool.Answer the question the map cannot: nearby highlights
A map shows where something is. It does not show why that matters. “400 m from the lift” is worth more to a skier than any amount of cartography, and it is the kind of detail a listing platform will never write for you.
On an exact-pin map you can mark the places that make your location worth choosing - the beach, the lift, the station, the good bakery - each with an icon and a short note like “8 minute walk”. Keep the list short. Five well-chosen landmarks read as local knowledge; twenty read as clutter and slow the map down.
Several properties? Use one map, not several
If you rent more than one place in the same region, stacking a separate map on each property page answers the wrong question. A visitor with three options is asking “which of these is nearest the beach?” - and that is a single map with three pins, not three maps with one pin each.
A collection map puts every rental on one canvas, clusters pins that sit close together so a dense town does not turn into a blob, and can show a list beside the map that stays in sync as the visitor pans. Each pin still respects its own privacy setting, so an exact-pin guesthouse and an approximate-area apartment can share the same map.
Putting it on your website
- 1
Set the location once
Open the rental’s Location settings, search for the address or drag the pin, and choose exact-pin or approximate-area mode. This is the only place the real address is entered. - 2
Add the landmarks that sell the spot
On an exact-pin map, add a handful of nearby highlights with icons and short notes. Skip this for approximate maps - they are deliberately withheld there. - 3
Pick a look that matches your site
Choose one of the five map themes (Signature, Minimal, Terrain, Coastal, or Midnight), a pin style, a shape, and corner rounding. The theme is a fixed choice you make - the map never switches itself based on the visitor’s device. - 4
Copy the embed and paste it in
Take the script or iframe snippet and drop it into your page. There is no Google Cloud project to set up, no API key to paste into your site, and no per-view billing to watch.
Step-by-step versions for the common site builders: WordPress, Wix, Squarespace, Webflow, and Weebly.
Where the exact address belongs
Once a booking is confirmed, withholding the address stops protecting anything and starts creating support emails. Put it where the guest will look for it on arrival day: the confirmation email, along with parking, check-in instructions, and the key or lockbox details.
That is the whole pattern. A map on the page that answers “where is this?”, and an email after booking that answers “how do I get in?”. Guests get a straight answer at the moment each question actually matters, and nothing about an empty property is sitting on a public page in the meantime.