Paradoks Markdown for AI
·
Serve markdown versions of WordPress posts and pages to AI agents through Accept headers, clean .md URLs, and discovery files such as llms.txt.
Paradoks Markdown for AI helps WordPress sites publish cleaner, lighter content to AI crawlers and retrieval systems without changing the public HTML experience for human visitors.
The plugin converts your rendered WordPress content to markdown, adds YAML frontmatter, caches the result, and serves it through multiple delivery channels that fit modern AI tooling.
Core delivery features
- Serve markdown when a client sends
Accept: text/markdown - Publish clean markdown URLs such as
/my-post.md - Generate
llms.txtand optionalllms-full.txt - Add REST API
markdownfields to enabled post types
Content and conversion features
- YAML frontmatter with title, URL, dates, author, excerpt, taxonomies, image, and language
- Optional Gutenberg-aware rendering for quotes, code blocks, galleries, and tables
- Relative URL rewriting for links and images
- Per-post controls for disabling markdown or overriding frontmatter
- Skips very short posts (under 15 words) so empty stubs are not exposed as markdown
- Lets you choose important pages for
llms.txtautomatically or with a custom page picker
WooCommerce support
- Detects products automatically and emits a dedicated
woocommercefrontmatter block - Includes price, regular and sale price with currency, SKU, stock status and quantity
- Adds weight, dimensions, attributes, and gallery image URLs when available
- Toggle product categories and product tags from the Content tab when products are enabled
- Excludes WooCommerce cart, checkout, account, and shop pages from
llms.txtdiscovery output
Performance and admin features
- Post meta cache for generated markdown
- Save-time invalidation and optional scheduled cache warming
- Top-level admin menu with General, Content, Performance, and Advanced sections
- Inline confirmation when settings are saved
- Markdown preview tools in the editor and admin bar
