<?xml version="1.0" encoding="UTF-8"?>
<!--
  DYNAMIC SITEMAP — generated at build/runtime by your sitemap generator.
  This file is a TEMPLATE showing structure and rules.
  Populate with real creator handles from DB.

  INCLUDE:  role=creator OR role=brand OR role=agency, robots="index, follow"
  EXCLUDE:  reserved handles (login, register, feed, etc.)
            handles with robots=noindex
  RULE:     /:handle — priority 0.7, changefreq weekly
  HREFLANG: each handle also lives at /en/{handle} /es/{handle} etc. if locale variants exist
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Example: Creator profile (replace with DB-generated entries) -->
  <url>
    <loc>https://hypehunter.ai/{handle}</loc>
    <lastmod>{profile_updated_at}</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
    <!-- hreflang alternates if locale-prefixed routes are served -->
    <xhtml:link rel="alternate" hreflang="en"       href="https://hypehunter.ai/en/{handle}"/>
    <xhtml:link rel="alternate" hreflang="es"       href="https://hypehunter.ai/es/{handle}"/>
    <xhtml:link rel="alternate" hreflang="ru"       href="https://hypehunter.ai/ru/{handle}"/>
    <xhtml:link rel="alternate" hreflang="uk"       href="https://hypehunter.ai/uk/{handle}"/>
    <xhtml:link rel="alternate" hreflang="zh"       href="https://hypehunter.ai/zh/{handle}"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://hypehunter.ai/{handle}"/>
  </url>

  <!-- Brand profile (same structure, role=brand) -->
  <url>
    <loc>https://hypehunter.ai/{brand-handle}</loc>
    <lastmod>{profile_updated_at}</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="en"       href="https://hypehunter.ai/en/{brand-handle}"/>
    <xhtml:link rel="alternate" hreflang="es"       href="https://hypehunter.ai/es/{brand-handle}"/>
    <xhtml:link rel="alternate" hreflang="ru"       href="https://hypehunter.ai/ru/{brand-handle}"/>
    <xhtml:link rel="alternate" hreflang="uk"       href="https://hypehunter.ai/uk/{brand-handle}"/>
    <xhtml:link rel="alternate" hreflang="zh"       href="https://hypehunter.ai/zh/{brand-handle}"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://hypehunter.ai/{brand-handle}"/>
  </url>

</urlset>
