<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — points crawlers to the dynamic, DB-backed sitemaps.
  Architecture (since June 2026):
    /api/sitemap.xml         → dynamic sitemap INDEX (auto-generated)
    /api/sitemap-{lang}.xml  → one urlset per locale (hr, en, de, sl, it)

  This static fallback duplicates the same index so that:
    - /sitemap.xml is served directly from the CDN edge (no app cold start).
    - Crawlers that fetch /sitemap.xml first (Google's default behaviour)
      still discover every per-language sitemap immediately.
    - Newly added blog posts / services appear inside each per-language
      sitemap on next render (sitemaps are DB-backed).
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://implantoloski-centar-smile.hr/api/sitemap-hr.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://implantoloski-centar-smile.hr/api/sitemap-en.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://implantoloski-centar-smile.hr/api/sitemap-de.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://implantoloski-centar-smile.hr/api/sitemap-sl.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://implantoloski-centar-smile.hr/api/sitemap-it.xml</loc>
  </sitemap>
</sitemapindex>
