Llms.txt
llmstxt.org
Llms.txt
1–10 of 191 posts
Re: Llms.txt
#2Re: Llms.txt
#3I'm just left wondering who would volunteer to make their sites easier to scrape. The trend has been the opposite with more and more sites trying to keep LLM scrapers out, whether by politely asking them to go away via robots.txt or proactively blocking their requests entirely.
Re: Llms.txt
#4I'm just left wondering who would volunteer to make their sites easier to scrape. The trend has been the opposite with more and more sites trying to keep LLM scrapers out, whether by politely asking them to go away via robots.txt or proactively blocking their requests entirely.
People who have information they want to share? Programming library docs seem like an obvious choice...
I suppose the thing that people maybe don't agree with is the lack of attribution when llms regurgitate information back at the user. That, and the fact that these services are also overly aggressive when it comes to spidering your site
Re: Llms.txt
#5Re: Llms.txt
#6Amazonbot, anthropic-ai, AwarioRssBot, AwarioSmartBot, Bytespider, CCBot, ChatGPT-User, ClaudeBot, Claude-Web, cohere-ai, DataForSeoBot, Diffbot, Webzio-Extended, FacebookBot, FriendlyCrawler, Google-Extended, GPTBot, 0AI-SearchBot, ImagesiftBot, Meta-ExternalAgent, Meta-ExternalFetcher, omgili, omgilibot, PerplexityBot, Quora-Bot, TurnitinBot
For all of these bots,
User-agent: Disallow: /
For more information, check https://darkvisitors.com/agents
If this takes off, I've made my own variant of llms.txt here: https://boehs.org/llms.txt . I hereby release this file to the public domain, if you wish to adapt and reuse it on your own site.
Hall of shame: https://www.404media.co/websites-are-blocking-the-wrong-ai-s...
Re: Llms.txt
#7Re: Llms.txt
#8Re: Llms.txt
#9I'm just left wondering who would volunteer to make their sites easier to scrape. The trend has been the opposite with more and more sites trying to keep LLM scrapers out, whether by politely asking them to go away via robots.txt or proactively blocking their requests entirely.
Re: Llms.txt
#10Instead of putting resources in the root of the web, this is what /.well-known/ was designed for. See RFC 5785:
https://datatracker.ietf.org/doc/html/rfc5785
Instead of munging URLs to get alternate formats, this is what content negotiation or rel=alternate were designed for.
I’m not sure making it easier to consume content is something that is needed. I think it might be more useful to define script type=llm that would expose function calling to LLMs embedded in browsers.