<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static, and deliberately so.

  A generated sitemap earns its keep when a site has pages that come and go
  without anyone thinking about it (norconex.com has 108 blog posts;
  crawler.norconex.com has 260+ generated reference pages). This host has two
  indexable URLs in two locales. Everything else is either behind
  authentication, an auth/API redirect, or the configuration editor — which is
  one stateful screen reached at a different URL per phase and is marked
  noindex by src/components/seo/PageMeta.tsx.

  Adding a build-time sitemap generator for four URLs would be more moving
  parts than the thing it generates. What this file does need is a human: if a
  public page is added, add it here. The `xhtml:link` alternates mirror the
  hreflang tags PageMeta emits — the two have to agree, or Search Console
  reports the mismatch.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://configurator.norconex.com/en/welcome</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://configurator.norconex.com/en/welcome"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://configurator.norconex.com/fr/welcome"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://configurator.norconex.com/en/welcome"/>
  </url>
  <url>
    <loc>https://configurator.norconex.com/fr/welcome</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://configurator.norconex.com/en/welcome"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://configurator.norconex.com/fr/welcome"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://configurator.norconex.com/en/welcome"/>
  </url>
  <url>
    <loc>https://configurator.norconex.com/en/privacy-policy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://configurator.norconex.com/en/privacy-policy"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://configurator.norconex.com/fr/privacy-policy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://configurator.norconex.com/en/privacy-policy"/>
  </url>
  <url>
    <loc>https://configurator.norconex.com/fr/privacy-policy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://configurator.norconex.com/en/privacy-policy"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://configurator.norconex.com/fr/privacy-policy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://configurator.norconex.com/en/privacy-policy"/>
  </url>
</urlset>
