<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written on purpose. Two indexable pages is not worth a build-time
  integration, and writing it by hand keeps the choice of what to include
  explicit: /guia is deliberately absent because it is the lead-magnet
  delivery page, and it carries a noindex tag to match.
  Keep the TRAILING SLASH on sub-pages: Astro's canonical tags emit
  /copiar/, and a sitemap listing /copiar instead points Google at a URL the
  page itself disavows.
  ADD NEW PUBLIC PAGES HERE when they ship.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://blackheartcapital.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://blackheartcapital.com/copiar/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
