开发者 | webdigit |
---|---|
更新时间 | 2025年9月12日 15:23 |
PHP版本: | 8.1 及以上 |
WordPress版本: | 6.8.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
llms.txt
, llms-full.txt
, llms.json
images.md
(Markdown table) + images.jsonld
(ImageObject
)/llms.txt
(root) and /llms/*
(virtual directory)GET /wp-json/wdlis/v1/index
, GET /wp-json/wdlis/v1/images
(ETag + 304)wp llms-suite regenerate
)wdlis_index_query_args
, wdlis_index_entries
, wdlis_images_query_args
, …
Storage & exposure
/wp-content/uploads/llms/
.
/llms.txt
(root) and /llms/<file>
served via rewrite rules (no write needed at web root).
Why this matters (GEO / AI-SEO)
Generative engines and AI copilots prefer clean, structured sources. This plugin publishes a compact text index plus a first-class image inventory to help LLMs discover and summarize your content reliably.This plugin does not modify your existing robots.txt or sitemaps and does not call external APIs.
/wp-content/plugins/
(or clone it there).https://example.com/llms.txt
https://example.com/llms/llms-full.txt
https://example.com/llms/llms.json
https://example.com/llms/images.md
https://example.com/llms/images.jsonld
In /wp-content/uploads/llms/
. Public routes expose them at /llms.txt
(root) and /llms/*
(virtual directory).
No. It only reads public content and writes its own helper files. Your SEO stack remains unchanged.
In Settings:
/tag/
, /author/
)./cache/
, /tmp/
).Set the License meta key (default license
). If present on an attachment, it will be surfaced in images.md
and images.jsonld
.
Yes. Cron runs automatically every 6 hours. WP-CLI: wp llms-suite regenerate [--only=index|images|all] [--force]
Network install is supported; generation runs per site. (A network “super-index” is planned for a future version.)
No telemetry and no external requests. All processing happens locally.