Sitemap growth playbook
Use this guide to expand the sitemap intentionally while keeping routes deterministic and discoverable.
What counts as sitemap growth
- New public routes created under
app/src/content/pages/. - Structured clusters that ship as
overview + methodology + references. - Docs additions that create new
/docs/routes.
Batch workflow
- Pick the batch type (docs guides, content templates, or structured content clusters).
- Add cross-links to hubs (docs index, tools hub, library hub).
- Run
bun run buildto regenerateapp/dist/sitemap.xml. - Log the route delta in release notes.
Route logging checklist
- Capture the route count before and after the batch.
- Note the batch type and the newly added routes.
- Link to related pages or templates.