<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained on purpose: ADR-011 dropped @astrojs/sitemap, and three static
  routes do not earn an integration back. Add a <url> block here whenever a locale
  joins SUPPORTED_LOCALES — tests/static/public-assets-and-indexing-contract.test.ts
  fails when this file and the locale list disagree.

  Every entry repeats the whole alternate group, itself included. Google only
  trusts an hreflang cluster when each page in it points back at all the others,
  so a page that lists only its siblings gets the cluster dropped.

  No <lastmod>: nothing regenerates this file, so a date written here would be a
  claim that goes stale on the next copy change, and a lastmod search engines learn
  to distrust is worse than none.

  THE LEGAL PAGES ARE DELIBERATELY ABSENT (ADR-012). Six of them exist and build
  today — /legal/confidentialite/, /legal/mentions-legales/, /en/legal/privacy/,
  /en/legal/legal-notice/, /it/legal/privacy/, /it/legal/note-legali/ — but they
  carry robots noindex and no footer link while src/i18n/legalEntity.ts still has
  empty fields. Submitting a legal notice that reads "LEGAL_ENTITY.vatNumber — to be
  filled" is worse than submitting none.

  This file is static XML and cannot read that TypeScript flag, so this is the one
  place the gate does not flip by itself: filling LEGAL_ENTITY makes the pages
  indexable and linked, and adding them here is the single manual edit that goes
  with it. Add two url groups per document, each repeating the whole alternate
  group exactly like the three above.
  tests/static/legal-surface-contract.test.ts fails, naming every missing URL, the
  moment the entity data is complete and this file has not caught up — and fails the
  other way too, if a legal URL is listed here while the data is not.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://learning-connection.org/</loc>
    <xhtml:link rel="alternate" hreflang="fr" href="https://learning-connection.org/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://learning-connection.org/en/" />
    <xhtml:link rel="alternate" hreflang="it" href="https://learning-connection.org/it/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://learning-connection.org/" />
  </url>
  <url>
    <loc>https://learning-connection.org/en/</loc>
    <xhtml:link rel="alternate" hreflang="fr" href="https://learning-connection.org/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://learning-connection.org/en/" />
    <xhtml:link rel="alternate" hreflang="it" href="https://learning-connection.org/it/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://learning-connection.org/" />
  </url>
  <url>
    <loc>https://learning-connection.org/it/</loc>
    <xhtml:link rel="alternate" hreflang="fr" href="https://learning-connection.org/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://learning-connection.org/en/" />
    <xhtml:link rel="alternate" hreflang="it" href="https://learning-connection.org/it/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://learning-connection.org/" />
  </url>
</urlset>
