if, like me, you've been following Luna's comments on this and getting increasingly nervous, here is a command for removing all location metadata from JPG/WEBP images (the usual offenders) in a directory tree on Unixy platforms, assuming your paths don't contain spaces.
for file in $(find . -name "*.jpeg" -or -name "*.jpg" -or -name "*.webp"); do exiftool -gps:all= $file; done
@luna In a digital safety course for kids we show a video back from the days when big social media networks did not strip metadata on upload.
In the video, the camera person approaches seemingly random people on the street whose current location they extracted from the metadata in posted pictures. The interviewer then asks personal questions derived from the profile or the location metadata like "how was your last holiday in ...? Your name is ..., isn't it?" and at one person "You work at <secret agency>, don't you?" You can visibly see the shock in the face of the people, especially the secret agent.
@varbin @luna also never ever rely on #AntisocialNetworks to do that!
@igimenezblb sounds wise.
I do sometimes wish I had a record of location in my photos - but I know I’d forget sometimes
@luna Okay, I'll get a Polaroid camera and start scanning them into the computer instead.
...
Okay, actually that sounds amazing, I may not be joking anymore.

@luna Sometimes I leave them in there so people can know where I took that photo?
I scrub it if I don't want to share the location.
@bayindirh sorry, perhaps i should rephrase:
if i had a nickel for every time i've seen someone's self-hosted blog with unredacted geolocation exif in the images *exposing their home address*, i'd have three nickels from today alone
@luna Oh, that kind? My favorite. It'd have paid all my debts if I had a nickel like you. :)
I don't share the location of my workbench, either. That's too much.
@luna I had the same thought a couple of days ago and managed to crank out a quick Mayke post on how to use exiftool to strip GPS location data. With Jelly Babies, because why not... https://martinh.net/hacks/jellybaby-opsec/
Feels like Jekyll and Hugo (the main culprits?) should do this by default. And maybe someone has already submitted PRs - but that's a rabbithole for another day!
exiftool -gps:all= <filename> which removes the fields outright@luna i always crunch the shit out of my blog photos because modern smartphone cameras output ridiculous 23000pixels pictures and i was on DSL internet not that long ago
i should recheck if mspaint still strips geoloc exif though god knows what microsoft did to it