<?xml version="1.0" encoding="UTF-8"?>
<!--
  Placeholder static sitemap for /guides/*.

  Codex P2 (PR #4401): the previous version enumerated specific guide URLs
  (e.g. /guides/section-475-mark-to-market-election) that DO NOT yet resolve
  in src/app — guides ship in a follow-up PR. To avoid sending crawlers to
  404s we now only advertise the /guides INDEX. When the programmatic guides
  PR lands, replace this with a dynamic Next.js sitemap route generated
  from the guides MDX index (or remove this file and add the entries to the
  primary sitemap).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://blitzpulse.app/guides</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
