What Is EXIF Data in a Photo?

EXIF is metadata commonly associated with digital photos. Learn what fields can exist, what they are used for and why some people remove them before sharing.

On this page14 sections
  1. Definition
  2. Common fields
  3. GPS
  4. Camera settings
  5. Timestamps
  6. What EXIF doesn’t mean
  7. Inspect/remove
  8. Worked example: create a public sharing copy
  9. Practical takeaway
  10. Try it on a real image
  11. Continue reading
  12. Frequently asked questions
  13. Editorial note
  14. Sources and further reading

The important question in what is EXIF data is not simply whether metadata exists. It is which information belongs in the public delivery copy, which information should remain private, and whether the processing architecture sends the selected image to an intermediary service.

EXIF is an established metadata standard used with digital still images. Depending on the device and workflow, fields can include exposure settings, timestamps, device information, orientation, and location-related tags.

The presence of EXIF is not proof that a photo contains GPS coordinates. Location data may be absent, removed, disabled at capture time, or stored elsewhere in the workflow.

Short version: Start with the image’s actual job, remove waste the layout cannot use, encode once from a good source, and verify the result in the real page. Smaller is useful only while the image remains visually and technically fit for purpose.

Definition

At its simplest, definition describes one part of the image pipeline, not the whole pipeline. Keeping that boundary clear prevents advice about dimensions, encoding, metadata, or delivery from being mixed together.

For web work, separate four questions: how many pixels are needed, which format represents those pixels, how aggressively the file should be encoded, and how the browser will discover and deliver the result. Each question can change performance independently.

Common fields

This part of what is EXIF data is best understood as a trade-off rather than a fixed rule. The right choice depends on the visual role of the image, the publishing environment, and what happens to the file after it leaves the editor.

Use representative files and verify the result in the real destination. A workflow that looks good on one sample can fail on transparency, fine text, gradients, noisy photographs, or very large source dimensions.

GPS

GPS metadata can encode where an image was captured when location tagging was enabled and the workflow preserved those fields. That can be useful for personal organization and undesirable for public sharing.

For sensitive material, preserve the original privately and create a separate sharing copy with location metadata removed. Then verify the exported copy with a metadata inspection tool instead of relying on the filename or visual appearance.

Use a two-copy workflow for sensitive photos: preserve the private original, then export a sharing copy and inspect that copy for location fields. This keeps privacy cleanup from destroying useful information in the archive.

Camera settings

This part of what is EXIF data is best understood as a trade-off rather than a fixed rule. The right choice depends on the visual role of the image, the publishing environment, and what happens to the file after it leaves the editor.

Use representative files and verify the result in the real destination. A workflow that looks good on one sample can fail on transparency, fine text, gradients, noisy photographs, or very large source dimensions.

Timestamps

This part of what is EXIF data is best understood as a trade-off rather than a fixed rule. The right choice depends on the visual role of the image, the publishing environment, and what happens to the file after it leaves the editor.

Use representative files and verify the result in the real destination. A workflow that looks good on one sample can fail on transparency, fine text, gradients, noisy photographs, or very large source dimensions.

What EXIF doesn’t mean

EXIF is one category of embedded metadata commonly used by digital cameras and imaging workflows. Depending on the file and device, fields can include capture time, orientation, exposure settings, camera/lens information, and location-related tags.

Not every photo contains every field. GPS may be absent, and metadata can be added, removed, rewritten, or separated by editing software and publishing platforms. Inspect the actual file rather than assuming what it contains.

When the requirement is security-sensitive, verify the exported file with an independent metadata inspector. A UI toggle is an instruction to the tool; verification confirms the resulting bytes actually match the requirement.

Inspect/remove

This part of what is EXIF data is best understood as a trade-off rather than a fixed rule. The right choice depends on the visual role of the image, the publishing environment, and what happens to the file after it leaves the editor.

Use representative files and verify the result in the real destination. A workflow that looks good on one sample can fail on transparency, fine text, gradients, noisy photographs, or very large source dimensions.

Worked example: create a public sharing copy

For what is EXIF data, imagine a phone photo that you want to publish publicly but whose original you want to keep intact. Store the original privately. Create a separate delivery copy, resize it for the destination, use a workflow that intentionally strips common EXIF metadata, and then inspect the exported copy with a metadata viewer. Only the verified copy moves into the public publishing workflow.

This is a better what is EXIF data pattern than repeatedly editing the only original. Privacy is achieved by controlling the delivery artifact while preserving the private master.

Practical takeaway

For what is EXIF data, make one decision at a time and verify it in the final destination. Use the page’s actual dimensions, content type, compatibility needs, and user-visible result as the constraints. The goal is not to win a synthetic file-size contest; it is to publish an image that is efficient, understandable, and reliable for its job.

Try it on a real image

Use the compressor to apply this article to a real source image. Strip EXIF during compression The image operation runs in your browser, which makes it practical to compare dimensions, format, output bytes, and visual quality without first sending the selected image to a remote compression endpoint.

Continue reading

Frequently asked questions

What does EXIF contain?

Compression alone does not guarantee metadata removal. Use a workflow that intentionally strips metadata and verify the exported copy when privacy matters.

Is EXIF visible?

Compression alone does not guarantee metadata removal. Use a workflow that intentionally strips metadata and verify the exported copy when privacy matters.

Can it include GPS?

A photo can contain location-related EXIF fields if geotagging was enabled and the workflow preserved them. Inspect the actual file; not every photo contains GPS data.

Do screenshots have EXIF?

Compression alone does not guarantee metadata removal. Use a workflow that intentionally strips metadata and verify the exported copy when privacy matters.

Editorial note

Image formats, browser behavior, WordPress media support, and search guidance can change. This article is written to distinguish durable principles from version-specific behavior; version-sensitive claims should be rechecked during scheduled content refreshes.

Sources and further reading

Continue the series8 parts

Image Privacy & Metadata

  1. Photo Metadata & Privacy: What Images Can Reveal
  2. What Is EXIF Data in a Photo?
  3. How to Remove EXIF Data From a Photo
  4. How to Remove GPS Location Data From a Photo
  5. Does Compressing an Image Remove EXIF Data?
  6. What Metadata Can Be Stored Inside a Photo?
  7. Do Online Image Compressors Upload Your Photos?
  8. How Browser-Based Image Compression Works Without Uploading Files