<?xml version="1.0" encoding="UTF-8"?>
<!--
  ═══════════════════════════════════════════════════════════════════
  New Axis — sitemap.xml
  Domain: https://newaxis.space
  Last updated: 2026-04-30

  Add a <url> block for every new page you publish on Lovable:
  - /fr (French homepage)
  - /services/n8n
  - /services/make
  - /services/openai-api
  - /blog/[slug]
  - /case-studies/[slug]
  ═══════════════════════════════════════════════════════════════════
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage (English) -->
  <url>
    <loc>https://newaxis.space/</loc>
    <lastmod>2026-04-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://newaxis.space/"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://newaxis.space/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://newaxis.space/"/>
  </url>

  <!-- Homepage (French) — uncomment when /fr route is built on Lovable -->
  <!--
  <url>
    <loc>https://newaxis.space/fr</loc>
    <lastmod>2026-04-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://newaxis.space/"/>
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://newaxis.space/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://newaxis.space/"/>
  </url>
  -->

  <!-- TEMPLATE for future service pages — duplicate and customize -->
  <!--
  <url>
    <loc>https://newaxis.space/services/n8n</loc>
    <lastmod>2026-04-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  -->

  <!-- TEMPLATE for future blog posts — duplicate and customize -->
  <!--
  <url>
    <loc>https://newaxis.space/blog/your-post-slug</loc>
    <lastmod>2026-04-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  -->

</urlset>
