The Core

Why We Are Here => Web Development => Topic started by: rcjordan on September 10, 2025, 02:16:23 PM

Title: Pay-per-output? AI firms blindsided by beefed up robots.txt instructions.
Post by: rcjordan on September 10, 2025, 02:16:23 PM

https://arstechnica.com/tech-policy/2025/09/pay-per-output-ai-firms-blindsided-by-beefed-up-robots-txt-instructions/
Title: Re: Pay-per-output? AI firms blindsided by beefed up robots.txt instructions.
Post by: ergophobe on September 12, 2025, 07:29:32 PM
Interesting solution that just might work. Unlike spambots, the AI bots have deep pockets and if the content license specifically disallows usage for training and a publisher can prove that the license was violated, it puts them at some jeopardy.

For now, I have flipped the toggle on Cloudflare which then automatically adds this to every robots.txt file

# BEGIN Cloudflare Managed content

User-agent: Amazonbot
Disallow: /

User-agent: Applebot-Extended
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: meta-externalagent
Disallow: /

# END Cloudflare Managed Content