Linux 软件免费装
Banner图

MW LLMS Index

开发者 mohamedwazery
更新时间 2025年12月8日 10:52
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

seo sitemap ai index llms-txt content-index

下载

1.0.0

详情介绍:

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: Technical Features: 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:
  1. The plugin scans all published posts and pages on your WordPress site
  2. Extracts titles, URLs, and descriptions (from SEO plugins when available)
  3. Generates two files:
  4. llms.txt - Human-readable plain text format
  5. llms.json - Machine-readable JSON format for programmatic access
  6. Files are automatically updated based on your chosen schedule
Use Cases: Useful Links:

安装:

Automatic Installation:
  1. Log in to your WordPress admin panel
  2. Go to Plugins → Add New
  3. Search for "MW LLMS Index"
  4. Click "Install Now" then "Activate"
Manual Installation:
  1. Download the plugin zip file
  2. Upload the mw-llms-index folder to /wp-content/plugins/
  3. Activate the plugin through the 'Plugins' menu in WordPress
After Activation:
  1. Go to Settings → MW LLMS Index
  2. Choose your preferred schedule (Daily/Weekly/Manual)
  3. Click "Save Settings & Regenerate Now"
  4. Verify files at: wp-content/uploads/mw-llm-index/llms.txt
The plugin will automatically create llms.txt and llms.json files inside wp-content/uploads/mw-llm-index/.

屏幕截图:

  • Example of generated llms.txt file with post titles and URLs
  • JSON index structure showing metadata and content organization

升级注意事项:

1.0.0 First release! Generate AI-ready index files, integrate with SEO plugins, schedule automatic updates, and track AI bot visits. Install now to make your content AI-discoverable.

常见问题:

What files does this plugin create?

The plugin creates two files inside the uploads directory (wp-content/uploads/mw-llm-index/):

  • llms.txt - Plain text index of your content
  • llms.json - Structured JSON index for programmatic access

Where are the files located?

Both files are created inside the uploads directory (the same location WordPress uses for media uploads), under wp-content/uploads/mw-llm-index/.

How can I view the generated files?

You can access the files directly via URLs:

Can I customize which posts are included?

Currently, the plugin includes all published posts and pages. Future versions may include filtering options.

Does this work with custom post types?

Currently, the plugin includes standard posts and pages. Support for custom post types may be added in future versions.

How often are the files updated?

You can choose from:

  • Daily - Files are regenerated once per day
  • Weekly - Files are regenerated once per week
  • Manual - Files are only regenerated when you click the button

What SEO plugins are supported?

The plugin integrates with:

  • Rank Math
  • Yoast SEO
  • All in One SEO (AIOSEO) If no SEO plugin is detected, it falls back to using post excerpts.

Can I access the index via API?

Yes! The plugin provides a REST API endpoint at /wp-json/mw-llms/v1/index that returns the JSON index data.

What is AI bot logging?

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.

Will this affect my site's performance?

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.

What happens when I uninstall the plugin?

All generated files (llms.txt, llms.json, and bot log files) are automatically deleted, along with all plugin settings.

更新日志:

1.0.0