<?xml version="1.0" encoding="UTF-8"?>
<!--
  Interacta — sitemap.xml.
  Lists the durable public surfaces. Per-widget Hub URLs (/w/:id) are
  the bulk of indexable content and grow with every published widget;
  rather than maintain a static list here, we rely on internal linking
  from /discover (which surfaces every category and trending widget)
  plus the canonical URLs set per widget by useDocumentMeta. Once the
  Edge Function pre-render path ships (Rule P2-7), this sitemap will
  be regenerated dynamically with one entry per widget.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://interacta-app.tech/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://interacta-app.tech/interact</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://interacta-app.tech/discover</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
