What Is a Geotagged Photo? 10 Real Examples + How to Make One
See exactly what a geotagged photo looks like with real EXIF examples, learn how to spot one, and add GPS coordinates to any image in under a minute.
A geotagged photo is an image with GPS coordinates baked into its metadata โ most commonly a JPEG, HEIC, or RAW file whose EXIF block contains latitude, longitude, and a timestamp. Open one in Apple Photos, Google Photos, Lightroom, or our free EXIF Viewer and a tiny map appears showing exactly where the shutter clicked.
This guide shows real geotag examples (with the actual coordinate fields you'll see), explains what software *does* with that data, and walks through three quick ways to turn any image into a geotagged photo.
> Want to make one right now? Open Geo-Tag-It free โ drop a photo, click a spot on the map, download the geotagged version. Whole process takes ~20 seconds.
What "Geotagged" Actually Looks Like Inside a Photo
If you crack open a geotagged JPEG with ExifTool, the GPS block looks like this:
``` GPS Latitude : 48 deg 51' 29.99" N GPS Longitude : 2 deg 17' 40.20" E GPS Altitude : 35 m Above Sea Level GPS Date/Time : 2026:04:18 14:22:09Z GPS Img Direction: 187.4 ```
That's the Eiffel Tower at street level, shot facing roughly south. The same data in decimal degrees is `48.858331, 2.294500` โ the format Google Maps and most APIs use. We break down both notations in our decimal vs DMS coordinates guide.
An *un-geotagged* photo simply has those fields missing. The image looks identical; the difference is invisible until software reads the metadata.
10 Real Geotagged Photo Examples
Here's what geotagged image data looks like across different shooting scenarios. These are all genuine coordinates you can paste into Google Maps to see the exact spot:
| # | Scene | Decimal coordinates | Notes | |---|---|---|---| | 1 | Eiffel Tower, Paris | 48.858331, 2.294500 | iPhone, GPS auto | | 2 | Times Square, NYC | 40.758000, -73.985500 | Sony A7 with phone-tethered GPS | | 3 | Sydney Opera House | -33.856700, 151.215300 | DJI Mini 4 Pro, drone GPS | | 4 | Mt. Fuji from Hakone | 35.232400, 138.985700 | Fuji X-T5 + GPX sync | | 5 | Brandenburg Gate, Berlin | 52.516300, 13.377700 | Pixel 8 Pro | | 6 | Griffith Observatory, LA | 34.118430, -118.300510 | Real estate listing photo | | 7 | Florence Duomo | 43.773100, 11.255800 | Travel photo, Florence guide | | 8 | Tokyo Shibuya Crossing | 35.659500, 139.700400 | Street photographer | | 9 | Joshua Tree, CA | 33.873400, -115.901000 | Construction site documentation | | 10 | Old Town Square, Prague | 50.087800, 14.421400 | Stock photography submission |
Drop any photo of these locations into our find-where-photo-was-taken tool and the embedded GPS will plot it on a map automatically.
How Software *Uses* a Geotagged Image
The coordinates aren't just decoration โ apps actively read them:
Apple Photos & Google Photos
Both cluster your library by Places. Geotagged photos populate the map view; un-geotagged photos vanish from it entirely. Google Photos documents which fields it reads.
Lightroom Map Module
Drag a geotagged image into the Map module and Lightroom plots it instantly. Without GPS, you have to drag-pin every photo manually.
Google Business Profile & Apple Business Connect
Both crawl EXIF GPS on photos uploaded to a profile to verify the photographer was on-site. We cover the local-SEO angle in does geotagging help local SEO?.
MLS Portals & Zillow
Many MLS systems read EXIF GPS to confirm interior shots match the listed address. See our real estate geotagging guide.
Stock Agencies
Getty, Shutterstock, and Adobe Stock surface geotagged images in location-based searches.
Operating Systems
Right-click any geotagged file on macOS โ Get Info โ More Info shows lat/lon. Windows shows it under Properties โ Details โ GPS.
How to Spot a Geotagged Photo (3 Ways)
1. Drag it into our EXIF Viewer
The fastest way: open tools/exif-viewer and drop the file. If GPS fields appear, it's geotagged.
2. Check the file's Info pane
- macOS: Right-click โ Get Info โ More Info โ Latitude/Longitude.
- Windows: Right-click โ Properties โ Details โ scroll to GPS.
- iOS: In Photos, tap the i info button โ geotagged shots show a map.
- Android: Open in Google Photos โ tap รขโนยฎ โ Details โ Location.
3. Run ExifTool from the command line
```bash exiftool -GPS:all photo.jpg ``` If output is empty, the photo isn't geotagged. If you see latitude and longitude, it is. ExifTool is documented exhaustively at exiftool.org.
What File Formats Can Be Geotagged?
Almost any image format that supports metadata:
| Format | Geotag support | Notes | |---|---|---| | JPEG | Full (EXIF) | Universal โ all phones, cameras, browsers | | HEIC / HEIF | Full | Apple default since iOS 11 โ see HEIC vs JPEG | | TIFF | Full | Used by stock agencies and archival workflows | | RAW (CR3, NEF, ARW, RAF) | Full | Format-specific, but Lightroom/ExifTool handle all | | PNG | Limited | Stores in tEXt/iTXt chunks โ not all readers parse it | | WebP | Partial | EXIF supported in spec; reader support varies | | AVIF | Limited | Newer; limited tooling support |
If you're shooting iPhone HEIC, our tool converts and geotags in a single pass โ no separate "convert to JPEG" step.
> Got iPhone HEIC photos? Geotag and export as JPEG in one click โ works in your browser with native HEIC support.
How to Make a Geotagged Photo (3 Methods)
Method 1 โ Click a map (free, browser-based)
- Open Geo-Tag-It.
- Drop in a JPEG, HEIC, or PNG.
- Click the spot on the embedded map (or paste an address โ autocompletion uses OpenStreetMap Nominatim).
- Click Download and you've got a geotagged image.
The whole flow takes ~20 seconds. Files never leave your browser, so it's safe for sensitive material like real estate, legal documentation, or insurance claims. Need to do many at once? Use our bulk photo geotagging tool.
Method 2 โ Sync to a GPS track (best for multi-day shoots)
If you carried a phone, watch, Garmin device, or Strava-tracked ride, export the GPX track and let our GPX Sync tool match each photo's timestamp to the closest track point. Hundreds of photos, one drop, done.
Method 3 โ ExifTool (free, scriptable)
```bash exiftool -GPSLatitude=48.858331 -GPSLatitudeRef=N \ -GPSLongitude=2.294500 -GPSLongitudeRef=E \ -GPSAltitude=35 -GPSAltitudeRef=0 \ eiffel.jpg ```
Powerful for batch scripts, but you have to remember the latitude *Ref* values (`N`/`S`, `E`/`W`) and convert decimals manually. Most people pick a UI tool โ we compare the options in best bulk photo geotagging tools 2026.
Geotagged Photo Examples by Profession
The "why" depends on what you do for a living. A few real-world patterns:
- Travel photographers geotag everything to enable map portfolios and "Memories at this location" โ see our travel photographer guide.
- Real estate photographers geotag every interior shot to the property address so listing portals don't reject the upload โ see MLS & Zillow geotagging.
- Drone pilots rely on auto-GPS but often need to fix gaps when DJI photos export without coordinates.
- Construction supervisors use geotagged photos as time-stamped, location-stamped evidence โ covered in our construction inspection guide.
- Local businesses geotag photos before uploading to Google Business Profile to reinforce local relevance signals.
- Airbnb hosts geotag listing photos to keep vacation rental listings honest about location.
Privacy: When You *Don't* Want a Geotagged Photo
The same data that makes geotagged photos useful makes them a liability when you publish carelessly. A geotagged selfie shot from your driveway broadcasts your home address. A geotagged photo of your kid at school broadcasts the school's address.
Most consumer social platforms (Instagram, Facebook, X, WhatsApp) strip EXIF GPS during upload โ the Electronic Frontier Foundation has documented the gaps in that protection. Direct sharing (email, iMessage, AirDrop, cloud links) usually preserves the metadata.
If you're publishing publicly, strip EXIF before sharing using our free EXIF Remover. One click, runs locally, originals untouched.
> Sharing a sensitive photo? Strip EXIF GPS in your browser before posting. Free, private, no upload.
How Accurate Is the Geotag in a Photo?
Depends entirely on what captured it:
- Modern smartphone (open sky): 3โ8 meters
- Smartphone (urban canyon or indoors): 10โ50 meters, sometimes wildly off
- Mirrorless camera with built-in GPS: 5โ15 meters
- External GNSS receiver (RTK): sub-meter
- Drone (DJI/Autel): 1โ3 meters with strong satellite lock
The WGS 84 datum used by all consumer GPS is the same one Google Maps and Apple Maps render โ so the coordinates round-trip cleanly between systems. If you spot a 10-meter error, the GPS fix was weak; the *file* is fine.
Frequently Asked Questions
What is a geotagged photo, simply?
An image file with GPS coordinates saved inside its metadata. Software can read those coordinates and place the photo on a map.
How do I know if my photo is geotagged?
Drop it into our free EXIF Viewer. GPS fields present = geotagged. Missing = not geotagged.
What does a geotag look like in a photo?
It's a set of EXIF fields: `GPSLatitude`, `GPSLongitude`, `GPSAltitude`, `GPSTimeStamp`, plus optional direction. You don't see them until a tool decodes the metadata.
Can I add a geotag to an old photo with no GPS data?
Yes. Use Geo-Tag-It to click the location on a map and write the coordinates into the file. Works on JPEG, HEIC, and PNG.
Does geotagging reduce image quality?
No. Geotagging only writes metadata. The pixel data is untouched, so visual quality is identical.
What's the difference between a geotag and a location tag?
A geotag is hard data (lat/lon) embedded in the file. A "location tag" on Instagram is just a label pointing to a place page โ the underlying photo usually has no coordinates after upload.
Are geotagged photos searchable on Google?
Indirectly. Google reads structured data on the *page* (schema.org's ImageObject with contentLocation), not EXIF GPS in the binary. Geotagged photos help most when you also publish their location in page markup.
Can I geotag a video the same way?
Most action cameras and phones already do this in MP4/MOV containers. Standalone video geotagging tools are rarer than photo ones.
Bottom Line
A geotagged photo is just an image plus coordinates โ but that small piece of data is the difference between "a folder of pictures" and a searchable, mappable, time-stamped record of where you've been. Add it when you want to remember; strip it when you want privacy.
Either way, you don't need software to do it. Open Geo-Tag-It and turn any photo into a geotagged photo (or vice versa) in your browser in under a minute โ free, no signup, originals stay on your device.
Frequently Asked Questions
How can I tell if a photo is already geotagged?+
On Mac, open the photo in Preview and choose Tools then Show Inspector then the GPS tab. On Windows, right-click the file, choose Properties, then Details and scroll to GPS. On iPhone or Android, opening the photo and swiping up usually shows a small map if location data is present. You can also drop the file into a free EXIF viewer in your browser.
Can someone find my home address from a geotagged photo?+
Yes, if you share the original file with GPS intact. EXIF coordinates are accurate to within a few meters, which is enough to identify a house. Most major social platforms strip GPS on upload, but messaging apps, email attachments, and cloud links often preserve it. Strip GPS before sharing photos taken at home or at a child's school.
Do photos from my phone already have GPS embedded?+
Usually yes, if you granted the camera app location permission. iPhone and most Android cameras write GPS into EXIF the moment the shutter fires. You can check by opening Settings then Privacy then Location Services on iPhone, or App permissions on Android, and confirming the camera app has access.
Related Articles
Turn any photo into a geotagged photo
Drop in a JPEG, HEIC, or PNG, click the spot on the map, download the geotagged version. Free, browser-based, no upload.
Free: The Photographer's GPS Cheat Sheet
15 famous photo locations with exact coordinates + 8 pro geotagging tips. Instant PDF download.
No spam. Unsubscribe anytime. We'll occasionally email you new geotagging tips.