<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap — links Google to the dynamic sitemap that lists
  every /q/:id and /u/:username page generated at runtime.

  Dynamic sitemap is served by the Express server and cached for 1 hour.
  It auto-discovers new questions and user profiles without any manual updates.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Static app routes (the React SPA shell) -->
  <sitemap>
    <loc>https://eqly.in/sitemap-static.xml</loc>
  </sitemap>

  <!-- Auto-generated: all /q/* question pages + /u/* profile pages -->
  <sitemap>
    <loc>https://eqly.in/sitemap-dynamic.xml</loc>
  </sitemap>

</sitemapindex>
