Markdown for Agents and Statistics
by chancerylaneproject 0 (0 reviews)

Markdown for Agents and Statistics

Serve pre-generated Markdown files to AI agents via HTTP content negotiation.

Markdown for Agents and Statistics ranks #13,209 among WordPress.org plugins with 100+ active installations, and was last updated Sep 14, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7.0.6 (Current: 7.1.2)
v1.7.1 Current Version v1.7.1
Updated 1 week ago Last Update on 14 Sep, 2026
Refreshed 7 hours ago Last Refreshed on
Downloads -18.8% this week
View on WordPress.org
Rank
#13,209
No change
Active Installs
100+
-41.9%
KW Avg Position
100.3
0.6 worse
Downloads
2.9K
+4 today
Support Resolved
100%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 200

Total Progress 95%
100+ 200+
171
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 5 more installs to reach 200+

Rank Changes

13,165 13,256 13,346 13,436 13,527 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
13,142 13,283 13,425 13,566 13,707 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #13,209
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 20 30 40 50 60 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 100 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Support Threads Overview

Resolved
Unresolved
1
Total Threads
1
Resolved
0
Unresolved
100%
Resolution Rate

Security History

Source: WPVulnerability

No known vulnerabilities on record for Markdown for Agents and Statistics. Checked 1 month ago.

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.7.1
Last Updated
Sep 14, 2026
Requires WP
6.3+
Tested Up To
7.0.6
PHP Version
8.1 or higher

Support & Rating

Rating
☆ ☆ ☆ ☆ ☆ 0
Reviews
0
Support Threads
1
Resolved
100%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site owners who want their content accessible to AI agents and language model tools. It solves the problem of serving content in a format LLMs can consume by pre-generating Markdown versions of posts and taxonomy pages and delivering them via HTTP content negotiation.

  • HTTP content negotiation for Markdown
  • Taxonomy archive support
  • Automatic Markdown generation on save
  • AJAX bulk generation with progress counter
  • Per-post-type field configuration
  • ACF support with dot notation
  • llms.txt index generation
  • Access statistics with admin page

Frequently Asked Questions

Common questions about Markdown for Agents and Statistics

Inside wp-content/uploads/{export_dir}/ (configurable in Settings). Post files live under {export_dir}/{post-type}/{slug}.md. Taxonomy archive files live under {export_dir}/taxonomy/{taxonomy}/{term-slug}.md. The directory is served by WordPress when content negotiation is triggered.
No. Markdown files are generated ahead of time (on post save or via manual/CLI bulk generation). Serving them is a simple file read, much faster than rendering a full WordPress page.
For every public taxonomy term (categories, tags, custom taxonomies) the plugin generates a Markdown file listing all published posts in that term with links and excerpts. These are served automatically when an AI agent requests a taxonomy archive URL. This lets agents navigate your site structure by exploring term listings, not just individual posts.
created inside each post-type export folder (e.g. wp-mfa-exports/post/manifest.json). It contains a registry of all exported documents with content hashes and change tracking (new/modified/unchanged/deleted), enabling RAG systems to identify what changed since the last export without reprocessing all documents.
Use wp markdown-agents generate --incremental to only re-export documents that have changed since the last export. The plugin compares content hashes against the previous manifest.json and skips unchanged posts. This also generates a changes.json delta file listing new, modified, and deleted documents — your RAG system can read this to know exactly what to re-embed.
In Settings → Markdown for Agents, each enabled post type has its own "Field Configuration" section with two textareas: Frontmatter fields — meta or ACF fields added to the YAML frontmatter. Content fields — meta or ACF fields used as the body content. When set, post_content is automatically excluded. Use dot notation for ACF group fields (e.g. clause_fields.clause_summary). Plain meta keys work too (e.g. _yoast_wpseo_title). ACF relationship fields
Yes. Several filters are available: markdown_for_agents_pre_convert — filter HTML before conversion markdown_for_agents_post_convert — filter Markdown after conversion markdown_for_agents_frontmatter — modify frontmatter fields for a post markdown_for_agents_taxonomy_frontmatter — modify frontmatter fields for a taxonomy archive markdown_for_agents_serve_enabled — enable/disable serving for a specific post markdown_for_agents_serve_taxonomies — enable/disable serving for taxonomy archive pages markdown_for_agents_file_generated — action fired after a file is written markdown_for_agents_file_deleted — action fired after a file is deleted
wp markdown-agents generate-taxonomies wp markdown-agents generate-taxonomies --taxonomy=category wp markdown-agents generate-taxonomies --dry-run

Sign In / Register

You need to sign in or register to use this feature.