Опис
LLMark gives AI agents a clean Markdown version of your WordPress content, so assistants like ChatGPT, Claude and Perplexity (and crawlers like GPTBot and ClaudeBot) read what you mean instead of your cluttered HTML. Humans keep seeing your normal site, and there’s nothing to set up.
- Automatic. Install, activate, done. Markdown is generated on the fly when an agent asks; browsers always get your normal HTML.
- WooCommerce-aware. Products come with the real price, stock, SKU and variations, read live from WooCommerce instead of scraped off the page.
- Private stays private. Nothing you’ve set to
noindex, private or password-protected is ever exposed to agents. - Easy to discover. An optional
llms.txtindex and link hints point agents straight at your Markdown. - Solid under the hood. Markdown is produced by league/html-to-markdown, an open-source converter with over 30 million downloads, and comes with clean YAML frontmatter. No bloat, no phone-home, no lock-in.
Agents fetch the Markdown by adding .md to any URL, with ?output_format=md, or via an Accept: text/markdown header.
Снимци екрана


ЧПП
Does this change what my human visitors see?
No. Browsers receive your normal HTML. Markdown is only served when an agent explicitly asks for it via a
.mdURL,?output_format=md, or anAccept: text/markdownheader.Will my noindex or private content be exposed to AI agents?
No. LLMark withholds Markdown for any content that is
noindex, private, password-protected, or excluded per-post. The same gate also governs the discovery hints and thellms.txtlisting.Does it work with WooCommerce?
Yes. Products are rendered from the WooCommerce data layer with accurate price, SKU, stock, attributes and a variations table.
I get a 404 when I add .md to a URL. Why?
Pretty permalinks must be enabled. Go to Settings Permalinks, pick any structure other than „Plain“, and save once to refresh the rewrite rules. The
?output_format=mdparameter works regardless of permalink settings.Is this AEO / GEO / AI SEO?
It’s the plumbing for it. Answer Engine Optimization (AEO) and Generative Engine Optimization (GEO) are about being legible to AI search and assistants. LLMark hands those crawlers a clean, token-light Markdown copy of your content, WooCommerce products included, so they ingest what you mean instead of wading through themed HTML.
Do I have to configure anything?
No. Once active, eligible content is served as Markdown on the fly. Visit Settings LLMark only to change which post types are exposed or tune the behaviour.
Can developers customise the output?
Yes. LLMark exposes filters to control eligibility and shape the Markdown and its frontmatter:
llmark_is_eligibledecides whether a given post is served as Markdown.llmark_frontmatter_data(andllmark_product_frontmatter_datafor WooCommerce) adds or changes YAML frontmatter fields.llmark_response_headersadjusts the headers sent with Markdown responses.
Which post types are exposed is set on the Settings screen, so the common case needs no code.
Does the plugin phone home?
No. LLMark sends no data to any external service.
Прегледи
Нема рецензија за овај додатак.
Сарадници и градитељи
LLMark – Markdown for AI Agents & LLMs је софтвер отвореног кода. Следећи људи су допринели овом додатку.
СараднициПреведите LLMark – Markdown for AI Agents & LLMs на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
1.0.0
- Initial release.
- Three ways for agents to request Markdown:
.mdURLs,?output_format=md, andAccept: text/markdowncontent negotiation. - Eligibility gate that respects
noindex, private, password-protected and per-post-excluded content (Yoast, Rank Math, SEOPress, All in One SEO). - WooCommerce-aware product rendering from the data layer: price, SKU, stock, attributes and a variations table.
- Safe YAML frontmatter, archive link-lists, optional
llms.txt, discovery hints, and a cache that purges itself on edits.
