<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for www.vestu.app.

  It references the two sitemaps that make up the site:
    * /sitemap-pages.xml      — the React SPA's public marketing/legal pages
    * /blog/sitemap-index.xml — the Astro blog's own sitemap, served from this
                                same domain under /blog (generated by the
                                vestu-blog repo, not this one).

  The blog sitemap is also listed directly in robots.txt, so crawlers discover
  blog content whether they enter through this index or through robots.txt.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.vestu.app/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.vestu.app/blog/sitemap-index.xml</loc>
  </sitemap>
</sitemapindex>
