<?xml version="1.0" encoding="UTF-8"?>
<!--
  Prestige Client sitemap.

  Indexable surface = home (5 locale variants) + 3 product pages + ToS.
  Excludes: /login, /signup, /payment, /thankyou, /dashboard, /downloads,
  /resetPassword (gated / transactional / user-only).

  Locale strategy (Option A from SEO-I18N-DECISION.md):
    English at root (/); other locales prefixed (/pl/, /hi/, /ta/, /zh-cn/).
    Each <url> in the homepage cluster lists the full hreflang set per
    Google's i18n sitemap spec (the cluster must agree across every entry).
    x-default points to the root (English) URL.

  Product pages (crystal/sword/mace) and ToS are not localized — one
  canonical URL each, no <xhtml:link> entries.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage cluster: 5 locale variants with full hreflang alternates -->
  <url>
    <loc>https://prestigeclient.vip/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://prestigeclient.vip/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://prestigeclient.vip/pl/"/>
    <xhtml:link rel="alternate" hreflang="hi" href="https://prestigeclient.vip/hi/"/>
    <xhtml:link rel="alternate" hreflang="ta" href="https://prestigeclient.vip/ta/"/>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://prestigeclient.vip/zh-cn/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://prestigeclient.vip/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://prestigeclient.vip/pl/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://prestigeclient.vip/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://prestigeclient.vip/pl/"/>
    <xhtml:link rel="alternate" hreflang="hi" href="https://prestigeclient.vip/hi/"/>
    <xhtml:link rel="alternate" hreflang="ta" href="https://prestigeclient.vip/ta/"/>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://prestigeclient.vip/zh-cn/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://prestigeclient.vip/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://prestigeclient.vip/hi/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://prestigeclient.vip/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://prestigeclient.vip/pl/"/>
    <xhtml:link rel="alternate" hreflang="hi" href="https://prestigeclient.vip/hi/"/>
    <xhtml:link rel="alternate" hreflang="ta" href="https://prestigeclient.vip/ta/"/>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://prestigeclient.vip/zh-cn/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://prestigeclient.vip/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://prestigeclient.vip/ta/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://prestigeclient.vip/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://prestigeclient.vip/pl/"/>
    <xhtml:link rel="alternate" hreflang="hi" href="https://prestigeclient.vip/hi/"/>
    <xhtml:link rel="alternate" hreflang="ta" href="https://prestigeclient.vip/ta/"/>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://prestigeclient.vip/zh-cn/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://prestigeclient.vip/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://prestigeclient.vip/zh-cn/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://prestigeclient.vip/"/>
    <xhtml:link rel="alternate" hreflang="pl" href="https://prestigeclient.vip/pl/"/>
    <xhtml:link rel="alternate" hreflang="hi" href="https://prestigeclient.vip/hi/"/>
    <xhtml:link rel="alternate" hreflang="ta" href="https://prestigeclient.vip/ta/"/>
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://prestigeclient.vip/zh-cn/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://prestigeclient.vip/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Single-canonical product pages (not localized) -->
  <url>
    <loc>https://prestigeclient.vip/crystal</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://prestigeclient.vip/sword</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://prestigeclient.vip/mace</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://prestigeclient.vip/tos</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
