<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the four URLs that actually serve distinct content on a cold load.

  This is a single-page app, but ?view= is a real deep link for exactly the
  views listed in App.tsx's DEEP_LINK_VIEWS. Anything else (?view=about,
  ?view=contact, ?view=privacy, ?view=terms) falls through to the landing page,
  so listing them would hand Google four duplicates of / and nothing else.
  If those ever get their own deep links, add them here.

  ?view=thanks is deliberately absent: it is the post-download page, there is
  nothing to rank for, and nobody should arrive there cold.

  www, not the apex: Vercel 308-redirects theaitguy.com -> www.theaitguy.com,
  so every URL here is the one that actually serves a 200, matching the
  canonical tag in index.html.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.theaitguy.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.theaitguy.com/?view=download</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.theaitguy.com/?view=pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.theaitguy.com/?view=allowlist</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
