Sitemap Builder

Runs a focused crawl of the site and produces an up-to-date `sitemap.xml` with priority and update frequency that make sense for the page type (homepage, product, blog post, category). Built for sites that don't

Sitemap Builder

What it does

Runs a focused crawl of the site and produces an up-to-date sitemap.xml with priority and update frequency that make sense for the page type (homepage, product, blog post, category). Built for sites that don't generate a sitemap automatically, or have a stale one.

When to use it

  • When the audit flags that key pages never get cited by LLMs — a likely symptom of discovery failure.
  • On custom sites (non Shopify/WooCommerce/Wordpress) without an automatic sitemap.
  • After major URL restructurings.

Required inputs

  • store_id (required): per-store metering, 3 runs/month.
  • url (required in the body): the root of the site to crawl.

Example output

{
  "store_id": "store-1",
  "sitemap_xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>...",
  "urls_count": 142,
  "truncated": false
}