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

  Points Google at both the static sitemap (marketing routes) and the
  dynamic blog sitemap (served by Express so blog articles stay fresh
  as they're authored). Proxy config:
    /sitemap-index.xml   -> this file, served by nginx from dist/
    /sitemap.xml         -> dist/sitemap.xml (static marketing)
    /sitemap-blog.xml    -> nginx proxies to Express /api/seo/sitemap-blog.xml
                           (see nginx.conf; fallback to /api prefix if the
                           proxy isn't set up yet)
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://redofy.se/sitemap.xml</loc>
    <lastmod>2026-04-18</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://redofy.se/api/seo/sitemap-blog.xml</loc>
    <lastmod>2026-04-18</lastmod>
  </sitemap>
</sitemapindex>
