<?xml version="1.0" encoding="UTF-8"?>
<!--
  FILE:    sitemap.xml  (SITEMAP INDEX)
  SITE:    https://breezefsm.in
  VERSION: v3.0.0 — Sitemap Index Architecture
  UPDATED: 2026-05-23

  ARCHITECTURE:
  ┌─ sitemap.xml              ← THIS FILE (Sitemap Index)
  ├─ sitemap-main.xml         ← Static HTML pages (manually managed)
  └─ /blog/sitemap.xml        ← WordPress auto-generated blog sitemap

  GOOGLE DOCS:
  https://developers.google.com/search/docs/crawling-indexing/sitemaps/large-sitemaps
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Static website pages -->
  <sitemap>
    <loc>https://breezefsm.in/sitemap-main.xml</loc>
    <lastmod>2026-05-23</lastmod>
  </sitemap>

  <!-- WordPress blog sitemap -->
  <sitemap>
    <loc>https://breezefsm.in/blog/sitemap.xml</loc>
  </sitemap>

</sitemapindex>