<?xml version="1.0" encoding="UTF-8"?>
<!--
  RonOnCrypto Sitemap Index
  ─────────────────────────
  Declares both the static pre-built sitemap (covers all known routes)
  and the dynamic Supabase-powered sitemap endpoint (includes news articles).
  Google will crawl all referenced sitemaps in parallel.
  Submitted to: Google Search Console + Bing Webmaster Tools
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Static sitemap: 199+ pre-built article, tool, and page URLs
       Rebuilt on every deploy. Covers the bulk of the site. -->
  <sitemap>
    <loc>https://rononcrypto.com/sitemap.xml</loc>
    <lastmod>2026-05-11</lastmod>
  </sitemap>

  <!-- Dynamic sitemap: auto-generated from Supabase edge function
       Includes news_items table entries. Updates hourly via cron.
       Endpoint: https://exwbourfkozpgrsmhhxk.supabase.co/functions/v1/sitemap -->
  <sitemap>
    <loc>https://exwbourfkozpgrsmhhxk.supabase.co/functions/v1/sitemap</loc>
    <lastmod>2026-05-11</lastmod>
  </sitemap>

</sitemapindex>