<?xml version="1.0" encoding="UTF-8"?>
<!--
  Homepage (all 3 language versions), /about, /work/industrial-website,
  /services/business-website-design, /industries/manufacturing-website-design,
  /services/landing-page-design, and /services/website-redesign are listed —
  currently the only indexable content on the site. Everything else stays
  intentionally excluded: /privacy-policy (real,
  indexed-quality page, kept out of search results by design — see SEO.jsx's noindex
  prop), /work/project-two (Foronyx's own concept/demo case study, not a commissioned
  client — indexing assessed separately, not enabled here), and /work/project-three
  (placeholder "coming soon" scaffold, no real content yet). All remain fully reachable
  via the nav/footer links, just not indexed. Only the homepage is translated so far
  (see src/lib/i18n) — the other listed pages are English-only, so they get no
  hreflang alternates block, per the same never-point-hreflang-at-a-nonexistent-
  translation rule documented in src/lib/seo.js.
-->
<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>
  <url>
    <loc>https://www.foronyx.com/about</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.foronyx.com/work/industrial-website</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.foronyx.com/services/business-website-design</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.foronyx.com/industries/manufacturing-website-design</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.foronyx.com/services/landing-page-design</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.foronyx.com/services/website-redesign</loc>
    <priority>0.7</priority>
  </url>
</urlset>
