<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages, hand-written, because a generator for three URLs is a
  dependency that earns nothing.

  The URLs are the EXTENSIONLESS forms on purpose. Those are canonical
  everywhere — `kPrivacyPolicyUrl` and `kDeleteAccountUrl` in
  lib/data/app_links.dart, the <link rel="canonical"> in each page, and the
  store forms all use them, and the `.html` forms 307 here. A sitemap listing
  the `.html` forms would advertise URLs that redirect, which is the exact
  disagreement between canonical and served URL that the web-presence plan
  §4j resolved.

  404.html is deliberately absent: it is the not_found_handling target, not a
  page anyone should land on from search.

  No <lastmod>. It is optional, Google largely ignores it unless it is
  demonstrably accurate, and a stale one is worse than none — this file would
  have to be touched on every copy edit to keep it honest.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://arcane-ascension.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://arcane-ascension.com/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://arcane-ascension.com/delete-account</loc>
    <priority>0.3</priority>
  </url>
</urlset>
