Hi, I’m building a personal website and I don’t want it to be used to train AI. In my robots.txt file I blocked:

  • ChatGPT-User
  • GPTBot
  • Google-Extended
  • FacebookBot

What bots should I also add? Are there any other ways to block AI bots?

IMPORTANT: I don’t want to block search engine crawlers, only bots that are used to train AI.

@ssm@lemmy.sdf.org
link
fedilink
2
edit-2
1M

deleted by creator

deleted by creator

Please no…

Oliver Lowe
link
fedilink
51Y

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.

Luke
link
fedilink
581Y

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.

I do like the idea of intentionally polluting the data robots will see, as suggested by this comment. There’s no reliable way to block them without also blocking humans, so making the crawled data as useless as possible is a good option.

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.

As long as you do not rely on SEO to get traffic. This has a good chance of affecting how Google sees your site as well.

@chevy9294@monero.town
creator
link
fedilink
131Y

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.

If you’re interested in traps, you can add a honeypot to your robots.txt. It comes with some risk of blocking legitimate users, though.

folkrav
link
fedilink
91Y

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.

@chevy9294@monero.town
creator
link
fedilink
81Y

I can block search engine crawlers from specific paths so that should be solved.

Would invisible Unicode characters also work?

https://invisible-characters.com/

@chevy9294@monero.town
creator
link
fedilink
41Y

Nice idea, but a lot of random text that user doean’t see would slow down the website.

@Pantherina@feddit.de
link
fedilink
2
edit-2
1Y

I dont think thats really a big problem. Like simply make every key word useless, somehow automate the process.

There should be a tool for this damn, there is at least one Unicode character that doesnt even display a blank in a damn Terminal.

Like… modern web crap doesnt even load without Javascript or animations. So dont bother a bit more HTML

Mubelotix
link
fedilink
71Y

Block everyone but the crawlers you like. Blacklists are less reliable than whitelists

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.

bbbhltz
link
fedilink
61Y

I have a personal site.

It isn’t great. Don’t even have a domain name. My robots.txt is here

https://bbbhltz.codeberg.page/robots.txt

Why bother? I just don’t agree with AI.

@chevy9294@monero.town
creator
link
fedilink
11Y

Nice, thats what I am looking for!

bbbhltz
link
fedilink
21Y

I don’t remember what all of those are for so you might want to look them up.

@chevy9294@monero.town
creator
link
fedilink
21Y

I did, most of them are used for AI or business search engines. I copied everything except Yandex.

Saganastic
link
fedilink
41Y

Specifically what about AI don’t you agree with?

folkrav
link
fedilink
01Y

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.

bbbhltz
link
fedilink
41Y

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.

Saganastic
link
fedilink
21Y

How about a bubble like the internet? 90% of dotcoms failed in the 90s but the internet is alive and strong today. AI is just a tool, and from my experience an extremely useful one.

bbbhltz
link
fedilink
11Y

I get that argument. Perhaps the fact that I’m a professor influences my thinking. And, since we are in a privacy community, something like ChatGPT and privacy don’t mix.

Meredith Whittaker (Signal) says[1]:

The Venn diagram of privacy concerns and AI concerns is a circle

(I do keep on eye on their progress because it is interesting https://benchmarks.llmonitor.com/)


  1. https://time.com/collection/time100-ai/6309018/meredith-whittaker/ ↩︎

Saganastic
link
fedilink
21Y

Agreed that privacy can be a concern. Ideally it will be possible to run LLMs locally in the near future, but we’ll see.

@Bldck@beehaw.org
link
fedilink
2
edit-2
1Y

Easy. Add a section to your robots.txt file.

jlow (he/him)
link
fedilink
1
edit-2
1Y

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).

wagoner
link
fedilink
11Y

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.

⚡⚡⚡
link
fedilink
3
edit-2
1Y

deleted by creator

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.

Illecors
link
fedilink
271Y

Good luck.

Create a post

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

  • Posting a link to a website containing tracking isn’t great, if contents of the website are behind a paywall maybe copy them into the post
  • Don’t promote proprietary software
  • Try to keep things on topic
  • If you have a question, please try searching for previous discussions, maybe it has already been answered
  • Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
  • Be nice :)

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

  • 0 users online
  • 57 users / day
  • 383 users / week
  • 1.5K users / month
  • 5.7K users / 6 months
  • 1 subscriber
  • 2.86K Posts
  • 71.9K Comments
  • Modlog