<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every url is written with a trailing slash, because that is the form
  Firebase Hosting actually serves (trailingSlash: true). The hreflang
  annotations in the pre-rendered HTML are normalised to the same form —
  Google only trusts language annotations when the sitemap, the canonical
  and the alternate links point at byte-identical urls.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- English (default, no prefix) -->
  <url>
    <loc>https://nolum.io/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://nolum.io/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://nolum.io/ru/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://nolum.io/uk/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nolum.io/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Ukrainian -->
  <url>
    <loc>https://nolum.io/uk/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://nolum.io/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://nolum.io/ru/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://nolum.io/uk/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nolum.io/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Russian -->
  <url>
    <loc>https://nolum.io/ru/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://nolum.io/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://nolum.io/ru/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://nolum.io/uk/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nolum.io/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!--
    Legal pages. Low priority, but they belong in the sitemap: a product
    that takes payments is judged by whether its terms and privacy policy
    are reachable, and search engines pass that signal on.
  -->
  <url>
    <loc>https://nolum.io/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://nolum.io/privacy/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://nolum.io/ru/privacy/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://nolum.io/uk/privacy/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nolum.io/privacy/"/>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://nolum.io/terms/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://nolum.io/terms/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://nolum.io/ru/terms/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://nolum.io/uk/terms/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nolum.io/terms/"/>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
