SEV Structured llms.txt generates a llms.txt file for your site, served at /llms.txt. llms.txt is a proposed standard, Markdown-based document that gives AI assistants and large language models a concise, structured overview of a site’s content — similar in spirit to robots.txt or a sitemap, but written for LLMs to read.
No physical file is ever written to disk. The document is rendered on request through a virtual URL and cached, so it always reflects your current published content without requiring server write access.
What the generated document looks like
# Site Name heading and a > tagline blockquote (your own tagline, or the site’s tagline by default).## Pages section listing every published page, each as - [Title](URL): Description.> Label version: URL lines linking to this llms.txt on other sites in your network (e.g. one site per language).## Posts section with one ### Category Name subsection per post category, newest posts first, in an order you control.The description behind each link is taken from your SEO plugin’s meta description (Yoast SEO, Rank Math, SEOPress, or All in One SEO, in that order) if one is set, otherwise from the post/page excerpt or a trimmed excerpt of its content.
Features
/llms.txt as a virtual, cached endpoint — nothing is written to disk.Limitations
This plugin lists pages and posts only; other public post types are not included. On a Multisite network, each site’s llms.txt only ever describes that site’s own content — it does not aggregate content across sites into one document.