<?xml version="1.0" encoding="UTF-8"?>
<!--
  The list of pages we want in Google.

  Today that is the front page in its two languages — English at / and Danish at
  /da — and nothing else: every other address is a screen inside the app, which
  is marked "do not index" on purpose. When a new public page is added (a
  features page, a blog), add one <url> block for it here.

  Each entry also lists the other language via <xhtml:link rel="alternate">, which
  is how Google is told the two addresses are one page in two languages rather
  than duplicates competing with each other. The same information is on the pages
  themselves as hreflang tags (src/seo/seo.tsx) — Google wants both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://r-os.io/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://r-os.io/" />
    <xhtml:link rel="alternate" hreflang="da" href="https://r-os.io/da" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://r-os.io/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://r-os.io/da</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://r-os.io/" />
    <xhtml:link rel="alternate" hreflang="da" href="https://r-os.io/da" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://r-os.io/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
