<?xml version="1.0" encoding="UTF-8"?>
<!--
  Ducan ima tocno jednu stranicu vrijednu indeksa, u dva jezika. Upitnik,
  hvala i stari konfigurator su noindex (v. robots.txt), pa ih ovdje nema —
  sitemap koji navodi noindex adrese samo salje proturjecan signal.

  Marketinski sajt (pas.kitchen) ima svoj sitemap na marketing/sitemap.xml
  (v. domain-router.js) — odvojen jer je to zasebna domena.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://shop.pas.kitchen/</loc>
    <xhtml:link rel="alternate" hreflang="hr" href="https://shop.pas.kitchen/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://shop.pas.kitchen/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://shop.pas.kitchen/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://shop.pas.kitchen/en/</loc>
    <xhtml:link rel="alternate" hreflang="hr" href="https://shop.pas.kitchen/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://shop.pas.kitchen/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://shop.pas.kitchen/"/>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
