<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap: the public surface is a fixed 8-page set, so a build-time
  generator would be more machinery than the problem deserves. ADD A LINE HERE
  whenever a new public route is added to App.tsx (and to robots.txt).
  /landing is deliberately ABSENT — it renders the same page as / and declares
  / as its canonical, so listing both would ask Google to index a duplicate.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://fronterra.gr/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://fronterra.gr/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://fronterra.gr/docs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://fronterra.gr/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://fronterra.gr/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://fronterra.gr/register</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://fronterra.gr/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://fronterra.gr/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
