<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written and short on purpose: the app has ten addressable screens, and a
  generator would be more machinery than the thing it generates.

  The URL grammar is `/[<ui-locale>]/practice/<language>` for a lesson and
  `/[<ui-locale>]/<page>` for prose (CONTRIBUTING "URLs"), so the *interface*
  language is an alternate of the same page rather than a page of its own:
  every entry carries an `en` and an `ne` alternate, and English is spelt by
  omission. `x-default` is the English URL, which is what an unprefixed visit
  gets.

  Note that `/practice` and `/practice/en` are two different entries and two
  different things - the landing page, and a lesson. That is the grammar
  working, not a duplicate.

  Priorities are relative and only to each other: the start screen, then the
  three lessons somebody arrives to use, then the pages she reads once.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://typeright.me/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://typeright.me/" />
    <xhtml:link rel="alternate" hreflang="ne" href="https://typeright.me/np" />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/"
    />
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://typeright.me/practice/en</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/practice/en"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/practice/en"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/practice/en"
    />
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://typeright.me/practice/np</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/practice/np"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/practice/np"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/practice/np"
    />
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://typeright.me/practice/preeti</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/practice/preeti"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/practice/preeti"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/practice/preeti"
    />
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://typeright.me/practice</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/practice"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/practice"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/practice"
    />
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://typeright.me/languages</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/languages"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/languages"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/languages"
    />
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://typeright.me/about</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/about"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/about"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/about"
    />
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://typeright.me/privacy</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/privacy"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/privacy"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/privacy"
    />
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://typeright.me/terms</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/terms"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/terms"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/terms"
    />
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://typeright.me/contact</loc>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://typeright.me/contact"
    />
    <xhtml:link
      rel="alternate"
      hreflang="ne"
      href="https://typeright.me/np/contact"
    />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://typeright.me/contact"
    />
    <priority>0.4</priority>
  </url>
</urlset>
