<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four pages, written out rather than generated. A build step that walks
  public/ would have found the same four files and added a way for the list to
  be wrong on the day nobody was looking.

  The paths carry no trailing slash and no .html, because `cleanUrls` and
  `trailingSlash: false` in ../../vercel.json make those the canonical forms.
  They are also, exactly, the paths compiled into the app and typed into the two
  store consoles, so a sitemap entry that disagreed with one would be pointing
  at a redirect at best.

  `lastmod` is maintained by hand. The three policy pages carry a visible "Last
  updated" line, and the date here has to be the date there; change them
  together. A stale date somebody has to correct deliberately is a better
  failure than a build-time date that silently claims every page changed on
  every deploy, which is what teaches a crawler to stop believing the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://izzyspells.izzylifeapp.com/</loc>
    <lastmod>2026-09-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://izzyspells.izzylifeapp.com/privacy</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://izzyspells.izzylifeapp.com/terms</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://izzyspells.izzylifeapp.com/delete-account</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
