<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained sitemap. DO NOT replace this with jekyll-sitemap.

  Why: the site is served by CloudFront over an S3 *REST* origin, which has no
  "/dir/ -> /dir/index.html" index-document mapping. Every trailing-slash URL
  returns 403 AccessDenied. jekyll-sitemap emits page.url, which under
  `permalink: pretty` is the trailing-slash form, so the generated sitemap
  advertised 7 URLs of which 6 were 403 (verified live 2026-08-15).

  Every entry below is therefore the explicit index.html form, which is what
  actually serves. If the origin is ever fixed (CloudFront Function rewriting
  "/" -> "/index.html", or the S3 static-website endpoint), these URLs keep
  working unchanged, so this file is safe either way.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.seclave.se/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.seclave.se/order/index.html</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.seclave.se/about/index.html</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.seclave.se/documentation/index.html</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.seclave.se/documentation/html/index.html</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.seclave.se/software/index.html</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.seclave.se/contact/index.html</loc>
    <priority>0.5</priority>
  </url>
</urlset>
