Linux 软件免费装
Banner图

Meerkat Markdown for AI Visibility

开发者 Andy Brin
andybrin
更新时间 2025年9月8日 23:01
PHP版本: 7.2 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

generator sitemap markdown llm

下载

1.55 2.0

详情介绍:

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 the llms.txt file are removed automatically.

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.