this post was submitted on 25 Jul 2025
517 points (98.3% liked)

Technology

73232 readers
4263 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] cupcakezealot@piefed.blahaj.zone 47 points 1 day ago (1 children)

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

[–] GreenKnight23@lemmy.world 10 points 1 day ago (1 children)

this is great! I was just thinking about this yesterday.

[–] ohshit604@sh.itjust.works 4 points 1 day ago (1 children)

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.

[–] xthexder@l.sw0.com 3 points 22 hours 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.