<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every address the site wants indexed, in every language it exists in.

  The site ships one flat set of HTML files at the web root and nginx serves
  them under /en, /ru and /uz, so a page is one file but several URLs. Each
  <url> below therefore carries the whole locale set as xhtml:link alternates:
  that is the annotation Google and Yandex read to treat /en/... and /ru/...
  as translations of one another rather than as duplicates, and it works
  without the crawler executing any JavaScript.

  What is deliberately absent:
    - "/", "/cases" and "/<page>.html" — the unprefixed addresses. The first
      two serve the same bytes as their /en twin, the rest permanently redirect
      there; the language always lives in the URL for anything indexed.
    - /uz/<page>.html — the articles are authored in English and Russian only,
      and nginx redirects the Uzbek ones to /ru. Only the homepage is Uzbek.
    - /404 and /prototypes/ — both ask robots to stay away, the second in
      robots.txt as well.

  lastmod tracks the source file behind the URL, so a locale's date is the
  date its page last changed. Keep it in step when a page is edited.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage — the one page that speaks Uzbek. -->
  <url>
    <loc>https://alexvorontsov.com/en</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://alexvorontsov.com/uz"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en"/>
  </url>
  <url>
    <loc>https://alexvorontsov.com/ru</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://alexvorontsov.com/uz"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en"/>
  </url>
  <url>
    <loc>https://alexvorontsov.com/uz</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru"/>
    <xhtml:link rel="alternate" hreflang="uz" href="https://alexvorontsov.com/uz"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en"/>
  </url>

  <!-- Cases — the main page's cases section on an address of its own. -->
  <url>
    <loc>https://alexvorontsov.com/en/cases</loc>
    <lastmod>2026-08-24</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/cases"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/cases"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/cases"/>
  </url>
  <url>
    <loc>https://alexvorontsov.com/ru/cases</loc>
    <lastmod>2026-08-24</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/cases"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/cases"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/cases"/>
  </url>

  <!-- Journal — the published Narratives feed in English and Russian. -->
  <url>
    <loc>https://alexvorontsov.com/en/journal</loc>
    <lastmod>2026-09-04</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/journal"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/journal"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/journal"/>
  </url>
  <url>
    <loc>https://alexvorontsov.com/ru/journal</loc>
    <lastmod>2026-09-04</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/journal"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/journal"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/journal"/>
  </url>

  <!-- Articles — English and Russian. -->
  <url>
    <loc>https://alexvorontsov.com/en/cognitive-biases.html</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/cognitive-biases.html"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/cognitive-biases.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/cognitive-biases.html"/>
  </url>
  <url>
    <loc>https://alexvorontsov.com/ru/cognitive-biases.html</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/cognitive-biases.html"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/cognitive-biases.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/cognitive-biases.html"/>
  </url>

  <url>
    <loc>https://alexvorontsov.com/en/dev-team.html</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/dev-team.html"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/dev-team.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/dev-team.html"/>
  </url>
  <url>
    <loc>https://alexvorontsov.com/ru/dev-team.html</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/dev-team.html"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/dev-team.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/dev-team.html"/>
  </url>

  <url>
    <loc>https://alexvorontsov.com/en/dynamic-pricing.html</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/dynamic-pricing.html"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/dynamic-pricing.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/dynamic-pricing.html"/>
  </url>
  <url>
    <loc>https://alexvorontsov.com/ru/dynamic-pricing.html</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/dynamic-pricing.html"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/dynamic-pricing.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/dynamic-pricing.html"/>
  </url>

  <url>
    <loc>https://alexvorontsov.com/en/mini-games.html</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/mini-games.html"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/mini-games.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/mini-games.html"/>
  </url>
  <url>
    <loc>https://alexvorontsov.com/ru/mini-games.html</loc>
    <lastmod>2026-08-23</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://alexvorontsov.com/en/mini-games.html"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/mini-games.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/en/mini-games.html"/>
  </url>

  <!-- reelshub — a product page, Russian only, so it is its own x-default. -->
  <url>
    <loc>https://alexvorontsov.com/ru/reelshub</loc>
    <lastmod>2026-09-06</lastmod>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/reelshub"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/ru/reelshub"/>
  </url>

  <!-- Privacy policy — Russian only, so it is its own x-default. -->
  <url>
    <loc>https://alexvorontsov.com/ru/privacy</loc>
    <lastmod>2026-09-07</lastmod>
    <xhtml:link rel="alternate" hreflang="ru" href="https://alexvorontsov.com/ru/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alexvorontsov.com/ru/privacy"/>
  </url>

</urlset>
