Automatically generates a clean .md version of every post and page on your WordPress site, with rich YAML frontmatter, so AI crawlers like GPTBot, ClaudeBot, and PerplexityBot have something better to read than raw HTML.
llms.txt is a single hand-written file describing a site. Whizz MD is different - it automatically creates a live .md endpoint for every individual post and page, generated on the fly with no files written to disk.
/your-post-slug.md.<link rel="alternate"> tag, a dedicated /md-sitemap.xml, and robots.txt rules so AI crawlers find every .md file naturally.Cleaner than raw HTML
WordPress pages are full of nav menus, widgets, and Gutenberg block markup. LLMs and AI search engines parse clean Markdown far more reliably than they parse a full rendered page.
No duplicate content risk
The .md endpoint serves Content-Type: text/markdown, not HTML. A canonical header points back to your real page, and X-Robots-Tag: noindex, follow keeps Google from treating it as a competing page.
Zero maintenance
Nothing to keep updated by hand. Every .md file is generated dynamically from the live post, so it's never stale the way a manually maintained llms.txt file can be.
YAML Frontmatter
title - from Yoast, Rank Math, AIOSEO, or the post titlemeta_description, focus_keyword - from your SEO plugincanonical_url, og_title, og_imageschema_type - auto-detected (Article, HowTo, FAQPage, WebPage)date, modified, author, categories, tagsreading_time, word_countrobots - respects your SEO plugin's noindex settingslang - WPML/Polylang compatibleMarkdown Body
Works alongside your existing stack
Install from your WordPress admin
Go to Plugins > Add New, search "Whizz MD", and install - or download it directly from the WordPress.org listing.
Activate it
Every published post and page immediately gets a working .md endpoint - nothing else to configure to get started.
Fine-tune from the settings page
Choose which post types get a .md endpoint, set a cache duration, and exclude specific post IDs if needed.
Whizz MD handles the markdown layer. Talk to us about the rest of your AEO/GEO strategy.