<?xml version="1.0" encoding="UTF-8"?>
<!--
  ═══════════════════════════════════════════════════════════════════
  SITEMAP INDEX — openfloai.com
  
  HOW THIS WORKS:
  This file is the "table of contents" for your entire sitemap system.
  Google reads this first, then follows each <loc> to the child sitemap.
  
  BENEFITS OF SITEMAP INDEX ARCHITECTURE:
  1. Each child sitemap can have up to 50,000 URLs (Google limit)
  2. You can submit each child sitemap separately for debugging
  3. Crawl budget is distributed across sitemaps, not one file
  4. Adding a new vertical = adding one <sitemap> entry here
  
  SUBMIT THIS URL TO GOOGLE SEARCH CONSOLE:
  https://openfloai.com/sitemap-index.xml
  
  ALSO ADD TO robots.txt:
  Sitemap: https://openfloai.com/sitemap-index.xml
  ═══════════════════════════════════════════════════════════════════
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Core pages: homepage, about, contact, privacy -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-core.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- Blog posts: all content articles -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-blog.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- ROI Calculators HUB page -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-calculators.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- pSEO: Legal vertical (law firm + practice areas + locations) -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-pseo-legal.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- pSEO: Accounting vertical -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-pseo-accounting.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- pSEO: Healthcare vertical -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-pseo-medical.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- pSEO: Real Estate vertical -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-pseo-realestate.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- pSEO: Financial Advisory vertical -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-pseo-financial.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- pSEO: Insurance vertical -->
  <sitemap>
    <loc>https://openfloai.com/sitemap-pseo-insurance.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>

  <!-- Add more verticals here as you build them -->
  <!-- 
  <sitemap>
    <loc>https://openfloai.com/sitemap-pseo-hr-staffing.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://openfloai.com/sitemap-pseo-marketing-agency.xml</loc>
    <lastmod>2026-01-15</lastmod>
  </sitemap>
  -->

</sitemapindex>