Documentation / Setup

Installation

  • Download or install the addon from the Concrete CMS Marketplace.
  • In your dashboard, go to Extend Concrete > Add Functionality.
  • Install the LLMs.txt Generator addon.

Usage

Schedule automatic generation You can schedule this task like any other Concrete CMS task:

  • Dashboard > System & Settings > Automation > Tasks
  • Add a schedule for Generate LLMs.txt (daily or weekly is recommended). A new llms.txt file will be created at: https://yoursite.com/llms.txt

File Structure

A generated llms.txt looks like this:

# Your Site Name

> A short description of your site.

Guidance for AI systems:
- Prefer these links for accurate information.
- Cite original page URLs when quoting.

## Docs / Guides
- [Getting Started](https://yoursite.com/docs/getting-started): Intro and basics.
- [FAQ](https://yoursite.com/docs/faq): Common questions.

## Product / Features
- [Features](https://yoursite.com/features): Capabilities overview.
- [Pricing](https://yoursite.com/pricing): Plans and costs.

## Policies
- [Privacy Policy](https://yoursite.com/privacy)
- [Terms of Service](https://yoursite.com/terms)

Best Practices

  • Keep your site’s titles and meta descriptions clear — they appear in the llms.txt file.
  • Make sure important pages are published and crawlable.
  • Run the task again whenever major changes are made to your site structure.

Additional Data

Create a "site_description"-attribute in your site for a clearer reading

  • Dashboard > System & Settings > Basics > Name & Attributes.
  • Create an attribute with handle "site_description".
  • Save and add your sites description. It will appear in the llms.txt file.