Website llms.txt
by Escodoo https://github.com/OCA/website , Odoo Community Association (OCA) https://github.com/OCA/website| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) |
| Lines of code | 79 |
| Technical Name |
website_llms |
| License | AGPL-3 |
| Website | https://github.com/OCA/website |
Website llms.txt

This module adds support for serving a /llms.txt file in the website root. The content can be configured per website in the website settings.
The llms.txt file provides information for Large Language Models (LLMs) about your website, including company information, services, and content links.
Table of contents
Configuration
- Go to Website > Configuration > Settings
- In the Website Info section, find the llms.txt Content field
- Enter the content you want to serve at /llms.txt
- Save the settings
Usage
After configuration, the /llms.txt file will be available at your website root:
- If content is configured: The configured content will be served
- If content is empty: A default content will be generated based on your website information
Example content format:
# Your Website — Information for LLMs ## Company - About: https://yourdomain.com/aboutus - Contact: https://yourdomain.com/contactus ## Services - Service 1: https://yourdomain.com/service1 - Service 2: https://yourdomain.com/service2 ## Content - Blog: https://yourdomain.com/blog
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Escodoo
Contributors
- Escodoo:
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:

This module is part of the OCA/website project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module