<?xml version="1.0" encoding="UTF-8"?>
<!--
  The five real routes, in nav order. /v2 and /proto/products are deliberately absent — they are
  excluded in robots.txt for the same reason, and listing a page here while disallowing it there
  is a contradiction a crawler reports as an error.

  No <lastmod>: most of this page's content comes from Supabase at request time, so a date baked
  into a static file at build time would be a claim about freshness the file cannot actually make.
  An honest omission beats a wrong date — Google ignores a lastmod it learns not to trust.

  The host is the Pages default. On a custom domain it changes in four places, in one pass:
  here, the Sitemap: line in robots.txt, SITE_ORIGIN in src/data/pageMeta.ts (which feeds both
  the runtime canonical tags and the per-route heads baked into dist/), and the JSON-LD block
  in index.html.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://watania-bgn.pages.dev/</loc></url>
  <url><loc>https://watania-bgn.pages.dev/about</loc></url>
  <url><loc>https://watania-bgn.pages.dev/projects</loc></url>
  <url><loc>https://watania-bgn.pages.dev/products</loc></url>
</urlset>
