<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable URL on the marketing site, in the form that actually returns 200.

  The trailing slash on /for-recruiters/ is not cosmetic: the slashless form 308-redirects to it,
  and a sitemap listing a redirect makes a crawler spend two requests to reach one page. Same
  reason the canonical on that page names the slashed form.

  404.html is deliberately absent — a not-found page is not content.

  Hand-maintained, because this folder has no build step. build/marketingLinks.test.ts checks the
  two directions against what is on disk, so a page added without a row here fails there.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pitchit.co.il/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pitchit.co.il/for-recruiters/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
