| 开发者 | GlobeSign |
|---|---|
| 更新时间 | 2026年7月7日 20:40 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/llms.txt — a directory of your site's content in the llms.txt format, linking to every included page/post with a short excerpt./llms-full.txt (optional) — the same, but with full content inlined in one file./index.md — a Markdown mirror of your homepage./{slug}.md/ — a Markdown mirror of every included post/page, with real headings, lists, links, bold/italic and tables preserved (not flattened plain text)./gscmm-sitemap.xml listing every mirror URL.<link rel="alternate" type="text/markdown"> tag on every live page pointing to its own mirror, so crawlers can discover it directly.Sitemap: line automatically added to robots.txt.robots.txt currently blocks known AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot, etc)./wp-content/plugins/, or install the zip via Plugins → Add New → Upload.No. Everything is served dynamically through WordPress rewrite rules, so it works even on hosts with a read-only filesystem.
No — mirrors are only generated when you save/publish content (via a loopback request) and the output is cached. Regular visitors browsing your normal pages are unaffected.