DY LLMs.txt Tool

Descripción

DY LLMs.txt Tool allows you to take control of how AI crawlers (ChatGPT, Claude, Perplexity, Google-Extended) verify and index your content. Improve your AEO (Answer Engine Optimization) by generating a structured, machine-readable llms.txt file automatically.

Unlike a standard robots.txt which blocks bots, llms.txt creates a semantic map of your site, helping Large Language Models (LLMs) understand your content context better and reducing hallucinations.

🚀 Key Features

  • 📈 AEO Ready: Prepare your website for the future of AI Search.
  • 🛍️ WooCommerce Support: Automatically include Product categories and essential shop pages.
  • 🧩 Perfect Integration: Fully compatible with Yoast SEO, Rank Math, and All in One SEO. It respects your noindex settings automatically.
  • 🌍 Multilingual Ready: Seamless integration with WPML and Polylang. Generates separate endpoints for each language.
  • 🛡️ Privacy First: Built-in PII Scrubber to mask emails and phone numbers from AI bots.
  • 🤖 Bot Tracker: Monitor which AI agents (GPTBot, ClaudeBot, etc.) are accessing your file.
  • ⚡ Performance: Offers both Dynamic (on-the-fly) and Static (Cached) generation modes for high-traffic sites.

💡 Why do you need this?

AI Search Engines don’t browse websites like humans. They need structured text data. This plugin bridges the gap between your WordPress content and AI models, ensuring your brand is represented correctly in AI-generated answers.
Key features:

  • Entity Clustering: Group content by taxonomy (categories/tags) to create a structured index.
  • Bot Tracking: Track and report visits from popular AI user agents.
  • Smart Exclusion: Exclude content manually, by ID, or automatically when marked as noindex by SEO plugins.
  • Dynamic or Static generation: Generate on-the-fly or write a cached static file for performance.
  • Privacy controls: Optional masking of emails and phone numbers.
  • Multilingual support: Works with popular multilingual plugins and can generate separate indexes per language.

Capturas

  • Dashboard
  • Configuration settings
  • Exclusions manager

Instalación

  1. Upload the plugin folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to LLMs.txt Tool in the WordPress admin menu.
  4. Configure the content types and settings, then save.
  5. Visit /llms.txt on your site.

Preguntas frecuentes

What is llms.txt?

It acts as a «resume» for AI robots, providing a clean text version of your content for better Answer Engine Optimization (AEO).

Is it compatible with SEO plugins?

Yes, it fully respects «noindex» settings from Yoast, Rank Math, and others.

Does it work with WooCommerce?

Yes, you can enable Products in the settings to help AI shopping assistants find your items.

Will it slow down my site?

No, the file is lightweight and cached. It adds zero load to your frontend.

Reseñas

25 de enero de 2026
Most plugins try to do too much and end up slowing down the site. I just needed a reliable way to implement the llms.txt standard to assist AI crawlers, and this plugin nails it. It does exactly one thing and does it perfectly. Setup took about 30 seconds. If you care about technical SEO and future-proofing your content for AI models, just install it. Highly recommended.
Leer la 1 reseña

Colaboradores y desarrolladores

«DY LLMs.txt Tool» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «DY LLMs.txt Tool» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

5.9

  • Feature: Added Site-Wide AI Bot Tracking to monitor AI crawlers across all pages and posts, not just /llms.txt.
  • Dashboard: Added Top Targeted URLs analytics panel to visualize where bots are crawling most frequently.
  • Performance: Implemented high-performance background log cleanup routine to maintain database health.
  • Major UI/UX Overhaul: 2026-standard dark theme with glassmorphism support.
  • Performance: CSS & JS fully rewritten directly avoiding heavy libraries where possible.
  • Interactivity: Added smooth SVG animations, counting shimmer numbers, and customized toggles.
  • Bot Chart: Updated bot analytics to include visual progressive updates.
  • Refinement: Eliminated dependency on external style dependencies and removed external WordPress nags on settings page.

5.8

  • Critical Fix: Bot visit logging now runs BEFORE rate limit and allowed_bots checks — previously blocked visits were silently dropped and never recorded.
  • Fix: Log table auto-recovery — if the log table is missing, the plugin detects and recreates it automatically (lightweight, no flush_rewrite_rules on frontend).
  • Fix: Table existence check uses a static flag to avoid redundant SHOW TABLES queries on repeated requests.
  • Fix: Replaced esc_html()/esc_html__() with plain __() in llms.txt output — text/plain content no longer contains HTML entities like & in site names or taxonomy labels.
  • Fix: Replaced esc_url() with esc_url_raw() for permalink output — URLs with query parameters no longer get & encoding in text/plain output.
  • Fix: Blacklist matching in skip() now uses slug segment matching instead of substring — «cookie-recipes» or «about-ai» posts are no longer falsely excluded.
  • Fix: «Other Bots» entry removed from Allowed Bots settings UI — previously selecting it would match any UA containing the word «Other».
  • Performance: item() no longer calls get_option() per post — options are passed from the build() loop, eliminating redundant calls.
  • Fix: Broadened crawler detection filter to also match UA strings containing «spider», «crawl», «slurp», «fetch», and «archiv» keywords, not just «bot».
  • Enhancement: Expanded bot dictionary with OAI-SearchBot (OpenAI Search), GoogleOther (Google AI), Bytespider (ByteDance/TikTok), Amazonbot, meta-externalagent (Meta AI), YouBot (You.com), and cohere-ai.
  • Fix: Google-Extended entry retained for robots.txt token matching; added GoogleOther for actual Google AI crawler UA detection.

