<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, and held to src/content/site.ts by tests/unit/seo-metadata.test.ts: the
  <loc> list must equal PUBLIC_PAGES in order, and no route marked `indexable: false` may
  appear anywhere in this file.

  Every URL also carries its own hreflang set. It repeats what the <link rel="alternate">
  tags in the prerendered pages already say, on purpose — a sitemap and on-page annotations
  are the two delivery methods search engines accept, and this site needs the x-default
  heard. The domain is a country-code TLD, which reads as a regional signal on its own, and
  Search Console no longer has the control that used to override it. x-default is what says
  "this is the version for everyone else": US, UK, Asia, everywhere with no version of its
  own. Both tags on a URL must point back at that same URL, or the set is not reciprocal and
  is discarded whole.

  No <lastmod>: an honest one would need per-page change tracking this file has no way to do,
  and a date stamped at every deploy claims all nine pages changed together. Google ignores
  lastmod it finds inaccurate, so a wrong one is worth less than none. <changefreq> and
  <priority> are ignored by Google outright and kept only because Bing still reads them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://ok2go.eu/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ok2go.eu/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/about" />
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ok2go.eu/faq</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/faq" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/faq" />
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ok2go.eu/what-ok2go-is-not</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/what-ok2go-is-not" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/what-ok2go-is-not" />
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ok2go.eu/sample-record</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/sample-record" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/sample-record" />
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ok2go.eu/contact</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/contact" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/contact" />
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://ok2go.eu/terms</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/terms" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ok2go.eu/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/privacy" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ok2go.eu/cookies</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ok2go.eu/cookies" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ok2go.eu/cookies" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
