<?xml version="1.0" encoding="UTF-8"?>
<!--
  DYNAMIC SITEMAP — public offers.
  INCLUDE:  status=active only (closed → robots: noindex)
  EXCLUDE:  status=closed
            /offers/edit/:id (noindex, disallowed in robots.txt)
            /*/offers (authenticated listing — disallowed in robots.txt)
  RULE:     /offers/:id — priority 0.6, changefreq daily
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Example active offer (replace with DB-generated entries) -->
  <url>
    <loc>https://hypehunter.ai/offers/{offer-id}</loc>
    <lastmod>{offer_updated_at}</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
