Title: LLM Markdown – Expose Content as .md
Author: Michael Sablone
Published: <strong>Олунньу 26, 2026</strong>
Last modified: Ыам ыйа 28, 2026

---

Search plugins

![](https://ps.w.org/llm-markdown/assets/banner-772x250.png?rev=3470711)

![](https://ps.w.org/llm-markdown/assets/icon-256x256.png?rev=3470711)

# LLM Markdown – Expose Content as .md

 By [Michael Sablone](https://profiles.wordpress.org/michaelsablone/)

[Download](https://downloads.wordpress.org/plugin/llm-markdown.1.0.1.zip)

 * [Details](https://sah.wordpress.org/plugins/llm-markdown/#description)
 * [Reviews](https://sah.wordpress.org/plugins/llm-markdown/#reviews)
 *  [Installation](https://sah.wordpress.org/plugins/llm-markdown/#installation)
 * [Development](https://sah.wordpress.org/plugins/llm-markdown/#developers)

 [Support](https://wordpress.org/support/plugin/llm-markdown/)

## Description

LLM Markdown exposes your public WordPress posts and pages as real `.md` routes.
Simply append .md to any supported post or page URL to access its Markdown representation.

Each Markdown document includes structured YAML front matter and clean content extracted
from the rendered HTML.

Designed for:

 * LLM and AI ingestion
 * Headless and hybrid workflows
 * Content export pipelines
 * SEO-friendly alternate representations

Example:

    ```
    https://example.com/my-post.md
    ```

Features:

 * Real `.md` URLs
 * YAML front matter (title, dates, taxonomy, URL)
 * Selector-based content extraction
 * Respects password protection
 * Optional respect for noindex
 * Per-post-type control
 * Caching for performance
 * Adds `<link rel="alternate" type="text/markdown">`

No Gutenberg lock-in. No content duplication. No custom post types required.

## Screenshots

 * [[
 * Settings screen (post types and selectors)

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`
 2. Activate the plugin
 3. Visit Settings  Markdown Output to configure options

After activation, append `.md` to supported post URLs.

## FAQ

### Does this help LLMs index my content?

The plugin exposes a structured Markdown representation of your content. How LLMs
discover and use it depends on the model or crawler.

### Does this modify my content?

No. The plugin generates Markdown dynamically from rendered HTML.

### Does it support custom post types?

Yes. Any public post type can be enabled in settings.

### Does it expose private content?

No. Password-protected and non-public content are excluded.

### Is this intended for SEO?

It provides an alternate Markdown representation. Search engine behavior may vary.

## Reviews

![](https://secure.gravatar.com/avatar/df34f68e01535d773c70659ded1a714665be5002377840e2a517659d039d6ef7?
s=60&d=retro&r=g)

### 󠀁[Simple but Excellent Pluggin with Great Support](https://wordpress.org/support/topic/simple-but-excellent-pluggin-with-great-support/)󠁿

 [its4yougr](https://profiles.wordpress.org/its4yougr/) Бэс ыйа 1, 2026 2 replies

I had a problem with the rendering of the content of the webpages. Nothing to do
with the plugin. The problem was CleanTalk and its Anti-Crawler rules. Mr. Michael
Sablone replied to my thread and after a short investigation he pointed me to the
right direction. The plugin support was imediate and to the point and all of this
on a Sunday. A big BRAVO to the author of the plugin! !

![](https://secure.gravatar.com/avatar/33709fc69d45b134fc74f3f57029722de22586ea85ebd1c6765230217f6d03dc?
s=60&d=retro&r=g)

### 󠀁[Just what I needed](https://wordpress.org/support/topic/just-what-i-needed-1399/)󠁿

 [shurup](https://profiles.wordpress.org/shurup/) Ыам ыйа 28, 2026 1 reply

Happy to find this plugin: it is simple (in a good way), and does its job perfectly
well. The developer is extremely helpful: he released an update with an improvement
I wanted on the very same day. Thank you for your great work!

![](https://secure.gravatar.com/avatar/0163aff570080b2c90a10cb1e04f09a88b9e1c4518d541a308d40218f6a5d641?
s=60&d=retro&r=g)

### 󠀁[Works well](https://wordpress.org/support/topic/works-well-3168/)󠁿

 [edovelthuis](https://profiles.wordpress.org/edovelthuis/) Ыам ыйа 12, 2026 1 reply

I’ve got this running on two websites now, and the markdown generation is seamless
and trouble free. Also, when I thought I was having some issues, I fired off an 
email to the developers and had INSTANT response from them — which is unusual and
much appreciated. Turns out there wasn’t an issue but the reassurance was very welcome.

![](https://secure.gravatar.com/avatar/2140d90419cb7c2f0d3b618cb6efda11b96dc218d4b6965532d1dc7ba210780f?
s=60&d=retro&r=g)

### 󠀁[Excellent Result](https://wordpress.org/support/topic/excellent-result-4/)󠁿

 [jonielr](https://profiles.wordpress.org/jonielr/) Муус устар 16, 2026 1 reply

This is the only plugin that worked on the custom post types I have in my website.

![](https://secure.gravatar.com/avatar/9373958895fcac485d0073fe1f95ca37272ecf52a57d8d624a820c3b9f5a6a6b?
s=60&d=retro&r=g)

### 󠀁[Outstanding Results!](https://wordpress.org/support/topic/outstanding-results/)󠁿

 [lobozebra](https://profiles.wordpress.org/lobozebra/) Муус устар 5, 2026

I installed this plugin on my site a few months ago and have noticed LLM traffic
ramping up nearly 25%! It does exactly what it is supposed to do extremely well 
and does not add any unnecessary bloat to my WordPress instance.

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/llm-markdown/reviews/)

## Contributors & Developers

“LLM Markdown – Expose Content as .md” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Michael Sablone ](https://profiles.wordpress.org/michaelsablone/)

[Translate “LLM Markdown – Expose Content as .md” into your language.](https://translate.wordpress.org/projects/wp-plugins/llm-markdown)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/llm-markdown/), check
out the [SVN repository](https://plugins.svn.wordpress.org/llm-markdown/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/llm-markdown/) by
[RSS](https://plugins.trac.wordpress.org/log/llm-markdown/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Added support for tables.
 * Added optional support for images.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.1**
 *  Last updated **1 нэдиэлэ ago**
 *  Active installations **200+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/llm-markdown/)
 * Tags
 * [AI](https://sah.wordpress.org/plugins/tags/ai/)[content export](https://sah.wordpress.org/plugins/tags/content-export/)
   [headless](https://sah.wordpress.org/plugins/tags/headless/)[LLM](https://sah.wordpress.org/plugins/tags/llm/)
   [markdown](https://sah.wordpress.org/plugins/tags/markdown/)
 *  [Advanced View](https://sah.wordpress.org/plugins/llm-markdown/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  5 5-star reviews     ](https://wordpress.org/support/plugin/llm-markdown/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/llm-markdown/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/llm-markdown/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/llm-markdown/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/llm-markdown/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/llm-markdown/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/llm-markdown/reviews/)

## Contributors

 *   [ Michael Sablone ](https://profiles.wordpress.org/michaelsablone/)

## Support

Issues resolved in last two months:

     2 out of 3

 [View support forum](https://wordpress.org/support/plugin/llm-markdown/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/donate/?hosted_button_id=EUHE8NXYEXJJ6)