<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — Sultan Kebab
  Domein: sultanfood.pl
  Single-page site met twee taalversies (PL / EN via ?lang= of hash)

  Valideer via: https://www.xml-sitemaps.com/validate-xml-sitemap.html
  Indienen bij:
    Google Search Console → https://search.google.com/search-console
    Bing Webmaster Tools  → https://www.bing.com/webmasters
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ── Pools (standaardtaal) ── -->
  <url>
    <loc>https://sultanfood.pl/</loc>
    <lastmod>2025-06-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>

    <!-- hreflang: verwijst zoekmachines naar de juiste taalversie -->
    <xhtml:link
      rel="alternate"
      hreflang="pl"
      href="https://sultanfood.pl/"/>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://sultanfood.pl/?lang=en"/>
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://sultanfood.pl/"/>
  </url>

  <!-- ── Engels ── -->
  <url>
    <loc>https://sultanfood.pl/?lang=en</loc>
    <lastmod>2025-06-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>

    <xhtml:link
      rel="alternate"
      hreflang="pl"
      href="https://sultanfood.pl/"/>
    <xhtml:link
      rel="alternate"
      hreflang="en"
      href="https://sultanfood.pl/?lang=en"/>
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://sultanfood.pl/"/>
  </url>

</urlset>
