taurus-media / module-ai-seo
Magento 2 AI SEO Module
Package info
github.com/taurus-media/module-ai-seo
Type:magento2-module
pkg:composer/taurus-media/module-ai-seo
1.1.0
2026-07-21 10:46 UTC
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- magento/framework: *
- magento/module-config: *
This package is auto-updated.
Last update: 2026-07-21 10:47:07 UTC
README
Description
This module provides AI-driven SEO capabilities for Magento 2.
Installation
composer require taurus-media/module-ai-seo bin/magento setup:upgrade
Features
- Dynamic serving of
llms.txt,llms-full.txt, andagents.mdfiles. - Dedicated Admin configuration for easy AI context management.
- SEO-friendly URL routing for AI agent discovery.
- Customizable content for LLM instructions and agent guidelines.
Usage
Admin Configuration
- Log in to the Magento Admin Panel.
- Navigate to Stores > Settings > Configuration.
- In the left sidebar, go to Taurus > AI SEO.
- Here you can configure the content for the following files:
- llms.txt: General AI instructions and context.
- llms-full.txt: Comprehensive AI context.
- agents.md: Specific instructions for AI agents.
Accessing the Files
Once configured, these files are automatically served at the following URLs on your storefront:
your-store-url/llms.txtyour-store-url/llms-full.txtyour-store-url/agents.md
License
MIT