<?xml version="1.0" encoding="UTF-8"?>
<!--
  Redofy static marketing sitemap.

  Covers the public marketing/landing routes that live in the SPA at
  redofy.se (see web/src/routes/PublicRoutes.tsx). Referenced from
  /sitemap-index.xml alongside the dynamic blog sitemap
  (/sitemap-blog.xml, nginx-proxied from Express) and the docs
  sitemap (/docs/sitemap-index.xml, emitted by @astrojs/sitemap).

  Swedish-only site targeting sv-SE — hreflang entries mirror
  canonical URLs for explicitness, plus a sibling x-default per Google's
  recommendation for single-locale sites.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage -->
  <url>
    <loc>https://redofy.se/</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/" />
  </url>

  <!-- AI Bokföring - primary keyword landing -->
  <url>
    <loc>https://redofy.se/ai-bokforing</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/ai-bokforing" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/ai-bokforing" />
  </url>

  <!-- Funktioner -->
  <url>
    <loc>https://redofy.se/funktioner</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/funktioner" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/funktioner" />
  </url>

  <!-- Priser — canonical pricing URL (the React router accepts /priser, /pricing, and /?tab=priser) -->
  <url>
    <loc>https://redofy.se/priser</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/priser" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/priser" />
  </url>

  <!-- Om oss -->
  <url>
    <loc>https://redofy.se/om-oss</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/om-oss" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/om-oss" />
  </url>

  <!-- Blogg index -->
  <url>
    <loc>https://redofy.se/blogg</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/blogg" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/blogg" />
  </url>

  <!-- Myndighetsnyheter index -->
  <url>
    <loc>https://redofy.se/myndighetsnyheter</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/myndighetsnyheter" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/myndighetsnyheter" />
  </url>

  <!-- AI Chat -->
  <url>
    <loc>https://redofy.se/chat</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/chat" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/chat" />
  </url>

  <!-- Registrera -->
  <url>
    <loc>https://redofy.se/registrera</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/registrera" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/registrera" />
  </url>

  <!-- Integritetspolicy — no /legal prefix, it's at the top level (see PublicRoutes.tsx) -->
  <url>
    <loc>https://redofy.se/integritetspolicy</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/integritetspolicy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/integritetspolicy" />
  </url>

  <!-- Användarvillkor -->
  <url>
    <loc>https://redofy.se/anvandarvillkor</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/anvandarvillkor" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/anvandarvillkor" />
  </url>

  <!-- API-dokumentation — public developer landing -->
  <url>
    <loc>https://redofy.se/api</loc>
    <lastmod>2026-06-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
    <xhtml:link rel="alternate" hreflang="sv-SE" href="https://redofy.se/api" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://redofy.se/api" />
  </url>

</urlset>
