If you've ever uploaded a photo and worried someone might see where it was taken, or if you've tried to organise thousands of images by location, you've encountered two words repeatedly: metadata and EXIF data. They sound similar, and many guides use them as if they mean exactly the same thing. They don't - and the difference is more important than most people realise.
Table of Contents
Key Takeaways
- Geotagging adds GPS coordinates to your photo's EXIF metadata.
- Properly geotagged images can improve local SEO and organization.
- You can add, edit, or remove GPS data safely using our free online tool.
- Always consider privacy before sharing location-tagged photos publicly.
What is Metadata?
Metadata simply means data about data. For a digital photograph, metadata is any piece of information that describes the file itself rather than the visual content inside the image. Think of it as the label on a bottle rather than what's inside.
General metadata for an image file might include:
- File name - the name you gave the file (IMG_4921.jpg)
- File size - how many bytes the image occupies on disk
- Date created / date modified - timestamps managed by your operating system
- File format - JPEG, PNG, TIFF, HEIC, and so on
- Color profile - sRGB, Adobe RGB, DCI-P3
- Copyright notice - a text field for ownership claims
- Keywords and captions - descriptive tags added by a human or software
This kind of metadata lives in many forms and can be set by your camera, your operating system, your editing software, or you manually. There is no single universal standard for general metadata - different tools use different fields and formats.
What is EXIF Data?
EXIF stands for Exchangeable Image File Format. It is a specific, highly standardised type of metadata that was created in 1995 by the Japan Electronic Industries Development Association (JEIDA) and is now maintained under the JEITA standard. What makes EXIF unique is that it is written automatically by the camera or smartphone at the moment a photo is taken - you don't have to do anything.
A typical EXIF block includes:
- Camera make and model - e.g. Apple iPhone 15 Pro, Canon EOS R5
- Shutter speed - e.g. 1/250 s
- Aperture (f-stop) - e.g. f/1.8
- ISO sensitivity - e.g. ISO 400
- Focal length - e.g. 24 mm
- Flash - whether the flash fired
- White balance - auto or custom
- Date and time - the exact moment the shutter was pressed
- Image dimensions - width and height in pixels
- GPS coordinates - latitude, longitude, and altitude (if location was enabled)
EXIF data is stored in JPEG and TIFF files as a series of tagged fields. PNG files do not natively support EXIF, which is one reason JPEG remains the dominant format for camera photos.
EXIF vs Metadata: The Core Difference
The relationship is straightforward: EXIF data is a subset of metadata. Every EXIF field is metadata, but not all metadata is EXIF. The diagram below captures this:
| Feature | EXIF Data | General Metadata |
|---|---|---|
| Scope | Specific standardised subset | Broad category covering many formats |
| Who sets it | Camera/device, automatically | Camera, OS, software, or human |
| Standard | JEITA CP-3451 (EXIF spec) | No single standard; varies by format |
| Contains GPS | Yes (if location was enabled) | Sometimes, depending on format |
| Supported formats | JPEG, TIFF (not PNG) | All file types |
| Privacy risk | High (GPS field reveals location) | Varies |
Other Types of Photo Metadata: IPTC and XMP
EXIF is just one of three major metadata standards used in photography. Understanding all three helps you choose the right tool for the right job.
IPTC Metadata
IPTC stands for International Press Telecommunications Council. Its metadata standard was originally developed for news agencies and wire services to attach captions, bylines, copyright notices, and subject keywords to photos as they moved between newsrooms. Today it is widely used in stock photography and commercial licensing. IPTC fields include: caption/description, credit line, creator/photographer name, copyright notice, keywords, and city/country (entered as plain text, not GPS coordinates).
XMP Metadata
XMP stands for Extensible Metadata Platform, developed by Adobe. It is based on XML and is far more flexible than EXIF or IPTC - it can store all of the above information plus custom fields defined by any application. Adobe Lightroom, Photoshop, and Bridge all read and write XMP data. Modern camera RAW files (CR3, ARW, NEF) typically store their metadata in a combination of EXIF and an embedded XMP block. Because XMP is XML, it can be edited with a text editor, but dedicated EXIF/metadata tools are far more practical.
Why GPS Coordinates in EXIF Data Matter
Of all the EXIF fields, GPS latitude and longitude are by far the most sensitive - and the most useful depending on context.