<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. robots.txt points here.

  - sitemap-pages.xml : static marketing/utility pages (this repo).
  - sitemap-words.xml : dynamic word-page index, generated by the backend
    (English entries that have a cached LLM summary, so they render real
    content to crawlers) and proxied through the Cloudflare Worker. See
    docs/seo.md and src/etymon/modules/seo.py.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://miraris.app/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://miraris.app/sitemap-words.xml</loc>
  </sitemap>
</sitemapindex>
