<?xml version="1.0" encoding="UTF-8"?>
<!--
  Six URLs: the landing page and the full catalogue, in each of the three languages.

  Every entry lists all three languages as alternates, including itself — the same rule the
  hreflang tags in the pages follow, and for the same reason: a one-way reference is ignored, so
  the three versions would compete as duplicates instead of being understood as translations.

  Deliberately static. The routes are fixed at build time (Locale x page kind), so generating this
  from the running catalogue would add a moving part to describe a set that never moves. Individual
  plans are not listed: they have no URLs of their own, they are cards inside /plans.

  The signed-in pages are absent on purpose — they carry `noindex`; see robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://mintaccess.uz/</loc>
    <xhtml:link rel="alternate" hreflang="ru" href="https://mintaccess.uz/"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://mintaccess.uz/uz/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://mintaccess.uz/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mintaccess.uz/"/>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://mintaccess.uz/uz/</loc>
    <xhtml:link rel="alternate" hreflang="ru" href="https://mintaccess.uz/"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://mintaccess.uz/uz/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://mintaccess.uz/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mintaccess.uz/"/>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://mintaccess.uz/en/</loc>
    <xhtml:link rel="alternate" hreflang="ru" href="https://mintaccess.uz/"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://mintaccess.uz/uz/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://mintaccess.uz/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mintaccess.uz/"/>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://mintaccess.uz/plans</loc>
    <xhtml:link rel="alternate" hreflang="ru" href="https://mintaccess.uz/plans"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://mintaccess.uz/uz/plans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://mintaccess.uz/en/plans"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mintaccess.uz/plans"/>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://mintaccess.uz/uz/plans</loc>
    <xhtml:link rel="alternate" hreflang="ru" href="https://mintaccess.uz/plans"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://mintaccess.uz/uz/plans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://mintaccess.uz/en/plans"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mintaccess.uz/plans"/>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://mintaccess.uz/en/plans</loc>
    <xhtml:link rel="alternate" hreflang="ru" href="https://mintaccess.uz/plans"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://mintaccess.uz/uz/plans"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://mintaccess.uz/en/plans"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mintaccess.uz/plans"/>
    <priority>0.8</priority>
  </url>

</urlset>
