<?xml version="1.0" encoding="UTF-8"?>
<!--
  DYNAMIC SITEMAP — public feed posts.
  INCLUDE:  all published posts (robots: index, follow per seo-config)
  EXCLUDE:  /feed (the listing — noindex, follow per seo-config)
            draft / deleted posts
  RULE:     /posts/:id — priority 0.5, changefreq weekly
  NOTE:     OG type = article; no locale prefix for individual posts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Example post (replace with DB-generated entries) -->
  <url>
    <loc>https://hypehunter.ai/posts/{post-id}</loc>
    <lastmod>{post_created_at}</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
