Linux 软件免费装
Banner图

Meerkat Markdown for AI Visibility

开发者 Andy Brin
andybrin
更新时间 2026年7月14日 21:26
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

generator sitemap markdown llm

下载

1.55 2.0 3.0 4.2

详情介绍:

Meerkat Markdown for AI Visibility collects URLs using WordPress queries and generates an llms.txt file (short for “Large Language Models”) in the website’s root directory — optionally providing dynamic .md files — to help AI-based systems better understand and make use of the site’s content. The llms.txt is stored in the root directory. You can configure the number of URLs, set a minimum word count, and exclude specific categories or tags. File generation can be triggered manually or scheduled to run automatically. Features

安装:

  1. Upload the meerkat-markdown-for-ai-visibility folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu.
  3. Visit Settings → Markdown for AI and click Generate Files Now to create the first file.

常见问题:

Where is llms.txt stored?

It is written to the site root directory (same level as the top-level index.php).

How can I regenerate it?

Use the Generate Files Now button or wait for the scheduled cron run.

How do I change the schedule?

Select a new frequency and click Save Changes on the settings page.

What happens when I uninstall the plugin?

All plugin options and generated sitemap files are removed automatically. The plugin deletes llms.txt only when the file can be identified as plugin-generated. Existing files created manually or by another plugin are preserved.

How do I enable the dynamic sitemap?

Add the following snippet to your theme's functions.php or a small helper plugin: add_filter( 'mrmrkdofa_enable_dynamic_sitemap', '__return_true' ); Afterwards visit Settings → Permalinks and save changes once so WordPress refreshes the rewrite rules.

更新日志:

4.2 4.1 4.0 Major improvements Security Generation, sitemaps and scheduling Earlier release notes are included in changelog.txt.