dodatgo

Your photos are revealing more than you think

Tus fotos revelan más de lo que crees

GPS coordinates, device serial number, shooting date — all hidden inside every file you share. Here's how to remove it.

Coordenadas GPS, número de serie del dispositivo, fecha y hora exactas — todo oculto dentro de cada archivo que compartes. Así es como eliminarlo.

⚡ Privacy risk ⚡ Riesgo de privacidad ✓ Free solution ✓ Solución gratuita

The hidden data problem every photographer faces

El problema de datos ocultos que enfrentan todos los fotógrafos

You've just finished editing a set of photos. You upload them to your portfolio, send them to a client, or post them on social media. What you don't see is that each image carries an invisible passport — called metadata — that can reveal exactly where you were, what equipment you used, and when you pressed the shutter.

Acabas de terminar de editar un set de fotografías. Las subes a tu portfolio, las envías a un cliente o las publicas en redes sociales. Lo que no ves es que cada imagen lleva consigo un pasaporte invisible — llamado metadatos — que puede revelar exactamente dónde estabas, qué equipo usas y cuándo disparaste.

⚠ What's exposed in your files right now
⚠ Qué hay expuesto en tus archivos ahora mismo
  • GPS coordinates precise to the meter — your home, studio, or private location
  • Coordenadas GPS precisas al metro — tu casa, estudio o ubicación privada
  • Camera serial number — uniquely identifies your equipment
  • Número de serie de la cámara — identifica tu equipo de forma única
  • Exact date and time the photo was taken
  • Fecha y hora exactas en que se tomó la foto
  • Software used to edit it — revealing your workflow
  • Software utilizado para editarla — revelando tu flujo de trabajo
  • Device owner name — often your real name
  • Nombre del propietario del dispositivo — frecuentemente tu nombre real

This isn't a theoretical risk. This is data that anyone can read with a free tool in seconds. The good news: removing it is just as fast.

Este no es un riesgo teórico. Son datos que cualquiera puede leer con una herramienta gratuita en segundos. La buena noticia: eliminarlos es igual de rápido.

What is metadata and why does it exist?

¿Qué son los metadatos y por qué existen?

Metadata is data about data. When your camera takes a photo, it automatically embeds technical information inside the file. This was designed to help photographers organize and edit their work — but when you share a file publicly, all that information goes with it.

Los metadatos son datos sobre datos. Cuando tu cámara toma una foto, incrusta automáticamente información técnica dentro del archivo. Esto se diseñó para ayudar a los fotógrafos a organizar y editar su trabajo — pero cuando compartes un archivo públicamente, toda esa información va con él.

📍
GPS Location
Ubicación GPS
41.38506, 2.17340
📷
Device
Dispositivo
Canon EOS R50
🔢
Serial Number
Número de serie
233030011280
🕐
Timestamp
Fecha y hora
2026:04:12 16:27:00

Documents are no different. A Word file remembers who created it, who last edited it, and on what machine. A PDF can reveal the software that generated it and the full path of the folder where it was saved on the original computer.

Los documentos no son distintos: también contienen metadatos. Un archivo Word recuerda quién lo creó, quién lo editó por última vez y en qué máquina. Un PDF puede revelar el software que lo generó y la ruta completa de la carpeta donde se guardó en el ordenador original.

Remove metadata from the terminal — no software needed

Eliminar metadatos desde la terminal — sin instalar nada

If you're comfortable with the terminal, you don't need to buy anything. ExifTool is a free, open-source command-line tool that handles virtually every file format. Here's the exact sequence to clean and optionally re-sign your files:

Si te manejas con la terminal, no necesitas comprar nada.

ExifTool es una herramienta gratuita de código abierto que gestiona prácticamente cualquier formato de archivo. La buena noticia es que puedes hacerlo tanto desde Mac como desde Windows. Te explicamos cómo.

The good news is you can do this on both Mac and Windows. Here's how:

🍎 Remove metadata on Mac

🍎 Eliminar metadatos en Mac

Install ExifTool once via Homebrew, then run the three-step sequence:

Instala ExifTool una vez con Homebrew y luego ejecuta la secuencia de tres pasos:

