<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  
  <!-- Strona główna (automatyczny wybór języka) -->
  <url>
    <loc>https://www.timetosail.pl/</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="pl" href="https://www.timetosail.pl/pl"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.timetosail.pl/en"/>
  </url>
  
  <!-- Wersja polska -->
  <url>
    <loc>https://www.timetosail.pl/pl</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="pl" href="https://www.timetosail.pl/pl"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.timetosail.pl/en"/>
  </url>
  
  <!-- Wersja angielska -->
  <url>
    <loc>https://www.timetosail.pl/en</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="pl" href="https://www.timetosail.pl/pl"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.timetosail.pl/en"/>
  </url>
  
</urlset>
