<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap XML for search engines.
  Uses official sitemap protocol (xmlns) and xhtml:link for alternate language (hreflang) support.
  For details, see https://www.sitemaps.org/protocol.html

  <urlset> is the root element for the sitemap and must include these namespaces:
  - xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" tells search engines this file follows the official sitemap protocol.
  - xmlns:xhtml="http://www.w3.org/1999/xhtml" allows the use of <xhtml:link> tags for alternate language (hreflang) support.
  These namespaces are not URLs to be crawled; they are identifiers for XML parsers to interpret the tags correctly.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://luischaname.dk/</loc> <!-- canonical URL for Danish homepage -->
    <lastmod>2026-06-04</lastmod> <!-- last modified date (YYYY-MM-DD) -->
    <changefreq>weekly</changefreq> <!-- expected update frequency -->
    <priority>1.0</priority> <!-- importance (1.0 = highest) -->
    <xhtml:link rel="alternate" hreflang="da" href="https://luischaname.dk/" /> <!-- Danish version -->
    <xhtml:link rel="alternate" hreflang="en" href="https://luischaname.com/" /> <!-- English version -->
  </url>
  <url>
    <loc>https://luischaname.com/</loc>
    <lastmod>2026-06-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="da" href="https://luischaname.dk/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://luischaname.com/" />
  </url>
  <url>
    <loc>https://luischaname.dk/#/vilkaar</loc>
    <lastmod>2026-06-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    <xhtml:link rel="alternate" hreflang="da" href="https://luischaname.dk/#/vilkaar" />
    <xhtml:link rel="alternate" hreflang="en" href="https://luischaname.com/#/terms" />
  </url>
  <url>
    <loc>https://luischaname.com/#/terms</loc>
    <lastmod>2026-06-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
    <xhtml:link rel="alternate" hreflang="da" href="https://luischaname.dk/#/vilkaar" />
    <xhtml:link rel="alternate" hreflang="en" href="https://luischaname.com/#/terms" />
  </url>
</urlset>
