Kandeshop LLMS.txt Generator

外掛說明

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

  • Choose which AI user-agents to target (GPTBot, Google-Extended, CCBot).
  • Set high-level AI usage policies (Training, Summarization, Indexing, Attribution).
  • Add disallow rules for directories or paths.
  • Generate Now even if settings didn’t change.
  • Download the current/preview llms.txt for manual upload.
  • Get clear admin notices confirming success or failure.

Author

Darren Kandekore

安裝方式

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.

常見問題集

Network-activated plugins work, but llms.txt is written once per server document root (shared). Manage from the main site for clarity.

Can I add per-user-agent rules?

This version writes a single block including all selected agents.
If you need per-agent blocks, open a feature request.

Caching/CDN considerations?

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

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Kandeshop LLMS.txt Generator〉的開發相關工作。

參與者

將〈Kandeshop LLMS.txt Generator〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.