Paradoks Markdown for AI
Paradoks Markdown for AI
Description
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
Installation
- Upload the plugin folder to
/wp-content/plugins/or install the generated release zip from the WordPress admin. - Activate Paradoks Markdown for AI. Default delivery channels turn on automatically — no extra setup is required for posts and pages.
- Open Markdown for AI in the WordPress admin sidebar to fine-tune delivery, content scope, performance, and advanced options.
Faq
No. End users should install the packaged release zip. Composer is only needed while developing the plugin from source.
Posts and pages are enabled by default. You can enable other public post types — including WooCommerce products — from the settings screen.
Yes. When products are enabled in the Content tab, the generated markdown adds a woocommerce frontmatter block with price, SKU, stock, attributes, dimensions, and gallery URLs. Product categories and tags can be toggled independently from the Content tab.
The plugin keeps markdown-specific rewrite requests from silently falling back to HTML, so stale .md routes do not leak the wrong response type.
Yes. Published posts can be previewed from the post editor meta box, and editors also get an admin bar link to the live markdown URL when .md delivery is enabled.
Reviews
Changelog
1.0.2
- Security: Settings sanitize callback now verifies the
wpmai_settings_group-optionsnonce and amanage_optionscapability before reading any$_POSTpayload, and runs every incoming field through a recursive sanitize pass before per-field validation.
1.0.1
- Bug fixes and improvements.
1.0.0
- Initial public release with markdown delivery, caching,
llms.txt, REST fields, and modernized admin controls.