Whizz MD automatically creates a .md version of every published post and page on your WordPress site, served dynamically without storing any files on disk.
AI-powered search engines and LLM crawlers (GPTBot, ClaudeBot, PerplexityBot, Googlebot) increasingly prefer clean, structured content. This plugin gives them exactly that — a Markdown file with rich YAML frontmatter containing all your SEO signals, served at a predictable URL like /your-post-slug.md.
.md endpoint<link rel="alternate"> tag in your page <head>, a dedicated /md-sitemap.xml, and crawlable anchor links in your page contentYAML Frontmatter includes:
title — SEO title (from Yoast, Rank Math, AIOSEO, or post title)slug — post slugdate and modified — publication and last modified datesauthor — author display namemeta_description — SEO meta description (from SEO plugin or auto-generated)focus_keyword — primary keyword (from Yoast/Rank Math)canonical_url — points back to your HTML pageog_title and og_description — Open Graph fieldsog_image — featured image URLschema_type — auto-detected (Article, HowTo, FAQPage, WebPage)categories and tagsreading_time and word_countrobots — respects your SEO plugin’s noindex settingslang — site language (WPML/Polylang compatible)Markdown Body includes:
/your-post-slug.md — clean pretty permalink/parent/child-page.md — works with nested pages/?p=123&format=md — query string fallbackThe plugin automatically:
<link rel="alternate" type="text/markdown"> to every page <head>/md-sitemap.xml listing all .md URLsAllow: /*.md rules to robots.txt for all major AI crawlers<a> link on each page so robots can follow it naturallyThe .md endpoint serves Content-Type: text/markdown, not text/html. An HTTP-level Link: rel="canonical" header points back to the original HTML page, and X-Robots-Tag: noindex, follow prevents Google from indexing the raw Markdown as a competing webpage — while still allowing AI crawlers to read it.
LLMs and AI search engines crawl the web to build their knowledge. Clean, structured Markdown with rich YAML frontmatter is the ideal format for these systems to parse, index, and cite your content — giving you organic visibility in AI-powered search results, summaries, and citations.