Linux 软件免费装
Banner图

Kandeshop LLMS.txt Generator

开发者 Darren Kandekore
更新时间 2025年11月4日 16:27
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

SEO ai robots.txt llms llms.txt

下载

详情介绍:

Create and manage an llms.txt file from your WordPress admin to guide LLM/AI crawlers (similar to robots.txt). This plugin lets you:

安装:

From a ZIP
  1. Download the plugin ZIP (or create one from the plugin folder).
  2. In your WordPress admin, go to Plugins → Add New → Upload Plugin.
  3. Choose the ZIP, click Install Now, then Activate.
Manual (FTP/SFTP)
  1. Copy the plugin folder into /wp-content/plugins/.
  2. In Plugins, activate Kandeshop LLMS.txt Generator.

常见问题:

Can I add per-user-agent rules?

= Does this replace robots.txt? No. llms.txt targets LLM/AI crawlers specifically; robots.txt remains for search engine crawling directives. = Will AI crawlers obey this file? There’s no global standard. Many providers are beginning to honor these signals, but behavior varies by crawler and may evolve. This version writes a single block including all selected agents. If you need per-agent blocks, open a feature request. = Multisite support? Network-activated plugins work, but llms.txt is written once per server document root (shared). Manage from the main site for clarity.

Caching/CDN considerations?

If your CDN caches text files, purge or bypass caching for /llms.txt after updates.

Changelog

1.2.0

  • Added Generate Now (force write without option changes).
  • Added Download (actual or preview file).
  • Clear success/failure admin notices with file link and size.
  • Safer file writes via WP_Filesystem with fallback.
  • Sanitization improvements (no HTML escaping in file content).
  • Path handling improvements.

1.1.0

  • Initial public release of the settings UI.
  • User-agent selection, policies, and disallow rules.
  • Auto-generation on option update.