<?xml version="1.0" encoding="UTF-8"?>
<!--
  Root-level /sitemap.xml is a sitemap-index that delegates to the dynamic
  /api/sitemap.xml. The dynamic sitemap is regenerated on every request from
  MongoDB so it always includes all city pages, accident-type pages, blog
  posts, and future CMS content without any redeploy.

  Why this layout: the frontend is a React SPA served at the root path; only
  /api/* routes reach the FastAPI backend. By using a sitemap index here,
  Google fetches /api/sitemap.xml as a sub-sitemap and indexes every URL it
  contains.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://ohioaccidentaid.com/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
