Loading docs
Docs
Plain-English reference for generated crawl, sitemap, llms, and humans routes.
These routes help crawlers, search systems, and AI tools understand the public structure of the site without guessing.
Most readers do not need this page. It is mainly for collaborators, maintainers, search systems, and technical QA.
| Route | Purpose | Owner file | Notes |
|---|---|---|---|
| /robots.txt | Crawl baseline and sitemap pointer | public/robots.txt | Keep static and minimal so the host can serve it directly. |
| /sitemap.xml | Sitemap index for canonical public routes | app/sitemap.xml/route.ts | Keep aligned with typed child sitemaps under app/sitemaps/. |
| /sitemaps/work.xml | Work case-study and capability-page sitemap | app/sitemaps/work.xml/route.ts | Includes selected Work routes and Lucidity capability pages. |
| /sitemaps/artworks.xml | Artwork detail URL sitemap | app/sitemaps/artworks.xml/route.ts | Generated from the committed artwork cache. |
| /llms.txt | Short machine-readable site summary | app/llms.txt/route.ts | Use the updated site positioning and avoid invented claims. |
| /llms-full.txt | Fuller machine-readable context | app/llms-full.txt/route.ts | Reflect current publishing model, route ownership, and archive state. |
| /humans.txt | Human-oriented plain-text site note | app/humans.txt/route.ts | Covers authorship, stack, and ownership at a glance. |
Treat these routes as generated runtime surfaces except /robots.txt. If wording or metadata changes, update the owning route or shared generator.