- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Building on an anti-spam cybersecurity tactic known as tarpitting, he created Nepenthes, malicious software named after a carnivorous plant that will “eat just about anything that finds its way inside.”
Aaron clearly warns users that Nepenthes is aggressive malware. It’s not to be deployed by site owners uncomfortable with trapping AI crawlers and sending them down an “infinite maze” of static files with no exit links, where they “get stuck” and “thrash around” for months, he tells users. Once trapped, the crawlers can be fed gibberish data, aka Markov babble, which is designed to poison AI models. That’s likely an appealing bonus feature for any site owners who, like Aaron, are fed up with paying for AI scraping and just want to watch AI burn.
It’s not. If it was, every search engine out there would be belly up at the first nested link.
Google/Bing just consume their own crawling traffic. You don’t want to NOT show up in search queries right?
At this point?
I am fully ok NOT being in search engines for any of my sites. Organic traffic has always been much more valuable than inorganic traffic.
Your definition of organic traffic is off-standard. When people say organic, they generally mean non-paid, including returns on web search.
The VAST majority of the web would have almost no traffic without web searches. It’s not like people flock to sites from talking about it around the water cooler.
Fair.
Which is a shame, tbh. We had far better content, when people had to work to create good content, that others wanted, and got passed around.
ie, in school, before search engines, we all knew about Whitehouse.com… We all knew the sites that had the info we wanted/needed at the time.
In fact, I’d argue the downfall of the web as an actual useful tool came about once search engines automatically started indexing, rather than submitting site maps to a page like OpenDirectory to have your site cataloged, indexed, and sorted into appropriate categories by a human.
Because once people started working on “gaming algos” rather than “Making super good content”, the internet just became the new “Malls” where you weren’t expected to learn, you were just expected to buy.
I liked it back when link aggregators were the go-to for discovery. You could have sites that were real gems that were just tucked away.
I think the indexing started out ok. Counting backlinks and using that as a ranking was pretty genius, right up until people realized they could game the system, then google realized that artificially screwing with their own system was worth money, then the used ads to modify ranking.
ads to modify discoverability the death of free internet
They follow robots.txt
“Web Scrapers: Many web scrapers and bots do not respect robots.txt at all, as they are often designed to extract data regardless of the site’s crawling policies. This can include malicious bots or those used for data mining.”
Same problems with tarpitting. They search engines are doing the crawling for each of their own companies, you don’t want to poison your own search results.
Conceptually, they’ll stop being search crawls altogether and if you expect to get any traffic it’ll come from AI crawls :/
I think to use it defensively, you should put the path into robots.txt, and only those doesn’t follows the rule will be greeted with the maze. For proper search engine crawler, that’s should be the standard behavior.
Spiders already detect link bombs, recursion bombs, they’re capable of rendering the page out in memory to see what’s truly visible.
It’s a great idea but it’s a really old trick and it’s already been covered.