5.7

  • Security: Fixed path traversal vulnerability in static file generation with multilingual plugins.
  • Security: Fixed potential XSS in admin panel JavaScript (innerHTML replaced with safe DOM methods).
  • Security: Hardened singleton pattern against unserialization attacks.
  • Security: Admin notice message parameter now sanitized with sanitize_key() to prevent unexpected input.
  • Fix: Activation hook now fires correctly on first plugin install.
  • Fix: Eliminated duplicate rewrite rule registration for multilingual sites.
  • Fix: Added safety checks for Polylang functions to prevent fatal errors during activation.
  • Fix: Settings changes no longer trigger unnecessary cache clears on unrelated admin pages.
  • Fix: Removed redundant flush_rewrite_rules calls on settings save for better performance.
  • Fix: Output escaping applied at the correct point for excluded IDs field.
  • Fix: SQL queries now use esc_sql for table name references.
  • Fix: Rate Limit input now correctly accepts 0 (unlimited) to match its description label.
  • Cleanup: Removed unused get_excluded_posts() method (dead code).
  • Cleanup: Removed unimplemented smart_linking option from settings UI and storage.
  • Fix: Cache invalidation on post change now skips autosaves and revisions for better performance.
  • Fix: Manual cache clear button now also clears multilingual transient caches.
  • Fix: Sanitized language code from query var in render_file() to prevent unexpected input.
  • Fix: Description truncation ellipsis now correctly matches the configured character limit per mode.
  • Cleanup: Removed unused database query (50-row log fetch) from admin UI for better performance.
  • Cleanup: Uninstall now properly drops the bot log database table to leave no orphan data.
  • UI: Added Exclusions management tab — now lists all individually excluded posts and allows restoring them to the index.
  • UI: Added Bulk Exclude by ID form in the Exclusions tab for managing exclusions without opening each post.
  • UI: Added character limit (maxlength=1000) and guidance text to intro and system prompt fields.
  • Enhancement: Exclusions tab activates the existing AJAX toggle and bulk-exclude functionality that was previously inaccessible.

5.6

  • Maintenance: Refreshed plugin metadata to improve update delivery reliability (helps prevent “Ghost Update”).
  • Docs: Completed upgrade notices for a clean version chain.

5.5

  • Enhancement: Optimized Rate Limiter with Fixed Window logic for better accuracy.
  • Improvement: Removed HTML entities from plain text output for cleaner AI consumption.
  • Maintenance: Code audit and cleanup.

5.4

  • Maintenance Release: Fixed repository versioning and deployment logic.

5.3

  • Improvement: Enhanced update logic to automatically clear content caches and refresh plugin data.
  • Stability: Added robust transient cleanup for multilingual sites during updates.

5.2

Fix: Resolved ‘load_textdomain_just_in_time’ notice. Please update immediately.

5.1

  • Hotfix: Fixed fatal error caused by calling rewrite rules too early (moved to init hook).

5.0

  • Major Release: Architecture overhaul for maximum stability. Moved initialization to plugins_loaded hook.

4.9

  • Hotfix: Added defensive coding to prevent activation crashes and added uninstall.php for data cleanup.

4.8

  • Hotfix: Resolved fatal error in settings page, improved exclusion logic reliability.

4.7

  • Bug Fix: Fixed an issue where excluded IDs were reset when saving settings.

4.6

  • Critical SEO update: Fixed HTML entities, cleaned whitespace in links, and removed noisy utility pages (KVKK, Contact, etc.).

4.5

  • Major update: Improved llms.txt signal-to-noise ratio, fixed HTML entities, cleaned up whitespace, and added smart exclusion for legal/utility pages.

4.4

  • Major Refactor: Renamed main file and updated all prefixes for WordPress Repository compliance.
  • Security: Implemented strict nonce sanitization and verification.
  • Assets: Switched to local Chart.js library instead of CDN.
  • Improved standardization of headers and text domains.

4.1

  • Deep logic audit and performance optimization.
  • Improved transient caching logic for dynamic content.
  • Enhanced content cleaning and entity mode stability.
  • Metadata updates.

4.0

  • Major Update: Switched to native WordPress Dashicon for better compatibility.
  • Removed legacy CSS hacks for menu icons.
  • UI stability improvements.

3.5

  • Added custom branding assets, improved UI, and compliance updates.

3.2

  • Internationalization support added.