PHPackages                             angeo/module-llms-txt - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. angeo/module-llms-txt

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

angeo/module-llms-txt
=====================

Magento 2 module for AI Engine Optimization (AEO). Automatically generates llms.txt and AI-friendly store maps for ChatGPT, Claude, Perplexity AI, and other AI search engines. Multi-store, cron-ready, and CLI supported.

1.1.2(1mo ago)15—0%MITPHP

Since Mar 18Pushed 1mo agoCompare

[ Source](https://github.com/XxXgeoXxX/llms-txt)[ Packagist](https://packagist.org/packages/angeo/module-llms-txt)[ Docs](https://angeo.dev/)[ RSS](/packages/angeo-module-llms-txt/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Angeo LLMs.txt Generator for Magento 2
======================================

[](#angeo-llmstxt-generator-for-magento-2)

**AI-Optimized LLMs.txt Generator for Magento 2 Stores | Multi-Store &amp; Cron Support**

[![Packagist Version](https://camo.githubusercontent.com/8a2f5b0dbcbde5b48bf542118d406039d6fbc9495a2d684d518d19676e6e9f2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e67656f2f6d6f64756c652d6c6c6d732d7478742e737667)](https://packagist.org/packages/angeo/module-llms-txt)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

---

🚀 Overview
----------

[](#-overview)

Angeo LLMs.txt is a Magento 2 module that automatically generates **AI-friendly `llms.txt` files** and **structured `llms.ljson`files** for your eCommerce store. This module helps AI systems like ChatGPT, Claude, Gemini, and other large language models (LLMs) understand your site structure and content for **better indexing, AI recommendations, and enhanced visibility**.

Key features:

- Generates **structured `llms.txt`** and **structured `llms.ljson`** files for products, categories, CMS pages, and stores.
- Supports **multi-store and multi-language Magento 2 installations**.
- Manual generation from **Magento Admin panel**.
- **Cron-enabled automation** for scheduled updates.

> `llms.txt` is a new, AI-focused standard similar to `robots.txt` or `sitemap.xml`, designed to improve AI visibility and context understanding for your store content.

---

📦 Installation
--------------

[](#-installation)

Install via Composer in your Magento 2 root:

```
composer require angeo/module-llms-txt
bin/magento setup:upgrade
bin/magento cache:flush
```

---

⚙️ Configuration
----------------

[](#️-configuration)

After installation, you can generate LLMS.txt and LLMS.jsonl files:

```
Stores → Configuration → General → Angeo → LLMS

```

Options include:

- Manual generation from the backend

---

📆 Cron Automation
-----------------

[](#-cron-automation)

The module supports automatic scheduled generation via Magento cron. Ensure your server cron jobs are configured:

```
bin/magento cron:run
```

---

🧾 llms.txt Structure
--------------------

[](#-llmstxt-structure)

The generated file typically includes:

- Store name and description
- Key product categories
- Product URLs
- CMS pages

**Example:**

```
# Store: My Magento Store

## STORE
Name: TEST Store
URL: https://teststore.com/
Currency: USD

### CATEGORIES ###
Category ID: 3
Name: All products
Parent ID: 2
URL: https://teststore.com/all-products
Description: test description

### PRODUCTS ###
SKU: test
Name: test
Price: 100.000000
URL: https://teststore.com/test
Short Description: test short description
Description: test description

## CMS PAGES

TYPE: PAGE
TITLE: 404 Not Found
URL: https://teststore.com/no-route
CONTENT:  The page you requested was not found, and we have a fine guess why. If you typed the URL directly, please make sure the spelling is correct. If you clicked on a link to get here, the link is outdated. What can you do? Have no fear, help is near! There are many ways you can get back on track with Magento Store. Go back to the previous page. Use the search bar at the top of the page to search for your products. Follow these links to get you back on track!Store Home | My Account

TYPE: PAGE
TITLE: Home page
URL: https://teststore.com/home
CONTENT: CMS homepage content goes here.

```

This helps AI systems **understand your store context and product catalog** for improved recommendations, search results, and AI-driven features.

---

📈 Benefits
----------

[](#-benefits)

- Improve **AI indexing and recommendations**.
- Provide structured content for LLMs.
- Fully **Magento 2 multi-store and multi-language compatible**.
- Easy manual or automated updates via cron or backend.
- Open-source, MIT-licensed for easy adoption and modification.

---

🧪 Testing
---------

[](#-testing)

The module includes unit tests to ensure:

- Correct `llms.txt` generation
- Correct `llms.ljson` generation

---

📄 License
---------

[](#-license)

This module is released under the **MIT License**.

---

**Keywords for SEO / discoverability:** Magento 2, LLMs.txt, AI-friendly store file, AI optimization, AI recommendations, large language models, ChatGPT, Claude, Gemini, multi-store Magento, cron generation, Magento 2 AI module, AI content indexing.

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance96

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

49d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21650c34f723b5800f3d43129efb3763fe13efaa9437bf2f00be45ee1d6fc3f6?d=identicon)[angeo](/maintainers/angeo)

---

Tags

aiseomagento2ChatGptllmsproduct feedmagento moduleangeoaeollms.txtai-commerceai-search

### Embed Badge

![Health badge](/badges/angeo-module-llms-txt/health.svg)

```
[![Health](https://phpackages.com/badges/angeo-module-llms-txt/health.svg)](https://phpackages.com/packages/angeo-module-llms-txt)
```

###  Alternatives

[lillik/magento2-price-decimal

Magento 2 Price Decimal Precision

111147.5k](/packages/lillik-magento2-price-decimal)[magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

4084.9k](/packages/magepal-magento2-customeraccountlinksmanager)[mage-os/module-llm-txt

AI-powered LLMs.txt generation for Magento 2 / Mage-OS stores. Help AI systems understand your store with OpenAI-generated content.

202.0k](/packages/mage-os-module-llm-txt)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
