<?xml version="1.0" encoding="UTF-8"?>
<!--
  Scout marketing + legal site.

  Every URL carries reciprocal xhtml:link alternates. That matters: hreflang is
  only honoured when the annotations point BOTH ways, and before this the Dutch
  pages declared alternates while the English pages declared none — so the whole
  set was being ignored.

  The catalog (/product/<slug>) is NOT listed here. Those pages are server
  rendered and live outside this static site; they publish their own sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

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

  <url>
    <loc>https://getscout.nl/en/</loc>
    <xhtml:link rel="alternate" hreflang="nl" href="https://getscout.nl/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://getscout.nl/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://getscout.nl/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://getscout.nl/support.html</loc>
    <xhtml:link rel="alternate" hreflang="nl" href="https://getscout.nl/support.html"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://getscout.nl/en/support.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://getscout.nl/support.html"/>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://getscout.nl/en/support.html</loc>
    <xhtml:link rel="alternate" hreflang="nl" href="https://getscout.nl/support.html"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://getscout.nl/en/support.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://getscout.nl/support.html"/>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://getscout.nl/privacy.html</loc>
    <xhtml:link rel="alternate" hreflang="nl" href="https://getscout.nl/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://getscout.nl/en/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://getscout.nl/privacy.html"/>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://getscout.nl/en/privacy.html</loc>
    <xhtml:link rel="alternate" hreflang="nl" href="https://getscout.nl/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://getscout.nl/en/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://getscout.nl/privacy.html"/>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
