<?xml version="1.0" encoding="UTF-8"?>
<!--
  The sitemap for the Aegis marketing site. One <loc> per page under site/ except 404.html, each
  as the CLEAN URL CloudFront serves (`/terms`, never `/terms.html`), so the URL a crawler is told
  about is the one the viewer-request function maps onto the file and the one the alias 301s to.

  `https://hatchery-aegis.com` is substituted by publish.sh from `/hatchery/<env>/marketing/domain`, the same
  way the portal and gateway placeholders are: a sitemap may only list URLs on the host it is
  served from, and dev is served from `www-dev.hatchery-aegis.com`, not the apex. Only prod's
  robots.txt names this file: dev is published behind a blanket Disallow, so this sits there
  unadvertised and inert.

  No <lastmod>: nothing here computes one, and a stale date is worse than none. <changefreq> and
  <priority> are ignored by the major crawlers and are not carried. `test/sitemap.test.ts` pins
  the page set to the files under site/, so a page added there without a line here fails `npm test`.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://hatchery-aegis.com/</loc></url>
  <url><loc>https://hatchery-aegis.com/terms</loc></url>
  <url><loc>https://hatchery-aegis.com/privacy</loc></url>
</urlset>
