<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Landing Page -->
  <url>
    <loc>https://codewrinkles.com/</loc>
    <lastmod>2025-12-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Pulse Feed -->
  <url>
    <loc>https://codewrinkles.com/pulse</loc>
    <lastmod>2025-12-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Legal Pages -->
  <url>
    <loc>https://codewrinkles.com/terms</loc>
    <lastmod>2025-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://codewrinkles.com/privacy</loc>
    <lastmod>2025-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
    NOTE: This is a static sitemap for core pages only.

    For better SEO, implement dynamic sitemap generation in Phase 2:
    - Individual pulse URLs (/pulse/{pulseId})
    - User profile URLs (/pulse/u/{handle})
    - Hashtag pages (/social/hashtag/{tag})

    Dynamic sitemap should be generated by the .NET backend at runtime
    or as part of the build process to include all published content.

    See: seo-implementation.md Phase 2 for implementation details.
  -->

</urlset>
