<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ──────────────────────────────────────────────────────────────────
       Bli Svensk — sitemap
       This is a single-page Flutter app. Google treats URL fragments
       (/#/...) as the same URL as the apex, so listing #-routed paths
       here is noise. Only real, server-served URLs belong in this file.
       When the app grows a real /blog/ or /chapters/<slug>/ structure,
       add those — and consider a sitemap index referencing the blog
       sitemap at https://blog.sverigefokus.se/sitemap-index.xml.
       ────────────────────────────────────────────────────────────────── -->

  <url>
    <loc>https://sverigefokus.se/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Static guide hub: persistent (non-Flutter) page that links every
       blog.sverigefokus.se post. Gives Google a durable crawl path to the
       blog that survives JS rendering. -->
  <url>
    <loc>https://sverigefokus.se/guider</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Static pricing / features page: public, crawlable view of what the
       app includes and what it costs (the in-app /upgrade screen is
       login-gated). Own canonical + Product/FAQ schema. -->
  <url>
    <loc>https://sverigefokus.se/pris</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://sverigefokus.se/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://sverigefokus.se/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
