<?xml version="1.0" encoding="UTF-8"?>
<!--
  CLYTRA.AI's own sitemap.

  It exists because clytra.ai had none: `sitemap.xml` listed joynflow.com URLs
  only, so the domain that spells the brand exactly published no crawlable list
  of its own pages. See src/lib/seoOrigins.ts.

  Every URL here MUST canonicalise to clytra.ai, which CLYTRA_PATH_PREFIXES in
  that file decides, and must resolve to a route in src/App.tsx
  (src/__tests__/prelaunchChecklist.test.ts). Not listed: the /clytra-landing
  section anchors (they canonicalise to /clytra-landing), and the old privacy and
  refund copies, which now redirect to the one CMS policy each.

  Cross-host sitemap submission needs BOTH properties verified in Search
  Console.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- The brand entity page: the answer to "what is Clytra". -->
  <url><loc>https://clytra.ai/clytra</loc><changefreq>monthly</changefreq><priority>1.0</priority></url>

  <!-- The AI product. -->
  <url><loc>https://clytra.ai/clytra-landing</loc><changefreq>weekly</changefreq><priority>1.0</priority></url>
  <url><loc>https://clytra.ai/clytra-landing/catalog</loc><changefreq>weekly</changefreq><priority>0.8</priority></url>
  <url><loc>https://clytra.ai/clytra-landing/terms</loc><changefreq>yearly</changefreq><priority>0.3</priority></url>

  <!-- The company, and its public register. -->
  <url><loc>https://clytra.ai/about</loc><changefreq>monthly</changefreq><priority>0.9</priority></url>
  <url><loc>https://clytra.ai/entity-record</loc><changefreq>yearly</changefreq><priority>0.4</priority></url>
  <url><loc>https://clytra.ai/representatives</loc><changefreq>yearly</changefreq><priority>0.3</priority></url>
</urlset>
