<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only PUBLIC, indexable routes belong here. Everything under AuthenticatedLayout (App.tsx) redirects
  to /auth for a crawler, and a single-page app answers 200 for any path, so a wrong entry here is
  invisible in testing and still wastes crawl budget. Checked 2026-09-16: /about never existed and
  /challenges is authenticated; both were listed, /for-startups was not.

  <changefreq> and <priority> are deliberately omitted: Google has stated it ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://matchmaking.dealflow.eu/</loc>
    <lastmod>2026-09-16</lastmod>
  </url>
  <url>
    <loc>https://matchmaking.dealflow.eu/for-startups</loc>
    <lastmod>2026-09-16</lastmod>
  </url>
</urlset>
