<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public pages only (plan neoai-public-acquisition D7, extended to all five
  public pages by plan neoai-seo-public-pages, then to one URL PER LANGUAGE by
  ADR-0106 — plan neoai-url-multilingue D4).

  5 pages x 2 declared languages = 10 URLs. The default language (English)
  keeps the BARE paths, which are the historical ones and stay valid
  (ADR-0106 clauses 1 and 8); every other language carries its prefix. Each
  <url> is its own <loc> — every public URL is self-canonical (clause 2) — and
  declares the SAME alternate group, which is what makes the group reciprocal
  (clause 4). x-default points at the bare form, which is also the English
  version.

  URLs target the prod vanity host (ADR-0040). ?lang= no longer describes any
  indexable URL (clause 4). This file is hand-written and outside the
  TypeScript graph: `src/runtime/seo.spec.ts` derives what follows from
  `pathFor` and fails on any divergence from what `applyPageSeo` emits.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://neoaisolution.com/</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/fr</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/pricing</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/pricing"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr/pricing"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/pricing"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/fr/pricing</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/pricing"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr/pricing"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/pricing"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/about</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/about"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr/about"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/about"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/fr/about</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/about"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr/about"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/about"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/privacy"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/fr/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/privacy"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/privacy"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/support</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/support"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr/support"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/support"/>
  </url>
  <url>
    <loc>https://neoaisolution.com/fr/support</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://neoaisolution.com/support"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://neoaisolution.com/fr/support"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://neoaisolution.com/support"/>
  </url>
</urlset>
