<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only two real pages exist. /customer is the page we want ranked (real
  server-rendered copy, commercial intent), so it carries the higher priority;
  the route tool at / is a client-rendered app and is listed only to get the
  domain into the index.

  No hreflang alternates: TR and EN are the same URL, switched client-side, so
  there is no distinct URL per language to point at.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://routescout.tr/customer/</loc>
    <lastmod>2026-07-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://routescout.tr/</loc>
    <lastmod>2026-07-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
