| 开发者 | ravikhadka |
|---|---|
| 更新时间 | 2026年8月11日 08:32 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/llms.txt and optional /llms-full.txt endpoints for AI crawlers, large language models, AI search tools, and answer engine optimization workflows.
The plugin works locally with your WordPress content. It does not require an external API, does not send your content to remote services, and does not include tracking.
Features
/llms.txt from public posts, pages, products, and public custom post types./llms-full.txt with fuller cleaned Markdown-style content for large language models.website-llms-txt-and-llms-full-txt-generator folder to /wp-content/plugins/.llms.txt is a text file that helps AI crawlers and large language models discover important public content on a website. This plugin generates the file from selected public WordPress content.
llms-full.txt is an optional expanded file with fuller cleaned content for AI systems that request more context than the main llms.txt file.
llms.txt is a concise discovery file with key URLs and metadata. llms-full.txt can include longer cleaned content for crawlers or LLM tools that want additional context.
Yes. It works as an LLMs.txt generator for WordPress by building /llms.txt from public posts, pages, products, and selected public custom post types.
Yes. You can enable the optional /llms-full.txt endpoint from the plugin settings. It is disabled or enabled by the site administrator.
The main file is served at /llms.txt. When enabled, the full file is served at /llms-full.txt.
No. The plugin serves generated text dynamically through WordPress rewrite rules and caches the generated output in WordPress options.
No. Website LLMs.txt and LLMs-Full.txt Generator generates files locally from public WordPress content and does not make remote API calls by default.
No. The plugin does not require an API key because it does not depend on an external AI service or SaaS platform.
No. The plugin does not collect analytics, track users, or send site content to third-party services by default.
The plugin can make selected public content easier for AI crawlers and LLM-based discovery tools to read. It does not guarantee AI rankings, citations, indexing, or traffic.
No. robots.txt gives crawler access instructions. llms.txt is intended to provide a clean, structured discovery file for AI crawlers and large language models.
No. An XML sitemap is mainly for search engines. llms.txt and llms-full.txt are plain text AI discovery files that can include selected URLs, descriptions, metadata, and cleaned content.
No. This plugin does not replace Yoast SEO, Rank Math, All in One SEO, SEOPress, or other SEO plugins. It can use available metadata when present and falls back to excerpts, content, and the site tagline.
No. If supported SEO metadata exists, the plugin can use it. Otherwise it falls back to excerpts, cleaned content, and your site tagline.
Yes, when detectable. The plugin can skip noindex content from supported SEO metadata unless you choose to include noindex content in the settings.
Only published, public, non-password-protected content from selected public post types is included. Drafts, private posts, scheduled posts, trashed posts, and password-protected posts are excluded.
Yes. You can choose public post types such as posts, pages, products, and public custom post types from the settings screen.
Yes. If WooCommerce products are public and selected as a content source, the plugin can include published product URLs like other public post types.
Yes. The settings screen includes a searchable multi-select field for excluding specific posts and pages, plus a field for additional URLs or IDs.
Yes. You can set the maximum number of items per post type and configure the content length limit for llms-full.txt.
You can choose manual generation, automatic regeneration on content changes, daily scheduled regeneration, or weekly scheduled regeneration.
The generated output is cached in WordPress options and served as plain text. The plugin avoids rebuilding the file on every front-end request.
The plugin outputs clean plain text with URLs, titles, optional descriptions, modified dates, authors, taxonomy terms, and optional fuller cleaned content in llms-full.txt.
Yes. The admin screen includes a preview area, validation checks, copy action, and links to view the generated endpoints.
Yes. The tools section lets administrators export and import plugin settings as JSON.
No. The plugin is designed to include only public published content and exclude private, draft, trashed, scheduled, and password-protected content.
Yes. User-facing strings are prepared for translation with the website-llms-txt-and-llms-full-txt-generator text domain.