<?xml version="1.0" encoding="UTF-8"?>
<!-- Locale is a query parameter, not a path segment, so every route has two real
     URLs: the clean path (Norwegian, the site default) and ?lang=en. Sitemap
     hreflang annotations require a separate <url> entry per localized URL, so
     both variants are listed and each carries the same reciprocal alternate set
     including itself. No hashes, no invented /en/ or /no/ paths.

     priority and changefreq are deliberately omitted: Google ignores both and
     there is no other consumer of this sitemap. lastmod is omitted rather than
     invented. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://www.scanprofile.no/</loc>
    <xhtml:link rel="alternate" hreflang="no" href="https://www.scanprofile.no/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.scanprofile.no/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.scanprofile.no/" />
  </url>
  <url>
    <loc>https://www.scanprofile.no/features</loc>
    <xhtml:link rel="alternate" hreflang="no" href="https://www.scanprofile.no/features" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.scanprofile.no/features?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.scanprofile.no/features" />
  </url>
  <url>
    <loc>https://www.scanprofile.no/support</loc>
    <xhtml:link rel="alternate" hreflang="no" href="https://www.scanprofile.no/support" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.scanprofile.no/support?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.scanprofile.no/support" />
  </url>
  <url>
    <loc>https://www.scanprofile.no/privacy</loc>
    <xhtml:link rel="alternate" hreflang="no" href="https://www.scanprofile.no/privacy" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.scanprofile.no/privacy?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.scanprofile.no/privacy" />
  </url>
  <!-- English variants: same reciprocal alternate set, each self-listed. -->
  <url>
    <loc>https://www.scanprofile.no/?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="no" href="https://www.scanprofile.no/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.scanprofile.no/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.scanprofile.no/" />
  </url>
  <url>
    <loc>https://www.scanprofile.no/features?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="no" href="https://www.scanprofile.no/features" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.scanprofile.no/features?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.scanprofile.no/features" />
  </url>
  <url>
    <loc>https://www.scanprofile.no/support?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="no" href="https://www.scanprofile.no/support" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.scanprofile.no/support?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.scanprofile.no/support" />
  </url>
  <url>
    <loc>https://www.scanprofile.no/privacy?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="no" href="https://www.scanprofile.no/privacy" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.scanprofile.no/privacy?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.scanprofile.no/privacy" />
  </url>
</urlset>
