<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
<!-- Blog & News Sitemap — DNACrypto Institutional Crypto Trading Platform -->
<!--
  DYNAMIC UPDATES:
  This file should be regenerated whenever new blog posts are published.
  WordPress posts are fetched via NEXT_PUBLIC_WORDPRESS_API_URL and served at /<slug>.
  Consider automating regeneration via a post-publish webhook from WordPress.

  URL structure:
    Blog listing:    https://www.dnacrypto.co/news
    Blog post:       https://www.dnacrypto.co/<post-slug>   (root-level [slug] route)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">

  <!-- ═══════════════════════════════════════════════
       Blog Index Pages
  ═══════════════════════════════════════════════ -->
  <url>
    <loc>https://www.dnacrypto.co/news</loc>
    <lastmod>2026-05-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.85</priority>
  </url>
  <url>
    <loc>https://www.dnacrypto.co/blog</loc>
    <lastmod>2026-05-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.82</priority>
  </url>

  <!--
    ═══════════════════════════════════════════════
    INDIVIDUAL BLOG POSTS
    Add entries below as posts are published.
    Format:

    <url>
      <loc>https://www.dnacrypto.co/your-post-slug</loc>
      <lastmod>YYYY-MM-DD</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.70</priority>
      <news:news>
        <news:publication>
          <news:name>DNACrypto News</news:name>
          <news:language>en</news:language>
        </news:publication>
        <news:publication_date>YYYY-MM-DDTHH:MM:SS+00:00</news:publication_date>
        <news:title>Your Article Title Here</news:title>
      </news:news>
    </url>

    TIP: Automate this via a build-time script using lib/wordpress.ts getPosts()
         or trigger a Vercel/Next.js revalidation webhook on WordPress publish.
    ═══════════════════════════════════════════════
  -->

</urlset>
