Title: Llmify – AI Readable
Author: Kazuto Nakazawa
Published: <strong>2026 年 4 月 22 日</strong>
Last modified: 2026 年 4 月 22 日

---

搜索插件

![](https://ps.w.org/llmify-ai-readable/assets/banner-772x250.png?rev=3512484)

![](https://ps.w.org/llmify-ai-readable/assets/icon-256x256.png?rev=3512382)

# Llmify – AI Readable

 作者：[Kazuto Nakazawa](https://profiles.wordpress.org/djkatman/)

[下载](https://downloads.wordpress.org/plugin/llmify-ai-readable.1.0.0.zip)

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

 [支持](https://wordpress.org/support/plugin/llmify-ai-readable/)

## 描述

**Llmify – AI Readable** automatically makes your WordPress content accessible to
AI systems like ChatGPT, Claude, Perplexity, and Gemini.

Just install and activate. That’s it.

#### What this plugin does

 * **llms.txt** — Generates a standard llms.txt file that introduces your entire
   site to AI systems. Based on the [llmstxt.org](https://llmstxt.org) specification.
 * **Markdown delivery** — Serves each post and page in clean Markdown format that
   AI can easily read and understand.
 * **AI crawler access** — Automatically adds permissions for major AI crawlers (
   GPTBot, ClaudeBot, PerplexityBot, Google-Extended) to your robots.txt.

#### Who is this for?

Anyone who runs a WordPress site and wants their content to be discovered and understood
by AI search engines. No technical knowledge required.

#### Endpoints added

 * `https://yoursite.com/wp-json/llmify/v1/llms.txt` — AI site overview
 * `https://yoursite.com/wp-json/llmify/v1/md/{slug}` — Per-post Markdown

#### Why does this matter?

Search is changing. Tools like ChatGPT, Perplexity, and Claude are now how people
find and discover information online. Llmify helps ensure your content is included
in AI-generated answers.

#### Privacy

This plugin does not collect any data, make any external requests, or connect to
third-party services. All content served is already publicly available on your site.

## 屏幕截图

[⌊Settings page — turn each feature on or off with a single checkbox.⌉⌊Settings 
page — turn each feature on or off with a single checkbox.⌉[

Settings page — turn each feature on or off with a single checkbox.

[⌊Example llms.txt output as seen by AI crawlers.⌉⌊Example llms.txt output as seen
by AI crawlers.⌉[

Example llms.txt output as seen by AI crawlers.

[⌊Example Markdown output for a single post.⌉⌊Example Markdown output for a single
post.⌉[

Example Markdown output for a single post.

## 安装

 1. Upload the `llmify` folder to the `/wp-content/plugins/` directory, or install 
    directly from the WordPress plugin directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Done. Your site is now AI-readable.

Optionally, visit **Settings > Llmify** to turn individual features on or off.

## 常见问题

### Do I need to configure anything?

No. All three features are enabled by default when you activate the plugin.

### Will this slow down my site?

No. The plugin generates content on-demand using WordPress’s REST API. No files 
are written to disk, and no background processes are started.

### What is llms.txt?

llms.txt is an emerging standard (defined at [llmstxt.org](https://llmstxt.org))
that helps AI systems understand the structure and content of a website — similar
to how sitemap.xml helps search engines.

### What AI crawlers are supported?

GPTBot (ChatGPT), ClaudeBot (Claude), PerplexityBot (Perplexity), and Google-Extended(
Gemini).

### Does this plugin modify my existing robots.txt?

It appends AI crawler permissions using WordPress’s built-in `robots_txt` filter.
Your existing robots.txt rules are not affected.

### Will this expose private or draft posts?

No. Only published posts and pages are included in llms.txt and available via the
Markdown endpoint.

### Does this work with custom post types?

The current version supports standard posts and pages. Custom post type support 
is planned for a future release.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Llmify – AI Readable」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Kazuto Nakazawa ](https://profiles.wordpress.org/djkatman/)

[帮助将「Llmify – AI Readable」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/llmify-ai-readable)

### 对开发感兴趣吗?

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

## 更新日志

#### 1.0.0

 * Initial public release.
 * llms.txt generation (llmstxt.org specification).
 * Per-post Markdown delivery via REST API.
 * AI crawler permissions added to robots.txt.
 * Settings page with per-feature toggle.

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**2 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 8.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/llmify-ai-readable/)
 * 标签
 * [AI](https://cn.wordpress.org/plugins/tags/ai/)[ChatGPT](https://cn.wordpress.org/plugins/tags/chatgpt/)
   [llms](https://cn.wordpress.org/plugins/tags/llms/)[llms.txt](https://cn.wordpress.org/plugins/tags/llms-txt/)
   [markdown](https://cn.wordpress.org/plugins/tags/markdown/)
 *  [高级视图](https://cn.wordpress.org/plugins/llmify-ai-readable/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/llmify-ai-readable/reviews/#new-post)

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

## 贡献者

 *   [ Kazuto Nakazawa ](https://profiles.wordpress.org/djkatman/)

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/llmify-ai-readable/)