<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four URLs — one per language. The page used to switch all four client-side from
  a single "/", which meant Google could only ever index the English copy and
  hreflang was undeclarable (an alternate cannot point at the URL it lives on).
  landing/tools/prerender.mjs now emits /pl/, /uk/ and /ru/ as real pages.

  Every <url> repeats the COMPLETE alternate set, including a self-reference and
  x-default. That is the spec, not redundancy: a cluster whose members do not all
  list each other is discarded, and then this whole file buys nothing.

  Trailing slashes are load-bearing. /pl returns a 307 to /pl/ under Cloudflare's
  default html_handling, and a sitemap entry or hreflang target that redirects is
  dropped.

  https://chatahunter.com and 2026-07-28 are stamped at deploy time by
  .github/workflows/deploy-landing.yml. Never hand-edit them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://chatahunter.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://chatahunter.com/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://chatahunter.com/pl/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://chatahunter.com/uk/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://chatahunter.com/ru/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://chatahunter.com/"/>
    <lastmod>2026-07-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://chatahunter.com/pl/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://chatahunter.com/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://chatahunter.com/pl/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://chatahunter.com/uk/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://chatahunter.com/ru/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://chatahunter.com/"/>
    <lastmod>2026-07-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://chatahunter.com/uk/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://chatahunter.com/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://chatahunter.com/pl/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://chatahunter.com/uk/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://chatahunter.com/ru/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://chatahunter.com/"/>
    <lastmod>2026-07-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://chatahunter.com/ru/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://chatahunter.com/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://chatahunter.com/pl/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://chatahunter.com/uk/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://chatahunter.com/ru/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://chatahunter.com/"/>
    <lastmod>2026-07-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
