Testing Anubis to try and stop AI scrapers

Mar 21, 2025 · Peter Sanchez · Ai Anubis

Just a heads up that this morning we deployed the new Anubis defense tool that has sprung up this week and has been installed by various services and hosts with much success. Here’s a little blurb taken from the projects README file:

Installing and using this will likely result in your website not being indexed by some search engines. This is considered a feature of Anubis, not a bug.

This is a bit of a nuclear response, but AI scraper bots scraping so aggressively have forced my hand. I hate that I have to do this, but this is what we get for the modern Internet because bots don’t conform to standards like robots.txt, even when they claim to.

A couple of weeks ago I applied a patch that required users to be authenticated in order to view a tag combo of more than 2 tags. This was specifically added to stop the abuse from bot scrapers. With Anubis installed, and if it seems to not be disrupting anything, I will disable the tag limit so that normal users can view multiple tag combos. That ability to drill down is an important part of LinkTaco and it’s organization abilities.

Please write the discussion mailing list if you notice any issues. We will be paying attention for a week or so and if all is good we will remove the tag/auth limitation.

Articles from blogs we recommend Generated by openring

A Cryptography Engineer’s Perspective on Quantum Computing Timelines

The risk that cryptographically-relevant quantum computers materialize within the next few years is now high enough to be dispositive, unfortunately.

Summary of changes for March 2026

Hey everyone!This is the list of all the changes we've done to our projects during the month of March. Wiki, documented the replacement of Pino's backstay, and created a project page for No Bears, None. Hakum, completed page 10 of Sabotage Study…

tar: a slop-free alternative to rsync

So apparently rsync is slop now. When I heard, I wanted to drop a quick note on my blog to give an alternative: tar. It doesn’t do everything that rsync does, in particular identifying and skipping up-to-date files, but tar + ssh can definitely accomodate th…