<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. One entry per page that returns 200 AND declares
  `index,follow` in its own <Head>. Two rules keep the two in step:

    * A page that carries `noindex` never appears here. /thank-you and
      /marketing-preview are the current ones.
    * The domain root is deliberately absent: it renders the dashboard, which
      sends a logged-out visitor on to /welcome, and /welcome is the canonical
      that every marketing page points at. A sitemap entry for a redirect is a
      soft error, not a page.

  There is no <lastmod> anywhere. This file is edited by hand, a lastmod nobody
  updates is worse than none at all (Google discounts the signal for the whole
  sitemap once it stops matching what it fetches), and adding one to five URLs
  would mean five more things to remember on every content change.

  Adding a public page? Add it here in the same edit, and check robots.txt is
  not disallowing it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://coreiii.com/welcome</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!--
    The closed beta's waitlist landing page, and the marketing navbar's primary
    CTA. It is a real conversion page with its own copy, its own offer and its
    own canonical, so it is indexed rather than hidden: "core3 register" and
    "core3 waitlist" are a different intent from the brand query /welcome
    answers, and until now robots.txt was blocking the crawl of the one page
    built to catch them.
  -->
  <url>
    <loc>https://coreiii.com/register</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://coreiii.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://coreiii.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://coreiii.com/cookies</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
