<?xml version="1.0" encoding="UTF-8"?>
<!--
  KEEP IN SYNC WITH src/pages/. Adding, removing, or renaming a public page means
  editing this file in the same change — nothing verifies it, so a stale sitemap
  fails silently and keeps pointing crawlers at URLs that no longer exist.

  Include: pages a stranger should be able to find. Exclude: redirects (/pobierz,
  /sklep/…) and pages reached only after submitting a form — see robots.txt,
  which excludes the same set.

  Written by hand rather than generated. @astrojs/sitemap enumerates routes at
  build time, and this site renders on the server, so it would have little to
  enumerate. Four URLs that change once or twice a year do not justify a
  dependency to keep a list this short in sync.

  No <lastmod>: an unmaintained date is worse than none, because crawlers act
  on it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dietary.app/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://dietary.app/polityka-prywatnosci</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://dietary.app/polityka-prywatnosci-dietary</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://dietary.app/usun-konto</loc>
    <priority>0.3</priority>
  </url>
</urlset>
