<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two indexable pages, so this is maintained by hand rather than by
  @astrojs/sitemap. Add a <url> here when you add a page.

  No <lastmod>, <changefreq> or <priority> on purpose. Google ignores changefreq
  and priority outright, and ignores lastmod when it does not track real edits.
  A hand-maintained lastmod would go stale on the first Sanity publish, because
  the webhook rebuilds the site without touching this file.

  /404 is deliberately absent. Staging hosts are excluded by the X-Robots-Tag
  header in functions/_middleware.js, not by this file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://asperstudios.com/</loc>
  </url>
  <url>
    <loc>https://asperstudios.com/apply</loc>
  </url>
</urlset>
