by Erik
1 (0 reviews)
md4AI
Optimise content for generative engines (GEO) by serving custom Markdown and a site-wide llms.txt.
Tested up to WP 6.9 (Current: 7.0.2)
v1.3.0
Current Version v1.3.0
Updated 3 months ago
Last Update on 24 Mar, 2026
Refreshed 8 hours ago
Last Refreshed on
Rank
#30,093
—
No change
Active Installs
10+
-41.2%
KW Avg Position
76.5
+0.5 better
Downloads
353
+1 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 20
10+
20+
25,310
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
Need 5 more installs to reach 20+
Rank Changes
Current
#30,093
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.3.0
- Last Updated
- Mar 24, 2026
- Requires WP
- 6.2+
- Tested Up To
- 6.9
- PHP Version
- 7.4 or higher
- Author
- Erik
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about md4AI
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: Custom Markdown (Per Post/Page): This is controlled via a metabox on each post/page. It allows you to create a specific, enhanced Markdown version of that page's content. This is what an AI bot will receive instead of the HTML when it crawls that specific URL. llms.txt (Site-Wide): This is controlled from the plugin's main options page. It's a single file for your entire site, similar to 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: Automatic: If you do nothing, the plugin automatically converts your post's HTML to Markdown on-the-fly when a bot visits. Manual: If you use the metabox to "Generate" or "Generate with AI," you create a static version that is saved to your database. This saved version will be served to bots instead. This allows you to add enhanced content (like FAQs) that only the AI sees.
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.