Linux 软件免费装
Banner图

WebDigit LLMs Index Suite

开发者 webdigit
更新时间 2025年9月12日 15:23
PHP版本: 8.1 及以上
WordPress版本: 6.8.2
版权: GPLv2 or later
版权网址: 版权信息

标签

sitemap geo json-ld llms.txt ai-seo

下载

0.2.29

详情介绍:

WebDigit LLMs Index Suite makes your WordPress site GEO / AI-SEO ready by publishing compact, machine-readable indexes for AI agents. Key features
This plugin does not modify your existing robots.txt or sitemaps and does not call external APIs.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ (or clone it there).
  2. Activate LLMs.txt Suite from Plugins.
  3. Go to Settings → LLMs.txt Suite and click Generate now.
  4. Verify public URLs:
  5. https://example.com/llms.txt
  6. https://example.com/llms/llms-full.txt
  7. https://example.com/llms/llms.json
  8. https://example.com/llms/images.md
  9. https://example.com/llms/images.jsonld

常见问题:

Where are files stored?

In /wp-content/uploads/llms/. Public routes expose them at /llms.txt (root) and /llms/* (virtual directory).

Does this plugin change robots.txt or XML sitemaps?

No. It only reads public content and writes its own helper files. Your SEO stack remains unchanged.

How do I include or exclude content?

In Settings:

  • Select post types to include.
  • Add exclude URL patterns (one per line, e.g. /tag/, /author/).
  • For images, pick MIME types and optionally exclude folders (e.g. /cache/, /tmp/).

What about image licenses?

Set the License meta key (default license). If present on an attachment, it will be surfaced in images.md and images.jsonld.

Can I trigger generation via CLI or schedule it?

Yes. Cron runs automatically every 6 hours. WP-CLI: wp llms-suite regenerate [--only=index|images|all] [--force]

Does it work on Multisite?

Network install is supported; generation runs per site. (A network “super-index” is planned for a future version.)

Does it phone home or collect data?

No telemetry and no external requests. All processing happens locally.

更新日志:

0.1.0 MVP: llms.txt, llms-full.txt, llms.json, images.md, images.jsonld Public URLs (/llms.txt, /llms/*), REST (ETag), cron (6h), WP-CLI Options (include/exclude), developer hooks