<?xml version="1.0" encoding="UTF-8"?>
<!--
  BeWhale sitemap.

  Moved here from the repository root in P8 — a root-level file is not copied
  into `dist/`, so this was never actually served.

  Fixed at the same time:
    · the namespace was `sitemap-image/1.1`, which is the image EXTENSION
      namespace, not the sitemap schema. It is now `sitemap/0.9`.
    · the only entry was `https://www.bewhale.app/`, on a host the site is not
      served from and which disagrees with every canonical tag on the site.
      Both URLs below are byte-identical to the `<link rel="canonical">` the
      matching page emits.

  Only the two live routes — `/` and `/policy` — are listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bewhale.app/</loc>
    <lastmod>2026-07-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bewhale.app/policy</loc>
    <lastmod>2026-07-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
