<?xml version="1.0" encoding="UTF-8"?>
<!--
  A.I. Entrepreneur — sitemap (seq 149).
  Static v1: lists the public, indexable routes. /p/<slug> public landing
  pages and /forms/<slug> opt-in pages are excluded because they're
  data-driven and ephemeral — Google can discover them via internal
  links and OG tags once an operator publishes them.
  When the canonical domain stabilizes, update <loc> URLs to be fully
  qualified (e.g. https://aientrepreneur.com/) per sitemap protocol spec.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>/catalog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
