<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable page on this property.

  The two tools:
    /            the URL Use Case Generator (the front door)
    /assessment  the 9-minute Automation Assessment

  The editorial pages, whose content lives in src/config/pages/ and whose
  crawler-visible HTML is rendered by netlify/edge-functions/meta.mjs:
    /how-it-works                    the methodology
    /example-report                  one report walked through end to end
    /automation-ideas/{trades|nonprofits|retail}

  /scan is deliberately absent — it serves the same page as / and defers
  to it via the canonical tag, so listing both would just submit a
  duplicate.

  /admin, /c/{slug} and the individual generated reports at /scan/{id}
  are private (see robots.txt) and must never be submitted for indexing.

  Adding a page here alone is not enough: it also needs a 200 rewrite in
  netlify.toml, an entry in netlify/edge-functions/meta.mjs's config.path,
  and a real internal link from a page that is already indexed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://usecase.connexionai.tech/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://usecase.connexionai.tech/assessment</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://usecase.connexionai.tech/how-it-works</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://usecase.connexionai.tech/example-report</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://usecase.connexionai.tech/automation-ideas/trades</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://usecase.connexionai.tech/automation-ideas/nonprofits</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://usecase.connexionai.tech/automation-ideas/retail</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
