<?xml version="1.0" encoding="UTF-8"?>
<!--
  The platform's own indexable pages: the five public routes that resolve no id
  and read identically for every visitor. Each one already sets a title, a
  description, unfurl tags and a canonical URL through DocRouteHead.

  Deliberately absent, and each for its own reason:

    /                    renders the workbench — an application, not a document.
                         It goes in when the marketing homepage lands
                         (plans/public-site/), and not before: an app shell
                         behind a Sign in button is thin content at the one URL
                         that matters most.
    /sign, /f/:formId    private by sharing. Disallowed in robots.txt.
    /shop/:entityId      public and crawlable, but per-entity. Listing them
                         means a generated, per-entity sitemap; a hand-kept
                         list of storefronts would be stale by the next signup.
    /help/:articleKey    78 articles across 16 runtime-registered catalogues.
                         A hardcoded list here rots on the first edit — if help
                         SEO is wanted, generate this file (the repo already
                         generates the environment and the permission seed).

  No <lastmod>: a hand-written date is wrong the moment a page changes, and a
  wrong lastmod is worse than none — crawlers learn to distrust it. Add it when
  this file is generated and the date can come from the content.
  No <changefreq>/<priority>: Google ignores both.

  sitemap-routes.test.ts holds this list to the public route table, so a new
  public page cannot be added without this file being updated or the suite
  failing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://able.kiwi/features</loc>
  </url>
  <url>
    <loc>https://able.kiwi/plans</loc>
  </url>
  <url>
    <loc>https://able.kiwi/help</loc>
  </url>
  <url>
    <loc>https://able.kiwi/terms</loc>
  </url>
  <url>
    <loc>https://able.kiwi/privacy</loc>
  </url>
</urlset>
