<?xml version="1.0" encoding="UTF-8"?>
<!--
  Mabel.Pet — sitemap
  ⚠️ Must exist as a REAL file. Without it the SPA catch-all answered
  /sitemap.xml with index.html and a 200, so crawlers got HTML where XML was
  expected. Netlify logged 21 such requests in the week to 16 Aug 2026.

  Deliberately short. Only pages that exist as static HTML belong here — the
  rest of Mabel is client-rendered and behind a login, so there is nothing for a
  crawler to read. That is precisely why organic traffic is ~1 referral a week.

  When the condition library is generated as static pages (/library/*), add them
  here. That is the point at which this file starts earning its keep.

  lastmod dates are real. Don't bump them without a real change; a sitemap that
  claims everything changed today teaches Google to ignore the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mabel.pet/</loc>
    <lastmod>2026-08-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mabel.pet/terms.html</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mabel.pet/privacy.html</loc>
    <lastmod>2026-08-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
