<?xml version="1.0" encoding="UTF-8"?>
<!--
  unite-group.in — Unite-Group Nexus (private founder console).

  This file previously declared synthex.social URLs (/, /synthex, /pricing,
  lastmod 2025-11-27) while being served from unite-group.in. It was a leftover
  from a shared template: it advertised a different domain's pages and none of
  this one's. Corrected 10/08/2026.

  SCOPE, deliberately narrow. This is a private console, not a marketing site.
  Only pages that must be publicly reachable are listed:
    /                    the login-gated shell's public entry
    /privacy-policy      required to be publicly reachable for Google OAuth
    /terms-of-service    app verification (this app uses Gmail scopes)

  Deliberately EXCLUDED — do not "helpfully" add these back:
    /docs                public OpenAPI documentation of the private Nexus API.
                         Listing it hands a crawler the internal endpoint map.
    /auth/*              login, forgot-password, reset-password. No index value,
                         and an indexed auth surface only invites traffic.
    /founder/*, /api/*   private; also disallowed in robots.txt.
    /preview/*           env-gated behind KNOWLEDGE_CONSOLE_PREVIEW.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <url>
    <loc>https://unite-group.in/</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://unite-group.in/privacy-policy</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://unite-group.in/terms-of-service</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
