CultDevOps LLMS Generator : Seo for AI

Descripción

CultDevOps LLMS Generator is a powerful WordPress plugin that allows you to export your website content in the llms.txt format, specifically designed for Large Language Models and AI systems. The plugin follows the official llms.txt specification from https://llmstxt.org/.

🚀 Features

  • Flexible Post Type Selection: Choose which post types (posts, pages, custom post types) to include in your export
  • Category Filtering: Include or exclude content from specific categories
  • Content Limits: Export 10, 50, 100, 500, or unlimited content items
  • Character Limit Control: Set custom character limits for content excerpts (100-5000 characters)
  • Auto-Regeneration Options:
    • Auto-regenerate on post save
    • Auto-regenerate when post status changes
    • Auto-regenerate when posts are edited
  • Additional Content Options:
    • Include featured images
    • Include meta descriptions
    • Exclude password-protected content
  • Preview Feature: Preview the generated content before creating the file
  • User-Friendly Interface: Intuitive and easy-to-use admin panel in the WordPress left menu
  • AJAX Support: Generate files and preview content without page reloads
  • LLMS.txt Specification Compliant: Follows the official format with proper markdown structure

📖 What is LLMS.txt?

LLMS.txt is a file format specifically designed for Large Language Models to better understand and process your website content. It follows a structured markdown format that makes it easy for AI systems to parse and understand your content hierarchy and relationships.

The format includes:
– H1 header with site/project name
– Optional blockquote summary
– Organized sections with H2 headers
– Markdown lists with hyperlinks
– Clean, stripped text content optimized for AI processing

🎯 Use Cases

  • AI Training: Train AI models with your website content
  • Content Analysis: AI-powered analysis of your site content
  • Data Science: Prepare content for data science projects
  • Research: Provide data for academic and commercial research projects
  • LLM Context: Help language models understand your website’s content structure

⚙️ Technical Features

  • WordPress 5.0+ compatibility
  • PHP 7.4+ support
  • Secure AJAX operations with nonce verification
  • Responsive admin interface
  • Multi-language ready
  • Full compliance with WordPress standards
  • Character limit enforcement for optimal AI processing
  • Automatic HTML tag stripping for clean text output

Support

For support, please use the following channels:

Privacy Policy

This plugin processes your website content but does not send any data to external servers. All operations are performed on your server, and the generated llms.txt file is stored in your website’s root directory. No personal data is collected or transmitted.

Credits

  • Developer: CultDevOps Team
  • Icons: WordPress Dashicons
  • Testing: WordPress 5.0 – 6.4 versions
  • Specification: Based on https://llmstxt.org/

This plugin is open source and distributed under the GPL v2 license.

Instalación

Automatic Installation

  1. Go to ‘Plugins’ > ‘Add New’ in your WordPress admin panel
  2. Search for ‘CultDevOps LLMS Generator’
  3. Find the plugin and click ‘Install Now’
  4. After installation is complete, click ‘Activate’

Manual Installation

  1. Download the plugin zip file to your computer
  2. Go to ‘Plugins’ > ‘Add New’ > ‘Upload Plugin’ in your WordPress admin panel
  3. Click ‘Choose File’ and select the downloaded zip file
  4. Click ‘Install Now’
  5. After installation is complete, click ‘Activate’

FTP Manual Installation

  1. Upload the plugin files to the /wp-content/plugins/cultdevops-llms-generator directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Preguntas frecuentes

How do I generate an llms.txt file?

  1. Go to ‘LLMS Generator’ in your WordPress admin menu
  2. Select the post types and categories you want to include
  3. Set your content and character limits
  4. Click ‘Generate LLMS.txt’
  5. The file will be created as llms.txt in your website’s root directory

Which post types are supported?

The plugin supports all public post types defined on your site, including posts, pages, and custom post types.

How does the character limit work?

The character limit controls the maximum length of each content excerpt in the llms.txt file. You can set it between 100-5000 characters. Content longer than this limit will be truncated with “…” at the end.

What is auto-regeneration?

Auto-regeneration automatically updates your llms.txt file when:
– You save posts (if enabled)
– Post status changes (publish/unpublish)
– Posts are edited

This ensures your llms.txt file stays up-to-date with your content.

Is the file secure?

Yes, the plugin follows WordPress security standards with proper nonce verification and capability checks. All operations are performed on your server, and the generated llms.txt file is stored in your website’s root directory.

Does it support multiple languages?

The plugin is translation-ready and currently supports English. Additional language support can be added through WordPress translation files.

What happens to HTML content?

All HTML tags are automatically stripped using WordPress’s wp_strip_all_tags() function, ensuring clean text output suitable for AI processing.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Registro de cambios

1.0.0

  • Initial release
  • Post type selection feature
  • Category filtering feature
  • Content limit options (10, 50, 100, 500, unlimited)
  • Character limit control for excerpts (100-5000)
  • Auto-regeneration triggers (save, status change, edit)
  • Preview functionality
  • AJAX-powered file generation
  • Featured image inclusion option
  • Meta description inclusion option
  • Password-protected content exclusion option
  • Responsive admin interface
  • LLMS.txt specification compliance
  • Left admin menu integration
  • WordPress 6.4 compatibility
  • Clean text output with HTML tag stripping