Beskrivning
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.txtfor manual upload. - Get clear admin notices confirming success or failure.
Author
Installation
From a ZIP
- Download the plugin ZIP (or create one from the plugin folder).
- In your WordPress admin, go to Plugins Add New Upload Plugin.
- Choose the ZIP, click Install Now, then Activate.
Manual (FTP/SFTP)
- Copy the plugin folder into
/wp-content/plugins/. - In Plugins, activate Kandeshop LLMS.txt Generator.
Vanliga frågor
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.txtafter updates.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Kandeshop LLMS.txt Generator” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Kandeshop LLMS.txt Generator” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
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.