<?xml version="1.0" encoding="UTF-8"?>
<!--
  Canonical sitemap entry-point at /sitemap.xml.

  @astrojs/sitemap generates /sitemap-0.xml (the actual URL list) and
  /sitemap-index.xml (the index). Crawlers conventionally look for
  /sitemap.xml first, so this static file forwards them to the real
  sitemap. It's a valid <sitemapindex> per protocol — Google, Bing, and
  AI crawlers parse it the same way they would the auto-generated
  sitemap-index.xml.

  This file does NOT need to be regenerated when content changes —
  /sitemap-0.xml is what holds the live URL list and is rebuilt on
  every site deploy by Astro.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://crestviral.com/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
