Title: LLM Friendly
Author: Pavel Sherer
Published: <strong>2026 年 1 月 16 日</strong>
Last modified: 2026 年 1 月 16 日

---

搜索插件

![](https://ps.w.org/llm-friendly/assets/banner-772x250.png?rev=3441210)

![](https://ps.w.org/llm-friendly/assets/icon.svg?rev=3441210)

# LLM Friendly

 作者：[Pavel Sherer](https://profiles.wordpress.org/skreep/)

[下载](https://downloads.wordpress.org/plugin/llm-friendly.0.1.0.zip)

 * [详情](https://cn.wordpress.org/plugins/llm-friendly/#description)
 * [评价](https://cn.wordpress.org/plugins/llm-friendly/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/llm-friendly/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/llm-friendly/#developers)

 [支持](https://wordpress.org/support/plugin/llm-friendly/)

## 描述

LLM Friendly adds two capabilities to your WordPress site:

1) /llms.txt
 An LLM-friendly index of the website with main links and a list of
latest items per post type. You can exclude individual entries from the feed via
Settings  LLM Friendly  llms.txt  “Excluded items”.

2) Markdown exports
 For selected post types, the plugin exposes .md endpoints under:{
base}/{post_type}/{path}.md Entries can override their Markdown body via the “Markdown
override” sidebar panel (or Classic Editor metabox) and can also be excluded from
export through the same settings page.

This is useful for LLMs, indexing bots, and users who prefer plain text.
 You can
opt in to excerpts in llms.txt via `llms_show_excerpt`, and you can send `X-Robots-
Tag: noindex, nofollow` for Markdown exports via `md_send_noindex` if you want Markdown-
only consumers without search engine indexing. If the automatic Markdown conversion
does not fit a post, use the “Markdown override” sidebar panel (Gutenberg) or the
Classic Editor metabox to provide a custom Markdown or block-based replacement.

#### Key features

 * llms.txt endpoint with cached generation, optional excerpts, a configurable custom
   Markdown block, and a per-post exclusion list.
 * Markdown exports for selected post types with Gutenberg-to-Markdown conversion,
   per-post Markdown overrides (sidebar panel/metabox), and a per-post exclusion
   list shared with llms.txt.
 * Configurable base path for exports (e.g. “llm”) and per-post-type enable/disable
   toggles; changing the base path requires flushing rewrites.
 * Manual or automatic regeneration of the cached llms.txt with ETag/Last-Modified
   headers.
 * Optional X-Robots-Tag: noindex, nofollow for both /llms.txt and Markdown exports;
   the Markdown header is controlled by `md_send_noindex`.
 * Toggle excerpts in llms.txt via `llms_show_excerpt` to add one-line summaries
   under each item.
 * Optional site title/description overrides plus a sitemap URL field for the generated
   llms.txt.

#### Requirements

 * WordPress 6.0+
 * PHP 7.4+

If requirements are not met, the plugin displays an admin notice and does not run.

## 屏幕截图

[⌊Settings page (General)⌉⌊Settings page (General)⌉[

Settings page (General)

[⌊Settings page (llms.txt, Site Meta overrides, Maintenance)⌉⌊Settings page (llms.
txt, Site Meta overrides, Maintenance)⌉[

Settings page (llms.txt, Site Meta overrides, Maintenance)

## 安装

 1. Upload the plugin to the /wp-content/plugins/ directory, or install it through 
    the WordPress plugins screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to Settings  LLM Friendly.
 4. Enable llms.txt and/or Markdown exports, choose post types, configure base path(
    optional).
 5. Save changes.
 6. If you changed the base path or endpoints, re-save Permalinks if your server has
    custom rewrite rules.

## 常见问题

### Where is llms.txt stored?

The plugin serves llms.txt dynamically via WordPress. It is not a physical file 
on disk.

### Markdown exports return 404. Why?

Most often this is a rewrite or web-server routing issue. If you run Nginx in front
of Apache, make sure .md requests are routed to WordPress (not handled as static
files).
 When you change the base path, flush permalinks and confirm that `.md` 
and `/llms.txt` are not short-circuited by static file rules.

### How do I keep Markdown out of search results?

Enable the “Send X-Robots-Tag: noindex, nofollow for Markdown” option (stored as`
md_send_noindex`) to emit the header on all Markdown responses.

### Can I ship a custom Markdown body or exclude a single item?

Yes. Open the post in Gutenberg and use the “Markdown override” sidebar panel; Classic
Editor users get a “Markdown override (LLM Friendly)” metabox. The override accepts
plain Markdown or block markup. If you want to hide a specific entry from llms.txt
and Markdown exports, go to Settings  LLM Friendly  llms.txt  “Excluded items”, 
search by title, and add it to the exclusion list.

## 评价

此插件暂无评价。

## 贡献者及开发者

「LLM Friendly」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Pavel Sherer ](https://profiles.wordpress.org/skreep/)

「LLM Friendly」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/llm-friendly/contributors)
为本插件所做的贡献。

[帮助将「LLM Friendly」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/llm-friendly)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/llm-friendly/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/llm-friendly/)，或通过[RSS](https://plugins.trac.wordpress.org/log/llm-friendly/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/llm-friendly/)。

## 额外信息

 *  版本 **0.1.0**
 *  最后更新：**5 月前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/llm-friendly/) 和 [Russian](https://ru.wordpress.org/plugins/llm-friendly/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/llm-friendly)
 * 标签
 * [AI](https://cn.wordpress.org/plugins/tags/ai/)[export](https://cn.wordpress.org/plugins/tags/export/)
   [LLM](https://cn.wordpress.org/plugins/tags/llm/)[llms.txt](https://cn.wordpress.org/plugins/tags/llms-txt/)
   [markdown](https://cn.wordpress.org/plugins/tags/markdown/)
 *  [高级视图](https://cn.wordpress.org/plugins/llm-friendly/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/llm-friendly/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/llm-friendly/reviews/)

## 贡献者

 *   [ Pavel Sherer ](https://profiles.wordpress.org/skreep/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/llm-friendly/)