I'm considering self-hosting a couple of static low-volume traffic on a VM. I'm curious to know what techniques you using to protect personal and professional websites from abusive LLM (and other) scraping. Assume no CDN is involved.
I'm aware of:
(1) anubis AI firewall
(2) LLM poisoning projects like iocaine
(3) bate links hidden in the HTML source code that block IPs when accessed
(4) ppl blocking CIDRs of all major Cloud Providers (GCP, AWS, Azure, Alibaba, etc).
Are there any other interesting techniques that can be used?Ty!
If you want the LLMs to refuse to scrape your site you could inject lots of encoded trigger words but this would probably affect your SEO score :)