What Is Geotagging? A Plain-English Guide
Geotagging attaches a real-world location to a photo. Here's what it actually is, where the coordinates live inside the file, what it's genuinely useful for, and where it becomes a risk.

Geotagging is attaching a geographic location to a piece of media, most often a photo. The location is stored as coordinates: a latitude and a longitude, precise enough to point at a specific building, sometimes a specific corner of it.
That’s the whole idea. Everything else is detail about where the coordinates live and what you do with them.
Where the location actually lives
A geotagged photo isn’t a photo with a map next to it. The coordinates are written inside the image file, in a metadata block called EXIF (Exchangeable Image File Format). That’s the same block that records your shutter speed, ISO, lens and capture time.
The relevant fields:
| Field | Holds |
|---|---|
GPSLatitude |
Degrees, minutes, seconds |
GPSLatitudeRef |
N or S |
GPSLongitude |
Degrees, minutes, seconds |
GPSLongitudeRef |
E or W |
GPSAltitude |
Metres above sea level (optional) |
The pixels don’t change. Open a geotagged photo in any viewer and it looks identical. The location rides along invisibly until something reads it.
One quirk worth knowing: EXIF stores coordinates as rational fractions in
degrees/minutes/seconds, not the decimal numbers you paste into Google Maps. Tools
convert between the two for you, but that’s why a photo’s raw metadata shows
48°51'24"N rather than 48.8566.
Where geotags come from
- Your phone, automatically, if location services are enabled for the camera. This is where the overwhelming majority of geotagged photos come from.
- A GPS-equipped camera, or a camera paired to a phone over Bluetooth.
- A drone, which typically records altitude and heading too.
- Manually, after the fact. You pick the location and write it in, which is what a geotagger does.
What geotagging is genuinely good for
Finding your own photos again. The most underrated use. “Where did I take that?” is answerable in one click when the file knows.
Real-estate and property work. A listing photo that carries the property’s coordinates is a photo that can’t drift onto the wrong listing.
Inspections, construction, insurance. A dated, located photo is a record. Not tamper-proof (see below), but a record.
Drone and survey work. Geotags are how imagery gets stitched to a map at all. Here they aren’t a nice-to-have, they’re the point.
Heritage, research, journalism. Where a thing was photographed is often the single fact that matters most.
What geotagging is not good for
Two honest corrections, because a lot of what’s written about this online is wishful:
It is not a ranking factor. Google has said repeatedly that it does not use EXIF GPS from images as a local-SEO signal. Geotagging your photos will not move you up the map pack. Where photo metadata does matter is narrower and more mundane. Your NAP consistency, reviews, categories and proximity do the actual work. We wrote the long version of this in Does geotagging photos help SEO?.
It is not proof. EXIF is editable, and writing arbitrary coordinates into a file is exactly what a geotagging tool does. A geotag is a claim recorded in the file, not evidence of where the shutter fired. Useful as documentation, not as testimony.
The privacy side
The same feature that helps you find your holiday photos will publish your home address if you’re careless. A photo posted from your living room carries your living room’s coordinates.
The mitigations, in order of how much they matter:
- Major platforms already strip EXIF on upload. Instagram, Facebook, X, WhatsApp and Discord remove GPS. This covers most people most of the time.
- Direct file sharing does not. Email a photo, AirDrop it, upload it to a forum or a cloud link, and the metadata goes with it, intact.
- Strip it yourself before sharing when the photo is of somewhere private. It takes seconds; see how to remove EXIF and GPS data.
The rule of thumb: geotag deliberately, strip deliberately. The failure mode is doing neither and not knowing which you did.
How to geotag a photo
If a photo is missing its location (an old scan, a DSLR shot, an export that dropped metadata), you can add one. You’ll need the image and the coordinates, and a decent tool lets you click a map instead of typing numbers.
You can geotag a photo free in your browser: drop the image in, pick the spot, download it with GPS written into the EXIF. The file never leaves your device, which, for a tool whose entire job is handling location data, is the part worth caring about.
FAQ
Is geotagging the same as EXIF? No. EXIF is the whole metadata block; the geotag is the handful of GPS fields inside it.
Does geotagging reduce photo quality? No, if it’s done properly. Writing EXIF touches metadata only, so the pixels aren’t re-encoded. (HEIC is the exception: it usually requires converting to JPEG first, which does re-encode.)
Can I geotag a photo taken years ago? Yes. Nothing about the EXIF fields cares when the photo was shot.
Which formats support geotags? JPEG, PNG, WebP, TIFF and HEIC all have somewhere to put EXIF. JPEG is the most universally supported.