Project LLMs.txt helps AI interpret your site more accurately. It implements the emerging llms.txt standard, the AI-era equivalent of robots.txt, and publishes the structured Markdown files that ChatGPT, Claude, Perplexity, Gemini, and other AI assistants look for when they access your site.
Visitors read HTML. AI assistants read Markdown. Project LLMs.txt bridges the gap.
Project LLMs.txt scans the content you’ve already written and produces three things:
/llms.txt – a clean, structured index at your site root listing every page, post, and product with a short description, formatted per the llms.txt spec./llms-full.txt – the same index with the full Markdown body of every page inlined after it, so assistants have the complete context in one fetch./llms/slug.md (Pro) – per-page Markdown files so AI assistants can retrieve a single page without pulling the whole corpus.Everything is generated from your existing content. No re-writing, no rebuilding.
Markdown is the format AI reads most cleanly. Most websites are a tangle of HTML with navigation, ads, cookie banners, page-builder wrappers, etc., that AI tools have to fight through to find the actual content. When an AI agent or assistant visits your site and finds a clean /llms.txt, it gets a structured index of everything on your site in one fetch, already in the format it reads best. Whether it came looking for the file or simply landed there, the result is the same: a complete, accurate picture of your site instead of a pile of noisy markup.
The llms.txt standard is still early, as no major search engine has announced official support yet, but a growing ecosystem of AI agents, coding assistants, and developer tooling already understands it. Companies like Stripe, Vercel, Cloudflare, and Anthropic publish their own llms.txt files themselves.
Publishing now is cheap insurance. The file costs nothing to generate and keeps your site ready as the ecosystem matures.
/llms.txt, /llms-full.txt, and (Pro) per-page /llms/*.md files at your site rootwp llmstxt generate, status, list, and clear for automation and CI pipelines.Pro is a separate plugin, distributed from projectllmstxt.com – none of its functionality is included (or locked) in this free plugin.
.md files – Physical files at /llms/slug.md, served directly by Apache/Nginx.{{acf_*}} and {{meta_*}} template variables. Sensitive keys (passwords, tokens, API keys) are blocked from output by default.The generated files are UTF-8, which every AI assistant and crawler reads correctly. If accented letters or symbols look garbled when you open llms.txt directly in a browser, your web server is serving .txt files without a charset declaration – the file itself is fine. Ask your host to add AddDefaultCharset UTF-8, or switch to Live Endpoint mode, which always declares the charset.
The admin interface bundles the Figtree and JetBrains Mono typefaces, both licensed under the SIL Open Font License 1.1. Nothing is loaded from third-party servers.