<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the pages Apache lets a crawler index. The panel is deliberately absent:
  every route under a locale prefix redirects to a login.

  The two locales are declared as alternates of one another rather than as two
  unrelated pages, so a search engine treats them as one document in two
  languages instead of duplicate content.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://skumio.com/pl</loc>
    <xhtml:link rel="alternate" hreflang="pl" href="https://skumio.com/pl"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://skumio.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://skumio.com/en"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://skumio.com/en</loc>
    <xhtml:link rel="alternate" hreflang="pl" href="https://skumio.com/pl"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://skumio.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://skumio.com/en"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://skumio.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://skumio.com/tos</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://skumio.com/data-deletion</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- The API sales page. Declared as alternates of one another for the same reason the landing is:
       one document in several languages, not duplicate content. -->
  <url>
    <loc>https://skumio.com/pl/api</loc>
    <xhtml:link rel="alternate" hreflang="pl" href="https://skumio.com/pl/api"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://skumio.com/en/api"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://skumio.com/en/api"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://skumio.com/en/api</loc>
    <xhtml:link rel="alternate" hreflang="pl" href="https://skumio.com/pl/api"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://skumio.com/en/api"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://skumio.com/en/api"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
