| 开发者 | codekraft |
|---|---|
| 更新时间 | 2025年12月10日 00:33 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
llms.txt file for your entire site.
llms.txt? This is a file, similar to robots.txt, that provides general instructions, context, and useful links to AI crawlers. It's a new standard to help guide LLMs in understanding your site's content and purpose.llms.txt content, which will then be served automatically to bots that look for it.md4ai folder to the /wp-content/plugins/ directory.llms.txt file.md4AI is a plugin that optimizes your website for Generative Engines (GEO) by serving custom Markdown and a site-wide llms.txt file.
GEO is a new standard for Generative Engine Optimization (GEO) that helps guide LLMs in understanding your site's content and purpose.
The plugin checks the incoming HTTP User-Agent string against an internal, pre-defined list of known AI and large language model (LLM) crawlers (e.g., gptbot, claudebot, google-extended, perplexitybot, etc.).
If you have the ai-services plugin installed, md4AI adds a "Generate with AI" button to its post metabox. This takes the generated Markdown for that post and sends it, along with a prompt, to your chosen AI provider. The AI-enhanced text (e.g., your post plus a new FAQ section) then replaces the content in the metabox, ready to be served to bots.
They serve two different, important purposes:
robots.txt. It doesn't contain post content, but rather gives general instructions and context to AI crawlers (e.g., site purpose, useful links, etc.). For more details, see https://llmstxt.org/.This applies to your posts and pages:
No. Regular users and traditional search engine crawlers (like standard Googlebot) will continue to receive your standard HTML page. This functionality is specifically targeted at AI agents.
No. For automatic detection, the plugin runs early and immediately stops execution (exit;) after serving the Markdown content. For manual generation, the content is pre-generated and saved, so serving it is extremely fast.