<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Children:
  - sitemap-pages.xml     static pages + knowledge-bank articles
                          (build-generated by apps/web/scripts/gen-sitemap-pages.ts,
                           served as a static file by the web app)
  - sitemap-listings.xml  live first-party listings, served dynamically by the
                          API server (Traefik routes this exact path there)
  - sitemap-places/*.xml  programmatic place × intent landing pages, one child
                          per intent, served dynamically by the API server
                          (Traefik routes the /sitemap-places/ prefix there)
  - sitemap-areas.xml     /omrade/$slug områdesbetyg pages with active listings,
                          served dynamically by the API server (Traefik routes
                          this exact path there)
  - sitemap-stats.xml     /statistik/kvadratmeterpriser/$slug per-kommun price
                          pages with sufficient sold-price data, served
                          dynamically by the API server
  - sitemap-types.xml     /kopa-bostad/$plats/$typ property-type facets, gated
                          on that type's own supply, served dynamically by the
                          API server (Traefik routes this exact path there)
  - sitemap-guides.xml    /omrade/basta-omraden/$plats ranked area guides,
                          gated on >=8 scored areas per kommun, served
                          dynamically by the API server (proxied via serve.mjs)
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://sokhem.se/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-listings.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-places/kop.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-places/salj.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-places/hyr.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-places/byt.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-areas.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-stats.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-types.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://sokhem.se/sitemap-guides.xml</loc>
  </sitemap>
</sitemapindex>
