taurus-media/module-ai-seo

Magento 2 AI SEO Module

Maintainers

Package info

github.com/taurus-media/module-ai-seo

Type:magento2-module

pkg:composer/taurus-media/module-ai-seo

Transparency log

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2026-07-21 10:46 UTC

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, and agents.md files.
  • 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

  1. Log in to the Magento Admin Panel.
  2. Navigate to Stores > Settings > Configuration.
  3. In the left sidebar, go to Taurus > AI SEO.
  4. 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.txt
  • your-store-url/llms-full.txt
  • your-store-url/agents.md

License

MIT