<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml
  Submitted to Google Search Console at https://search.google.com/search-console

  Amateur: omit the sitemap entirely and rely on Googlebot crawling links.
  Googlebot may take weeks to discover the site and will not know when content
  changes. Single-page apps with no internal links are especially invisible.

  Pro: an explicit sitemap tells Google the canonical URL, the last-modified
  date, and how often to re-crawl. For a map PWA (no server-rendered pages,
  no internal anchor links) this is the primary discovery mechanism.

  changefreq="weekly" — toilet data is refreshed from the government API
  periodically; weekly signals Google that the page content evolves but is
  not real-time (which would use "daily" or "hourly").

  priority="1.0" — this is the only page; maximum priority is appropriate.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://xn--3v4bz0g41i.com</loc>
    <lastmod>2026-04-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
