<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://beta.relcoai.com/</loc>
    <lastmod>2026-09-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!--
    NOTE ON hreflang: deliberately omitted for now.
    All seven UI languages currently live in one JavaScript object on this single
    URL, so en/ar hreflang alternates would all point at the same href. Search
    engines ignore same-URL alternates, so declaring them buys nothing and
    misrepresents the site as having separate localised documents.

    When a real static Arabic document ships at /ar/ (server-rendered Arabic in
    the raw HTML, dir="rtl", its own <title> and description), add the pair:

      <url>
        <loc>https://beta.relcoai.com/</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://beta.relcoai.com/" />
        <xhtml:link rel="alternate" hreflang="ar" href="https://beta.relcoai.com/ar/" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://beta.relcoai.com/" />
      </url>

    ...and the mirrored block on /ar/, plus xmlns:xhtml on <urlset>. Each page
    must also carry matching <link rel="alternate" hreflang> tags in its <head>.
  -->
</urlset>
