this post was submitted on 25 Jul 2025
524 points (98.3% liked)
Technology
73254 readers
3846 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
add this to your ublock, ublacklist, or adguard router rules: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist
add this to your robots.txt on any sites you own: https://robotstxt.com/ai
this is great! I was just thinking about this yesterday.
If your reverse proxy is Traefik I would suggest This plugin which pulls the robot.txt from This GitHub repository.
I honestly should’ve setup a robots.txt a long time ago.
Unfortunately robots.txt only stops the well behaved scrapers. Even with disallow all, you'll still get loads of bots. Setting up the web server to block those user agents would work a bit better, but even then there's bots out there crawling using regular browser user agents.