Draft an llms.txt from the sitemap
llms_txt_generateCrawl your sitemap to generate a draft llms.txt file with page titles, summaries, and grouped links. Review and edit before publishing.
Instructions
Crawl the sitemap (up to maxPages), read each page's title and meta description, and produce a draft llms.txt in the standard format (H1, blockquote summary, H2 sections grouped by first path segment, '- title: description' lines). Review and edit the draft before publishing it at /llms.txt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteUrl | Yes | ||
| summary | No | Blockquote summary; defaults to the homepage meta description. | |
| maxPages | No | ||
| siteName | No | Override the H1; defaults to the homepage <title>. | |
| excludePatterns | No | Skip URLs containing any of these substrings. |