

It’s a little brute force just to get rid of geotag info, but it does appear to work with minimal fuss still as of WordPress 4.9.2. Run next command to fix the dates in all the files inside the folder (recursively) exiftool -r -FileModifyDate

#Mac exiftool install install
Alternately, you could install it on your Mac with homebrew: brew install exiftool .Īfter SSHing to my host, I cd ‘d to wp-content/uploads where WordPress stores all your media files. The host I use already has it installed on my server, so I did most of this on that machine via SSH. So, realizing that most of my blog post images are tagged with the location of my house, what should I do about it? Driving ExiftoolĮxiftool is a command line application. WordPress, for some reason, doesn’t bother. The more conscientious avenues of sharing like Facebook and Instagram make a point of deleting all such info before serving images to the public. I realized recently that most of the shot-on-iPhone images I post to the internet have geolocation info still embedded in them. Even as someone who generally tries not to piss people off on the internet, I feel we can agree it’s best opsec practice to avoid leaving sensitive information like a home address places where you’re bound to lose track of it.
