<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the homepage (in each of its 3 language versions) is listed — it's the only
  indexable content on the site right now. Everything else is set to noindex and
  intentionally excluded here: /about and /privacy-policy (real, indexed-quality pages,
  but kept out of search results by design — see SEO.jsx's noindex prop on both),
  /work/industrial-website (no separate search result for the case study), and
  /work/project-two / /work/project-three (placeholder/duplicate content until real
  case studies replace them). All remain fully reachable via the nav/footer links, just
  not indexed. Same reasoning applies across all 3 languages — only the homepage is
  translated so far, see src/lib/i18n.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://www.foronyx.com/</loc>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.foronyx.com/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://www.foronyx.com/fr/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://www.foronyx.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.foronyx.com/" />
  </url>
  <url>
    <loc>https://www.foronyx.com/fr/</loc>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.foronyx.com/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://www.foronyx.com/fr/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://www.foronyx.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.foronyx.com/" />
  </url>
  <url>
    <loc>https://www.foronyx.com/es/</loc>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.foronyx.com/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://www.foronyx.com/fr/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://www.foronyx.com/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.foronyx.com/" />
  </url>
</urlset>
