Readability — llms.txt¶
Serves llms.txt and llms-full.txt so agents can read a curated Markdown
summary of your site (llmstxt.org).
- Content-Type:
text/plain; charset=utf-8 - Shape: H1 title, blockquote summary, optional body, H2 link sections
- i18n: root
/llms.txtplus/{lang}/llms.txtwhen included under Djangoi18n_patterns(I18N_VARIANTS) - Generation: dynamic language-keyed cached view;
generate_llms_txtmanagement command for static files - Safety:
EXCLUDE_PATTERNSstrips private/admin URLs from curated sections
Configure via AGENTWEB["LLMS"] (TITLE, DESCRIPTION, SECTIONS, …).