<?xml version="1.0" encoding="UTF-8"?>
<!--
  The app itself has no client-side router (see App.tsx — screens are
  switched by store state, not by URL), so /, /nl and /de are static
  marketing/landing pages, not app routes. Each carries xhtml:link
  alternates for the other languages, mirroring the <link rel="alternate
  hreflang="..."> tags already on each page — sitemap-level annotations
  are the complementary half search engines look for, not a replacement
  for the on-page ones.

  Add a <url> entry here for each new landing/comparison page as those
  get built (see the growth playbook's SEO section) — this file is the
  map crawlers use to discover them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://rudyroutepicker.inovalynx.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rudyroutepicker.inovalynx.com/" />
    <xhtml:link rel="alternate" hreflang="nl" href="https://rudyroutepicker.inovalynx.com/nl" />
    <xhtml:link rel="alternate" hreflang="de" href="https://rudyroutepicker.inovalynx.com/de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://rudyroutepicker.inovalynx.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://rudyroutepicker.inovalynx.com/nl</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rudyroutepicker.inovalynx.com/" />
    <xhtml:link rel="alternate" hreflang="nl" href="https://rudyroutepicker.inovalynx.com/nl" />
    <xhtml:link rel="alternate" hreflang="de" href="https://rudyroutepicker.inovalynx.com/de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://rudyroutepicker.inovalynx.com/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://rudyroutepicker.inovalynx.com/de</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rudyroutepicker.inovalynx.com/" />
    <xhtml:link rel="alternate" hreflang="nl" href="https://rudyroutepicker.inovalynx.com/nl" />
    <xhtml:link rel="alternate" hreflang="de" href="https://rudyroutepicker.inovalynx.com/de" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://rudyroutepicker.inovalynx.com/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://rudyroutepicker.inovalynx.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://rudyroutepicker.inovalynx.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
