<?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 are added here by #451 when they exist — a sitemap that
  lists a 404 is worse than a short sitemap.

  `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>
</urlset>
