<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public marketing surface. Kept in step with BROWSABLE_PUBLIC_PATHS in
  src/routes/+layout.svelte by scripts/check-sitemap.mjs (npm run check:sitemap,
  part of `npm run lint`) — a route added there without a <loc> here fails the gate.

  No <lastmod>/<changefreq>/<priority>: we have no honest per-page modification
  date, and search engines ignore the other two. An invented lastmod is worse than
  none — it trains crawlers to distrust the file.

  The /legal/* pages are CMS-backed and only render once an admin publishes them.

  Auth-gated and auth-flow routes are deliberately absent (see robots.txt); so are
  per-locale URLs, which do not exist yet — pl and en share one URL because the
  locale lives in localStorage. Splitting them (and adding hreflang) is tier 2 in
  docs/wiki/gtm/seo-and-analytics.md.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://e-plusik-minusik.pl/</loc></url>
  <url><loc>https://e-plusik-minusik.pl/pricing</loc></url>
  <url><loc>https://e-plusik-minusik.pl/faq</loc></url>
  <url><loc>https://e-plusik-minusik.pl/about</loc></url>
  <url><loc>https://e-plusik-minusik.pl/contact</loc></url>
  <url><loc>https://e-plusik-minusik.pl/transparency</loc></url>
  <url><loc>https://e-plusik-minusik.pl/legal/tos</loc></url>
  <url><loc>https://e-plusik-minusik.pl/legal/privacy</loc></url>
  <url><loc>https://e-plusik-minusik.pl/legal/cookies</loc></url>
</urlset>
