Your photos are training data unless you actively make them harder to use. This guide layers five practical defences so you can protect photos from AI trainingwithout breaking how you publish.
Why this matters now
Generative model providers are racing for new, high-quality training material, and licensed datasets are increasingly mixed with web-scraped corpora. Once an image is ingested, you cannot pull it back out. The only realistic strategy is prevention plus monitoring.
The five-layer defence
1. Clean metadata before you publish
Camera serials, GPS, and author tags make your work easy to cluster and re-identify in a dataset. Run every export through the Metadata Cleaner first.
2. Watermark the focal area
Edge watermarks get cropped away in the first re-upload. Place a low-opacity logo or text across the subject using the Watermark Tool so it survives screenshots and re-encoding.
3. Perturb the pixels
Diffusion models learn from high-frequency texture statistics. The Anti-AI Converter applies sensor-noise simulation, FFT disruption, and LSB randomisation to nudge those statistics off the manifold the models expect. The image stays usable for humans; it becomes noisy training fuel.
4. Publish opt-out signals
Add these to your site head and robots file:
<meta name="robots" content="noai, noimageai">
# robots.txt
User-agent: GPTBot
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: CCBot
Disallow: /Respectful crawlers honour these. The rest will not — which is why you still need the other layers.
5. Monitor with reverse search
Schedule a monthly check of your top images via the Reverse Image Search tool. Early detection lets you file DMCA or platform takedown requests while the trail is fresh.
What to skip
- Invisible-only watermarks. They get stripped by any aggressive re-encode.
- Massive Glaze-only pipelines. Useful but slow; pair them with the steps above instead of relying on them alone.
- Pulling your work offline entirely. Defeats the point of publishing. Layer defences instead.
One-shot publishing routine
- Export at target resolution.
- Metadata Cleaner pass.
- Anti-AI Converter pass (default preset).
- Watermark Tool — opacity 20%, centred.
- Upload. Log the filename in your monitoring sheet.
Five steps, around two minutes per image. It is the difference between contributing free training data and making yourself an expensive target.