| 开发者 | mohamedwazery |
|---|---|
| 更新时间 | 2025年12月8日 10:52 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
llms.txt (plain text) and llms.json (structured JSON) files inside wp-content/uploads/mw-llm-index/, making it easy for AI systems to discover and understand your content.
Key Features:
llms.txt and llms.json files with all your published posts and pagesllms.txt file is a standardized format for providing AI systems with a structured index of your website's content. It helps AI models like ChatGPT, Claude, and Perplexity understand what content is available on your site and how to access it.
How It Works:
llms.txt - Human-readable plain text formatllms.json - Machine-readable JSON format for programmatic accessmw-llms-index folder to /wp-content/plugins/wp-content/uploads/mw-llm-index/llms.txtllms.txt and llms.json files inside wp-content/uploads/mw-llm-index/.The plugin creates two files inside the uploads directory (wp-content/uploads/mw-llm-index/):
llms.txt - Plain text index of your contentllms.json - Structured JSON index for programmatic accessBoth files are created inside the uploads directory (the same location WordPress uses for media uploads), under wp-content/uploads/mw-llm-index/.
You can access the files directly via URLs:
Currently, the plugin includes all published posts and pages. Future versions may include filtering options.
Currently, the plugin includes standard posts and pages. Support for custom post types may be added in future versions.
You can choose from:
The plugin integrates with:
Yes! The plugin provides a REST API endpoint at /wp-json/mw-llms/v1/index that returns the JSON index data.
When enabled, the plugin logs visits from AI bots (GPTBot, ClaudeBot, PerplexityBot) to a file at wp-content/uploads/mw-llm-index/mw_llms_bot_log.txt. This helps you track when AI systems access your site.
The plugin is lightweight and only runs during file generation (scheduled or manual). The logger only runs when enabled and only checks user agents, so performance impact is minimal.
All generated files (llms.txt, llms.json, and bot log files) are automatically deleted, along with all plugin settings.