
內容簡介
**MW LLMS Index WordPress 外掛總結:**
MW LLMS Index 是一個 WordPress 外掛,能夠自動生成 AI 友好的索引檔案,將 llms.txt(純文本)和 llms.json(結構化 JSON)檔案創建在 wp-content/uploads/mw-llm-index/ 內,方便 AI 系統發現和理解您的內容。
**問題與答案:**
1. MW LLMS Index 外掛的關鍵特點有哪些?
- 自動索引生成: 自動生成帶有所有發布的文章和頁面的 llms.txt 和 llms.json 檔案
- SEO 外掛整合: 與流行的 SEO 外掛(Rank Math、Yoast SEO、All in One SEO)無縫集成,使用元描述
- 彈性排程: 使用 WP Cron 選擇每天、每週或手動重新生成排程
- AI 機器人日誌記錄: 選擇性記錄 AI 機器人的訪問(GPTBot、ClaudeBot、PerplexityBot),以追蹤 AI 系統訪問您的站點
- REST API 存取: 通過 WordPress REST API 以程序化方式訪問索引數據
- 自動生成: 在啟動時自動創建檔案,如果不存在
- 清除卸載: 在卸載時刪除所有生成的檔案和設置
2. MW LLMS Index 外掛的技術特點有哪些?
- ✔ WP Cron 整合: 使用 WordPress 內建的定時更新系統進行排程更新
- ✔ 編輯器兼容性: 與 Gutenberg 和 Classic Editor 都能無縫配合
- ✔ 零前端資產: 前端不加載 JavaScript 或 CSS 檔案 - 輕量且快速
- ✔ WordPress 標準: 遵循 WordPress 的編碼標準和最佳實踐
- ✔ 多站點相容: 可在單站點和多站點安裝上運作
3. llms.txt 是什麼?
- llms.txt 檔案是一種標準化格式,用於向 AI 系統提供網站內容的結構化索引。它有助於像 ChatGPT、Claude 和 Perplexity 這樣的 AI 模型了解您網站上可用的內容以及如何訪問它。
4. MW LLMS Index 外掛如何運作?
- 外掛掃描您 WordPress 網站上的所有已發佈文章和頁面
- 提取標題、URL 和描述(如果有 SEO 外掛則一併提取)
- 生成兩個檔案:
- llms.txt - 人可讀的純文本格式
- llms.json - 機器可讀的 JSON 格式。
外掛標籤
開發者團隊
原文外掛簡介
MW LLMS Index is a WordPress plugin that automatically generates AI-friendly index files for your website. It creates 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:
Automatic Index Generation: Automatically generates llms.txt and llms.json files with all your published posts and pages
SEO Plugin Integration: Seamlessly integrates with popular SEO plugins (Rank Math, Yoast SEO, All in One SEO) to use meta descriptions
Flexible Scheduling: Choose from daily, weekly, or manual regeneration schedules using WP Cron
AI Bot Logging: Optional logging of AI bot visits (GPTBot, ClaudeBot, PerplexityBot) to track when AI systems access your site
REST API Access: Access your index data programmatically via WordPress REST API
Auto-Generation: Automatically creates files on activation if they don’t exist
Clean Uninstall: Removes all generated files and settings when uninstalled
Technical Features:
✔ WP Cron Integration: Uses WordPress built-in cron system for scheduled updates
✔ Editor Compatibility: Works seamlessly with both Gutenberg and Classic Editor
✔ Zero Frontend Assets: No JavaScript or CSS files loaded on the frontend – lightweight and fast
✔ WordPress Standards: Follows WordPress coding standards and best practices
✔ Multisite Compatible: Works on single-site and multisite installations
What is llms.txt?
The llms.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:
The plugin scans all published posts and pages on your WordPress site
Extracts titles, URLs, and descriptions (from SEO plugins when available)
Generates two files:
llms.txt – Human-readable plain text format
llms.json – Machine-readable JSON format for programmatic access
Files are automatically updated based on your chosen schedule
Use Cases:
Help AI systems discover and index your content
Improve AI model understanding of your website structure
Provide structured content metadata for AI training
Track when AI bots visit your site
Export your content index for external use
Useful Links:
Documentation
Report Issues
GitHub Repository
External Services
This plugin does NOT connect to any external services or APIs. All data is:
* Generated locally on your WordPress server
* Stored in your uploads directory
* Accessible only through your own domain
* Not transmitted to third parties
The plugin is completely self-contained and operates entirely within your WordPress installation.
Support
For support, feature requests, or bug reports, please visit:
* GitHub Issues
* WordPress.org Support Forum
Credits
Developed by Mohamed Khalil Wazery
Website: https://wazery.net
Privacy
This plugin:
* Does not collect any user data
* Does not send data to external servers
* Only generates files locally on your WordPress installation
* Optionally logs AI bot visits locally (can be disabled)
* Does not use cookies
* Does not track users
The generated llms.txt and llms.json files are publicly accessible (located in wp-content/uploads/mw-llm-index/) and contain information about your published content, similar to what would be available in your sitemap.
Security Notes
Important Security Information:
This plugin does not expose private data and only outputs publicly available content, similar to a sitemap. The generated files contain:
* Only published posts and pages (same visibility as your public website)
* Titles, URLs, and meta descriptions (already publicly accessible)
* No private user information
* No sensitive data or credentials
The files are placed in wp-content/uploads/mw-llms-index/ and are publicly accessible, but they only contain information that is already available on your public website. If you have concerns about specific content being indexed, ensure those posts/pages are set to private or draft status.
