<?xml version="1.0" encoding="UTF-8"?>
<!--
  ux-10: this sitemap must list ONLY public routes that actually exist in
  src/App.tsx. The previous version advertised /industries/hvac, /industries/
  plumbers and /industries/roofers (priority 0.9) — none are routed, so
  Googlebot got three high-priority 404s. If an industry page is ever routed,
  add it here AND assert it in playbooks/fixes/tests/w6b-static.test.ts,
  which cross-checks every <loc> against the routes declared in App.tsx.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://weknowads.ai/</loc>
    <lastmod>2026-07-03</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Legal Pages -->
  <url>
    <loc>https://weknowads.ai/privacy</loc>
    <lastmod>2026-07-03</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://weknowads.ai/terms</loc>
    <lastmod>2026-07-03</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Login Page -->
  <url>
    <loc>https://weknowads.ai/login</loc>
    <lastmod>2026-07-03</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
