Odoo Community Association

Website llms.txt

Beta License: AGPL-3 OCA/website Translate me on Weblate Try me on Runboat

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

  1. Go to Website > Configuration > Settings
  2. In the Website Info section, find the llms.txt Content field
  3. Enter the content you want to serve at /llms.txt
  4. 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

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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:

marcelsavegnago

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.