Linux 软件免费装
Banner图

Meerkat Markdown for AI Visibility

开发者 Andy Brin
andybrin
更新时间 2026年1月21日 18:23
PHP版本: 7.2 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

generator sitemap markdown llm

下载

3.0 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.

更新日志:

3.0 Release date: 2026-01-21 Tested up to WordPress 6.9 and improved PHP 8 compatibility and robustness (no user-facing changes). 2.0 Release date: 2025-09-08 Fundamental revision and improvement of the integration of page builders: Elementor, Divi, and Avada. 1.57 Strips remaining shortcodes (e.g. Divi modules) before adding entries to llms.txt. 1.56 Renders Divi shortcodes as HTML before adding entries to llms.txt when Divi builder is detected. Renders Divi shortcodes when detection functions are missing to avoid raw markup in llms.txt. 1.55 Adds filter mrmrkdofa_http_timeout to adjust HTTP request timeout (default 15 seconds). 1.54 Dynamic sitemap is disabled by default. Add add_filter( 'mrmrkdofa_enable_dynamic_sitemap', '__return_true' ); to re-enable it. 1.53 Adds filter mrmrkdofa_enable_dynamic_sitemap to disable dynamic sitemap output while keeping Markdown pages. 1.50 Adds a fallback for trailing slash settings to improve Markdown output for category, tag and author archives. 1.49 Regenerates llms.txt and html-md-sitemap.xml when posts or pages are saved or deleted. 1.48 Improves namespace detection for html-md-sitemap.xml to fix validation errors. 1.47 Fixes missing XML namespace declarations in html-md-sitemap.xml. 1.46 Adds dynamic .html.md support for author, category and tag archives. 1.45 Generates a static html-md-sitemap.xml in the uploads directory when dynamic Markdown is enabled. 1.44 Adds link to the .html.md sitemap in the success notice. 1.43 Adds option to include only posts or only pages in llms.txt. 1.42 Adds the page or post title as the first H1 heading in generated .html.md files. 1.41 Removes legacy htmlmd-sitemap_index.xml support. Use html-md-sitemap-index.xml. 1.40 Adds backward compatibility for the former htmlmd-sitemap_index.xml URL. 1.39 Adds html-md-sitemap-index.xml entry in robots.txt when dynamic Markdown is enabled. 1.38 Adds html-md-sitemap-index.xml entry in llms.txt when dynamic Markdown is enabled. 1.37 Fixes broken htmlmd sitemap links when Yoast SEO is active. 1.36 Adds htmlmd-sitemap.xml mirroring the default sitemap when dynamic Markdown is enabled. 1.35 Generates llms.txt in batches to reduce memory usage on large sites. 1.33 Adds canonical and noindex headers for dynamic Markdown pages. 1.32 Adds .md URLs to the core sitemap and sets caching headers for Markdown output. 1.31 Switches to dynamic .html.md generation. 1.30 Adds an option to exclude posts or pages by ID. 1.29 Adds an option to sort llms.txt entries by popularity or by the most recent posts. All plugin settings are now deleted on uninstall. 1.28 Adds a success message confirming creation of .html.md files. 1.27 Minor improvements and bug fixes. 1.26 Switches JavaScript localization to wp_add_inline_script. 1.25 Moves inline styles in the settings page to CSS for improved maintainability. 1.23 Removes generated .html.md files and llms.txt when the plugin is uninstalled. 1.22 Adds a 'Disallow' entry to robots.txt when .html.md generation is enabled to exclude these files from search engines. 1.21 Corrects the placement of .html.md files: they are now generated in the site root with hyphenated file names. 1.20 Creates a separate Markdown file with the page content for each page. 1.19 New option to exclude tags from llms.txt. 1.18 New option to exclude categories from llms.txt. 1.17 1.16 Exclude Elementor library templates from llms.txt. 1.13 Allow limiting the number of words per entry. 1.12 Use full post content instead of excerpt in llms.txt. 1.11 Reduce HTTP requests by using internal WordPress functions and streaming file output. 1.10 Option to limit Sitemap processing to first 100 entries. 1.9 Add monthly schedule option for WP-Cron. 1.8 Initial release.