Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). leaflet 10.4.5 Minor update available for module leaflet (10.4.5). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2).

llms_txt_gen

6 sites No security coverage
View on drupal.org

Features

This module automatically populates llms.txt sections from your site's published nodes, organized by content type. It provides a clean, structured index for LLM consumption without manual section management.

  • Automatic section generation: Creates one llms.txt section per content type, listing all published nodes as markdown links.
  • Content type selection: Admin UI to choose which content types to include (all types included by default).
  • Cron integration: Regenerates sections automatically on cron runs to keep content current.
  • Drush commands: drush llms-gen to regenerate sections, drush llms-del to clear all sections.
  • Alphabetical sorting: Content types and nodes within each type are sorted alphabetically.

Post-Installation

After enabling the module, visit:

Administration > Configuration > Search and metadata > LLMs.txt Generator

(/admin/config/search/llms-txt-gen)

Select which content types to include. Sections will be generated automatically on cron runs, or manually using Drush.

Additional Requirements

Similar projects

  • LLMs.txt Generator:
    A separate Drupal module focused on creating and managing a standalone
    llms.txt file with custom content and admin controls
    (similar in name but not the same feature set as this generator that indexes published nodes by content type for LLM consumption).

Supporting this Module

If you find this module useful, consider contributing patches, reporting issues, or helping review feature requests.

Community Documentation

How it works:

The module queries all published nodes (filtered by selected content types), groups them by bundle, and creates an llms_txt_section entity for each group containing markdown-formatted links (e.g., - [Page Title](https://example.com/node/1.md)).

Activity

Total releases
3
First release
Mar 2026
Latest release
1 month ago
Release cadence
1 day
Stability
67% stable

Release Timeline

Releases

Version Type Release date
1.0.1 Stable Mar 5, 2026
1.0.0 Stable Mar 4, 2026
1.0.x-dev Dev Mar 4, 2026