<?xml version="1.0" encoding="UTF-8"?>
<!--
  The combo flow serves every /combo-flow/* URL from the same static SPA shell
  (HTTP 200), so the deep-link guards mean /choose-products is the only step
  that renders for a visitor with no basket (i.e. a crawler). It is therefore
  the sole indexable URL — see CHT-2471 and src/features/combinedCheckout/seo/
  headConfig.ts, which owns the `index: true` list this file mirrors.

  Hand-maintained on purpose: the indexable set is one fixed URL, so there is no
  generation step. sitemap.test.ts fails CI if this drifts from headConfig.ts.
  Classic checkout is deliberately absent (its /checkout shell is empty without
  package/pricebook query params, so there is nothing to index).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://checkout.hometree.co.uk/combo-flow/choose-products</loc>
  </url>
</urlset>
