<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITEMAP GUARDRAIL: This static sitemap contains ONLY self-canonical, indexable URLs.
  
  CANONICAL RULES:
  - Each page listed here has a SELF-REFERENCING canonical URL
  - No auth/utility routes (they are noindex)
  - No duplicate URLs (query params, trailing slashes)
  - Matches INDEXABLE_ROUTES and SITEMAP_CONFIG in src/lib/seo.ts
  
  For dynamic content (blog posts, help articles), use the generate-sitemap edge function.
  
  IMPORTANT: When adding new pages:
  1. Add to INDEXABLE_ROUTES in src/lib/seo.ts
  2. Add to SITEMAP_CONFIG in src/lib/seo.ts
  3. Add entry here with matching self-referencing canonical URL
  4. Update generate-sitemap edge function
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage - highest priority, self-canonical -->
  <url>
    <loc>https://recruitedcrm.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Core marketing pages - each self-canonical -->
  <url>
    <loc>https://recruitedcrm.com/pricing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/pricing/clubs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/how-it-works</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/comparison</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/for-advisors</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/ted</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Content hubs - each self-canonical -->
  <url>
    <loc>https://recruitedcrm.com/blog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/recruiting-resources</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/help</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Support - self-canonical -->
  <url>
    <loc>https://recruitedcrm.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Legal pages - each self-canonical -->
  <url>
    <loc>https://recruitedcrm.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/security</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/incident-response</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://recruitedcrm.com/vulnerability-disclosure</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  
  <!-- NOTE: Auth/utility routes (/auth, /signup, /join-waitlist) are intentionally EXCLUDED -->
  <!-- These pages are noindex and should not appear in sitemap -->
</urlset>
