<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Both child sitemaps are served at root-level paths so their
  URLs stay within sitemap path-scope (a sitemap may only list URLs at or below
  its own directory):
    - sitemap-static.xml      static marketing/app routes (this Vite public dir)
    - sitemap-models.xml      dynamic /library/{id} pages (backend, exposed at
                              root via a Caddy rewrite to /api/seo/sitemap-models.xml)
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://openwakeword.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://openwakeword.com/sitemap-models.xml</loc>
  </sitemap>
</sitemapindex>
