<?xml version="1.0" encoding="UTF-8"?>
<!-- Каждый <url> перечисляет ВСЕ языковые версии, включая себя самого - требование
     Google: "Each url element must have a child element xhtml:link ... that lists every
     alternate version of the page, including itself"
     developers.google.com/search/docs/specialty/international/localized-versions#sitemap
     Яндекс hreflang из sitemap не читает, поэтому те же ссылки продублированы в <head>. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://rubini.su/</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="ru" href="https://rubini.su/"/>
    <xhtml:link rel="alternate" hreflang="kk" href="https://rubini.su/kk/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://rubini.su/"/>
  </url>

  <url>
    <loc>https://rubini.su/kk/</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="ru" href="https://rubini.su/"/>
    <xhtml:link rel="alternate" hreflang="kk" href="https://rubini.su/kk/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://rubini.su/"/>
  </url>

  <url>
    <loc>https://rubini.su/policy</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

</urlset>
