FYI, bots and crawlers can simply ignore your robots.txt entirely. This is probably common knowledge around these parts, but I've run into clients at work who thought it was a law or something.
Just be careful not to also confuse screen readers with that tactic, so that accessibility is maintained for humans. It should be easy enough if you keep your aria attributes filled out appropriately, I imagine.
Pollute your site with nonsense that’s invisible to users. Things like pages that are linked to with invisible links that are just walls and walls of random text.
Good idea. I will made a invisible link to "traps for bots". One trap will show random text, one will be redirect loop and one would be random link generator that will link to itself. I will also make every response randomly slow, for example 0,5 to 1,5 seconds.
Good thing is that I can also block search engine crawlers from accessing only the traps.
OP still wants search indexing, in which case it's a big no-no - it can be perceived as spam by search engines, and links your pages to tons of unrelated keywords.
I’m curious about how to verify that these bots respect the rules. I don’t doubt that they do, since it might be a PR nightmare for these big tech companies if they don’t, but I don’t know how to verify them. Asking because I’m also doing this for my website.
By the way, LLMs are usually also trained by common crawl, (not sure to what extent), but I’m not sure whether you want to block common crawl.
Another thing to consider is whether your website is indexed and crawled by web archive, and whether web archive has some policy on AI bot crawlers and scrapers.
Mostly the hype and because artists and creators are being hurt by its existence.
I feel as though using AI is a cop-out. If I want to do something good, I also want to be proud of it. So I would rather not take that away from myself by doing it with AI. However, progress marches on, and I am neither an expert nor an authority on the subject. Asking someone like myself that question is nearly a trap. If I tell you that Generative AI is a bubble, like cryptocurrency and the Metaverse, that is just my gut feeling.
I was about to ask the same question. It's one thing to think of the potential impacts of AI technology, but to be "against AI" in the most general sense is, to me, a weird concept, especially considering AI is so many things.
Maybe there's some IP address ranges to try block?
It's difficult because, for example, blocking the addresses OpenAI's crawlers use may inadvertently block addresses from Azure used by Bing or whatever.
I don't really understand the reasoning behind doing any of this, they didn't give a fuck about stealing clearly copyrighted content in the first place, why would they care about you (not OP specifically) begging them not to steal your stuff. (As long as theres no laws about this which afaik there aren't).
So that leaves two options then. Leave the front door wide open, don't bother with any locks. Or shut down the web site. I'm for at least closing the door with the right robots.txt
The analogy should be either having the door open or having the door open but putting a note on the door saying to please not steal anything. I'm not saying you shouldn't do it, I just don't think it's gonna do anything, so I'm not going to bother.
Pehaps the user (or in this case the bot) will not go directly to your website, but first to some method of captcha verification or something like that, or like those pages (SteamDB for example) that do not open directly but first open a blank page to verify your network and browser with a captcha.