Terminal — Mac
# Step 1: Install ExifTool via Homebrew (one time only)
$ brew install exiftool
# Step 2: Remove ALL metadata
$ exiftool -all= -overwrite_original your_file.jpg
Strips every metadata field from the file.
Elimina todos los campos de metadatos del archivo.
# Step 3: Remove hidden macOS attributes
$ xattr -cr your_file.jpg
Cleans hidden macOS-specific attributes that ExifTool doesn't touch.
Limpia atributos ocultos específicos de macOS que ExifTool no elimina.
# Optional: inject your authorship signature
$ exiftool -Artist="Your Name" -Copyright="© 2026 Your Name" -overwrite_original your_file.jpg
Writes Artist, Copyright, IPTC and XMP fields with your authorship data.
Escribe Artist, Copyright, IPTC y XMP con tus datos de autoría.

🪟 Remove metadata on Windows

🪟 Eliminar metadatos en Windows

Download the ExifTool executable directly from exiftool.org, rename it to exiftool.exe and place it in a folder on your PATH. Then run:

Descarga el ejecutable de ExifTool directamente desde exiftool.org, renómbralo a exiftool.exe y colócalo en una carpeta de tu PATH. Luego ejecuta:

Command Prompt — Windows
# Step 1: Remove ALL metadata
> exiftool -all= -overwrite_original your_file.jpg
Strips every metadata field. On Windows, ExifTool alone is sufficient — xattr is not needed.
Elimina todos los metadatos. En Windows, ExifTool solo es suficiente — xattr no es necesario.
# Optional: inject your authorship signature
> exiftool -Artist="Your Name" -Copyright="© 2026 Your Name" -overwrite_original your_file.jpg
Writes Artist, Copyright, IPTC and XMP fields with your authorship data.
Escribe Artist, Copyright, IPTC y XMP con tus datos de autoría.

This method works on JPEG, PNG, HEIC, RAW files (CR2, CR3, NEF, ARW, RAF), PDF, Word, and Excel — on both Mac and Windows.

Tanto en Mac como en Windows, este método es exactamente el que usan los profesionales. Funciona con JPEG, PNG, HEIC, archivos RAW (CR2, CR3, NEF, ARW, RAF), PDF, Word y documentos Excel.

Is there a program to remove metadata from photos?

¿Existe algún programa para eliminar metadatos de fotos?

Yes — and the terminal method above is actually the most effective one. It's what professional photographers and security-conscious developers use daily. Note that the terminal commands shown are for Mac. But we understand that staring at a black window and typing commands isn't for everyone — on any platform.

Sí, aunque el método de terminal que acabas de ver es de hecho el más efectivo. Es el que usan a diario fotógrafos profesionales y desarrolladores con conciencia de seguridad. Sin embargo, entendemos que mirar una ventana negra y escribir comandos no es para todo el mundo, en ninguna plataforma.

If you'd rather not deal with that black box, we built a free app that does exactly the same thing — with a clean visual interface, drag & drop, and no technical knowledge required.

Si prefieres no pelearte con esa caja negra, hemos creado una app gratuita que hace exactamente lo mismo, pero con una interfaz visual intuitiva, fácil, limpia, y sin ningún conocimiento técnico.

free app · pay what you want app gratuita · paga lo que quieras

MetaCleaner — the same power, with a visual interface

MetaCleaner — el mismo potencial, con interfaz visual

MetaCleaner does exactly what the terminal commands above do — automatically, with a drag-and-drop interface. Drop your files, choose whether to inject a signature, and download the clean versions.

MetaCleaner hace exactamente lo que los comandos de terminal de arriba hacen — automáticamente, con interfaz de arrastrar y soltar. Arrastra tus archivos, elige si inyectar una firma, y descarga las versiones limpias. Disponible para Mac y para Windows.

  • Drag & drop — no technical knowledge needed
  • Drag & drop — sin conocimientos técnicos
  • Shows exactly which data is exposed before cleaning
  • Muestra exactamente qué datos están expuestos antes de limpiar
  • Optional author signature injection (Artist, Copyright, IPTC, XMP)
  • Inyección opcional de firma de autor (Artist, Copyright, IPTC, XMP)
  • Batch processing + ZIP download
  • Procesamiento en lote + descarga en ZIP
  • Supports JPG, PNG, HEIC, RAW, PDF, Word, Excel
  • Compatible con JPG, PNG, HEIC, RAW, PDF, Word, Excel
  • Available for Mac and Windows — completely free
  • Disponible para Mac y Windows — completamente gratuito

Found this useful?

¿Te ha resultado útil?

This guide and the app are free. If they saved you time or protected your privacy, consider sharing or buying the developer a coffee.

Esta guía y la app son gratuitas. Si te han ahorrado tiempo o protegido tu privacidad, considera compartirlo o invitar al desarrollador a un café.

Buy me a coffeeInvítame a un café