The Vacation Photo That Gave Away My Home Address
It started with a sunset photo of Santorini.
My cousin Reena had posted it on a Facebook group — one of those "look where I am right now" moments, the kind of photo that makes your scrolling thumb stop mid-swipe. Blue domes against an orange sky, a glass of wine catching the last light. Beautiful. The kind of shot that gets forty comments saying "goals" and "taking notes for my bucket list."
But someone in that group — a guy she barely knew, a friend-of-a-friend who'd been added years ago and forgotten — wasn't looking at the view. He was looking at the file.
She only found out three weeks later, when he messaged her asking if she'd gotten home safely. He named the street she lived on. He described the building. She'd never told him any of that.
Here's what most people don't know about the photos sitting on their phones right now: they're confessional. Every image your camera takes is wrapped in a second, invisible file — a set of data fields called EXIF metadata (Exchangeable Image File Format). This metadata travels with the image everywhere it goes unless someone specifically strips it out. And it records, among other things, the precise GPS coordinates of where the photo was taken.
Not approximately. Not "somewhere in Rome." We're talking latitude and longitude accurate to within a few meters. Plug those numbers into Google Maps and you get a red pin. That pin can sit on your driveway.
The crueler irony in Reena's case was that the Santorini photo itself wasn't the problem — her phone had GPS enabled, but she was thousands of miles from home. The photo that gave everything away was one she'd posted two months earlier: a flat-lay of her passport and boarding pass on her kitchen table, captioned something like "Adventure begins." She posted it to show excitement. It silently broadcast her home address to anyone who knew how to look.
What EXIF Data Actually Contains
Pull up any photo taken on a modern smartphone and the EXIF layer is a surprisingly intimate document. Here's what it typically logs:
- GPS coordinates — latitude, longitude, sometimes altitude
- Timestamp — not just the date, but the exact time, often with timezone
- Device make and model — "Apple iPhone 15 Pro"
- Camera settings — aperture, shutter speed, ISO, focal length
- Software version — which iOS or Android build was running
- Orientation — how you were holding the phone
For photographers, most of this is useful or harmless. Knowing your settings helps you recreate a good shot. Knowing your device helps with workflow organization. But the GPS field is a different beast entirely when the image ends up on the public internet.
The data isn't hidden in any technical sense — it doesn't require hacking skills to read it. There are browser extensions, free websites, and even right-click options in Windows Explorer that will display EXIF fields in seconds. Anyone who knows the trick can check any photo you've ever posted publicly.
How to Actually Check Your Photos
Before you panic and delete everything, let's be practical. Here's how to see exactly what's embedded in any image you care about.
On a Mac
Open the photo in Preview, then go to Tools → Show Inspector (or press Command+I). Click the GPS tab. If there's a little map thumbnail there with coordinates, the location is embedded. You can also right-click any photo in Finder, choose "Get Info," and scroll to the More Info section — GPS latitude and longitude will appear there if they exist.
On Windows
Right-click the image file, select Properties, then go to the Details tab. Scroll down to the GPS section. If latitude and longitude are populated, the location is baked into that file.
On iPhone (Photos app)
Swipe up on any photo in your library to see the map thumbnail and location name. What you see there is exactly what's embedded in the file. If you share that file unmodified, recipients get that location too.
Online tools
If you want to check a photo without downloading anything, sites like Jeffrey's Exif Viewer (exifdata.com) or MetaPicz let you upload an image and see the full metadata dump. These are also useful for checking images you've received — paste a URL or upload the file and see what the sender's camera recorded.
Stripping the Metadata Before You Share
Knowing the data is there is only half the problem. The more useful question is how to remove it.
The iPhone shortcut most people miss
When you share a photo using the native iOS share sheet — that box that pops up with AirDrop, Messages, Mail, and so on — look for a small map icon in the top-right corner of the photo preview. Tap it. It toggles the location off for that specific share. The original file in your library stays untouched; only the shared copy has location stripped. This is probably the most frictionless fix for casual sharing.
On Android
Samsung's Gallery app has a "Remove location data" option built into the share menu. Google Photos handles this differently — photos shared via a Google Photos link typically don't expose EXIF to viewers, but downloaded originals do. If you're sharing the actual file, use an app like Photo Metadata Remover from the Play Store, which does exactly what it says.
Desktop tools
For bulk work — say, cleaning a folder of photos before uploading to a website — a free tool called ExifTool (by Phil Harvey) is the gold standard. It runs in Terminal or Command Prompt and can strip all metadata from an entire directory with one command:
exiftool -all= /path/to/your/photo/folder
That command modifies the originals in place, so keep backups. Add -o cleaned/ to write cleaned copies to a subfolder instead.
On Windows, IrfanView has a batch export option that lets you strip EXIF on output. Lightroom users can uncheck "Include: Location Info" in the export dialog — an easy habit to build into any web-export preset.
The SEO Side of Image Metadata
Here's where things get interesting from a completely different direction. While GPS data is a privacy liability, other EXIF and image metadata fields are genuinely useful for search engines — and most people leave them completely blank.
The fields that matter for image SEO are not technically EXIF but rather IPTC and XMP metadata — standards built specifically for editorial and publishing use. These include:
- Title — a short descriptive label for the image
- Description/Caption — a sentence or two about what's depicted
- Keywords — comma-separated terms
- Copyright — your name or organization
- Creator — photographer attribution
Google's image crawlers read these fields. While they don't carry the same weight as on-page alt text or surrounding body copy, they contribute to image indexing signals — especially the description and keywords fields. For stock photographers, product photographers, or anyone running an image-heavy site, filling these out is low-hanging fruit.
In Lightroom, these fields live in the Metadata panel on the right side of the Library module. In Photoshop, go to File → File Info. In the free tool DigiKam, there's a full metadata editor built into the sidebar. Even Windows Explorer lets you edit Title, Subject, and Tags in the Details tab of image Properties.
A photo described only by its filename ("IMG_4892.jpg") is essentially invisible to search. The same photo with a descriptive title, a two-sentence caption, and a handful of relevant keywords gives crawlers something real to index.
The Habit Worth Building
Reena's story didn't end in disaster — the message from the stranger was unsettling enough that she told someone immediately, and nothing escalating happened. But it recalibrated something for her. She went back through her public posts and checked dozens of photos she'd shared over the years. Photos taken in her apartment. Photos from her car, parked in her building's lot. A gym selfie that, when she mapped the coordinates, placed her at a specific machine in a specific fitness center at a specific time every Tuesday morning.
The surveillance wasn't dramatic. Nobody had hacked anything. She'd just handed the information to the public and assumed the image was just pixels.
The fix isn't complicated: check before you post, use the share-menu toggle for casual sharing, and develop an export preset with location stripped for anything going to a website. Save the rich location data for your private archives, where it's genuinely useful for finding photos later by place.
Your photos already know where you live. The question is who else you're telling.