<?xml version="1.0" encoding="UTF-8"?>
<!--
  Baseballista sitemap - marketing site (baseballista.com).

  Scope: only the publicly indexable pages served from this host. The
  product app lives on app.baseballista.com and has its own robots.txt
  (everything behind auth is disallowed there); its public entry points
  are listed at the bottom of this file for completeness.

  The landing page is a single document with in-page sections
  (#features-section, #pricing-section, #faq-section, #blog-section,
  #contact-section). Fragment URLs are intentionally NOT listed - search
  engines collapse them onto the parent URL and Search Console flags
  them as errors. If a section ever needs to rank on its own it should
  become a real page with its own <loc> entry.

  lastmod tracks the last content change of each file (from git).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Landing page - French (primary / canonical) -->
  <url>
    <loc>https://baseballista.com/</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://baseballista.com/"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://baseballista.com/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://baseballista.com/"/>
  </url>

  <!-- Landing page - English alternate -->
  <url>
    <loc>https://baseballista.com/?lang=en</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://baseballista.com/"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://baseballista.com/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://baseballista.com/"/>
  </url>

  <!-- Legal pages (French only) -->
  <url>
    <loc>https://baseballista.com/front/mentions-legales.html</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://baseballista.com/front/cgu.html</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://baseballista.com/front/confidentialite.html</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Product app - public entry points (app.baseballista.com) -->
  <url>
    <loc>https://app.baseballista.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://app.baseballista.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
