<?xml version="1.0" encoding="UTF-8"?>
<!--
  GENERATED by infra/scripts/generate-sitemap.mjs from apps/web/src/routePaths.ts
  — do not edit by hand.

  Regenerate: node infra/scripts/generate-sitemap.mjs
  Verify:     node infra/scripts/generate-sitemap.mjs --check   (runs in CI)

  Everaide's public, indexable marketing routes — and ONLY those. The auth and account-lifecycle
  pages are `public: true` in the manifest — they render for a stranger — but
  they act on an emailed token or take credentials, so robots.txt disallows them
  and this file omits them. That exclusion list is PUBLIC_BUT_NOINDEX, kept in
  the manifest and mirrored in the generator; sitemapRobots.test.ts asserts the
  copies agree.

  <lastmod> is the date of the last COMMIT touching each page's source, not the
  build date: a build date on every URL tells Google every page changed on every
  deploy, which is the same as telling it nothing.

  CANONICAL HOST: geteveraide.com (OPS-1 cutover, 2026-07-14). Keep in lockstep
  with SITE_ORIGIN in src/routes/marketing/components/seo.ts and the Sitemap
  line in robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://geteveraide.com/</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://geteveraide.com/how-it-works</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://geteveraide.com/trust</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://geteveraide.com/pricing</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://geteveraide.com/for/home-services</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://geteveraide.com/for/local-business</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://geteveraide.com/for/nonprofits</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
