<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public site, in three languages.

  Absolute URLs on petos.kz rather than relative ones: a sitemap is fetched by
  a crawler that has no page context, and the spec requires them. That means
  this file names the marketing hostname even while the build is also served
  from app.petos.kz — which is correct, because the pages it lists are the ones
  meant to be found, and they are meant to be found there.

  Static, not generated. The reference builds its equivalent from a server route
  and this application has no server half; twelve URLs that change when a
  language or a page is added are cheaper to keep honest by hand than to
  reintroduce a rendering server for.

  Only pages that exist and are meant to be indexed. The application's screens
  are in robots.txt as Disallow, and listing them here would contradict that.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://petos.kz/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="ru" href="https://petos.kz/"/>
    <xhtml:link rel="alternate" hreflang="kk" href="https://petos.kz/kk"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://petos.kz/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://petos.kz/"/>
  </url>

  <url>
    <loc>https://petos.kz/kk</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="ru" href="https://petos.kz/"/>
    <xhtml:link rel="alternate" hreflang="kk" href="https://petos.kz/kk"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://petos.kz/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://petos.kz/"/>
  </url>

  <url>
    <loc>https://petos.kz/en</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="ru" href="https://petos.kz/"/>
    <xhtml:link rel="alternate" hreflang="kk" href="https://petos.kz/kk"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://petos.kz/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://petos.kz/"/>
  </url>

  <!--
    Russian only, and deliberately so: these are the application's documents,
    written against what the clinic and owner screens actually collect. The
    marketing site's own three-language versions were not ported.
  -->
  <url>
    <loc>https://petos.kz/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://petos.kz/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
