<?xml version="1.0" encoding="UTF-8"?>
<!--
  The indexable pages, stated rather than discovered (#257).

  The owner asked for the index to be "specific". This is that: an explicit list, so what search
  engines are offered is a decision someone made rather than whatever a crawler happened to reach.

  It lists ONLY the marketing build's pages. `/app/*` is disallowed in robots.txt and has nothing
  to offer a crawler, and the legal pages were added here by #451 when they came to exist — a sitemap
  that lists a 404 is worse than a short sitemap.

  The waitlist outcome pages are absent on purpose: they say `noindex`, and the test reads that
  from each page rather than keeping a second list here that could disagree with the first.

  `marketing/sitemap.test.ts` fails if this lists a page the build does not produce, or omits one
  it does, so the two cannot drift.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://zombie.cat/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://zombie.cat/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://zombie.cat/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://zombie.cat/refunds</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://zombie.cat/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
