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.
