<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, because there is one page. The in-page anchors (#about, #products)
  are deliberately absent: a fragment is not a separate document, and listing
  them asks a crawler to index the same page three times.

  `lastmod` is maintained by hand. It is the date the page's content last
  changed, not the date it was last deployed — a sitemap that claims a change on
  every build teaches crawlers to ignore the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ibarra.company/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
