<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only live, canonical, indexable URLs belong here.

  Kept in sync with PUBLIC_ROUTES in src/lib/seo.ts — src/test/seo/sitemap.test.ts
  fails if the two disagree, if any entry is not on the canonical apex host, or if a
  private/authenticated path appears.

  Removed 2026-08-16: https://strivoai.net/analyze — no such route exists in
  src/App.tsx, so it fell through to the catch-all and was submitted to Google as a
  soft 404. Added the four public pages that had been missing entirely.

  Added 2026-08-17: https://strivoai.net/ats-resume-checker — a search-intent landing
  page for the existing Resume Analysis feature.

  Added 2026-08-17: https://strivoai.net/resume-job-match — the same, for the existing
  Recruiting Lens feature.

  Added 2026-08-18: https://strivoai.net/linkedin-profile-checker — the same, for the
  existing LinkedIn Grader feature.

  Added 2026-08-18: https://strivoai.net/ai-career-finder — the same, for the existing
  Career Compass feature.

  Added 2026-08-18: https://strivoai.net/tailor-resume-to-job-description — Recruiting
  Lens again, but the TARGETING intent rather than the scoring one /resume-job-match
  serves. Two distinct queries, so two distinct canonicals.

  `changefreq` and `priority` are omitted deliberately: Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://strivoai.net/</loc>
    <lastmod>2026-08-16</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/how-it-works</loc>
    <lastmod>2026-08-16</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/ats-resume-checker</loc>
    <lastmod>2026-08-17</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/resume-job-match</loc>
    <lastmod>2026-08-17</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/linkedin-profile-checker</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/ai-career-finder</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/tailor-resume-to-job-description</loc>
    <lastmod>2026-08-18</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/pricing</loc>
    <lastmod>2026-08-16</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/questions</loc>
    <lastmod>2026-08-16</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/privacy</loc>
    <lastmod>2026-08-16</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/terms</loc>
    <lastmod>2026-08-16</lastmod>
  </url>
  <url>
    <loc>https://strivoai.net/refund</loc>
    <lastmod>2026-08-16</lastmod>
  </url>
</urlset>
