llmstxt
This module allows site administrators to input and manage the contents of an llms.txt file through a simple admin settings form. The configured content is then dynamically displayed at the /llms.txt route, making it easy to update and serve the file without needing direct file system access.
llms.txt is a proposed standard for helping LLMs understand your site at inference time, by exposing clean, structured content. Read more at llmstxt.org.
Check out these directories of early adopters to see examples of llms.txt standard usage: llmstxt.site and directory.llmstxt.cloud
How to use
Install as you would normally install a contributed Drupal module. For further
information, see Installing Drupal Modules.
Configure the llms.txt content in Administration » Configuration »
Search and metadata » llms.txt
- See the README file for more details.
- Suggest more features or tell us about your use-case in this issue.
Related modules
- If you're looking for AI features to use in Drupal, check out the AI module and its ecosystem.
- To communicate how crawlers can use your site's content for AI model training, use the ai.txt module.