<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — points crawlers to the dynamic, DB-backed sitemap.
  The dynamic sitemap (/api/sitemap.xml) auto-includes every published
  blog post, service, and team member with proper <lastmod>, so newly
  added content is discoverable by Google/Bing within minutes (no
  frontend rebuild needed).

  Why we use an index here:
    - This file is served at /sitemap.xml directly from the static
      frontend bundle (cannot be dynamic without a rebuild).
    - Google checks /sitemap.xml first; without the index it would
      only see the curated static URL list and miss every blog post.
    - sitemapindex is a standard sitemaps.org schema → Google follows
      <sitemap><loc> entries and re-fetches them on its own schedule.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://implantoloski-centar-smile.hr/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
