<?xml version="1.0" encoding="UTF-8"?>
<!--
    Deux pages, deux langues. Chacune déclare l'autre en `alternate` : sans
    cela, un moteur les traite comme deux pages concurrentes sur le même sujet
    plutôt que comme deux versions d'une seule.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <url>
        <loc>https://payboard.net/</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://payboard.net/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://payboard.net/en/"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://payboard.net/"/>
    </url>
    <url>
        <loc>https://payboard.net/en/</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://payboard.net/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://payboard.net/en/"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://payboard.net/"/>
    </url>
</urlset>
