<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static fallback for crawlers that probe /sitemap.xml (singular) instead
  of the actual /sitemap-index.xml that @astrojs/sitemap emits. Without
  this file, /sitemap.xml hits the styled 404 page (no 301), which some
  older Bingbot and naive AI crawlers don't recover from.

  Mirrors the sitemap-index.xml shape — same single sub-sitemap loc.
  When Astro adds a second sub-sitemap (auto-paginated past 45,000 URLs),
  add another <sitemap><loc>https://viralmint.net/sitemap-1.xml</loc></sitemap>
  here too. Until then, the one entry is sufficient.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://viralmint.net/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
