LLM Markdown – Expose Content as .md

설명

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.

스크린샷

  • Settings screen (post types and selectors)

설치

  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.

후기

2026년 4월 16일 답글 1개
This is the only plugin that worked on the custom post types I have in my website.
2026년 4월 5일
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.
모든 2 평가 읽기

기여자 & 개발자

“LLM Markdown – Expose Content as .md”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “LLM Markdown – Expose Content as .md”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release.