<?xml version="1.0" encoding="UTF-8"?>
<!-- 정적 랜딩 sitemap.
     루트: 다국어가 클라이언트 스와핑(?lang=)이라 언어별 프리렌더 불가 — ?lang= 을 hreflang 으로
     광고하면 동일 HTML 이 중복 콘텐츠로 잡힘 → 루트 하나만 등록.
     법적 문서: 언어별 실제 분리 URL(vi=/x/, en=/x/en/, ko=/x/ko/)이라 hreflang 정석 적용. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://yourcampus.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://yourcampus.io/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="vi" href="https://yourcampus.io/privacy/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://yourcampus.io/privacy/en/"/>
    <xhtml:link rel="alternate" hreflang="ko" href="https://yourcampus.io/privacy/ko/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://yourcampus.io/privacy/"/>
    <changefreq>monthly</changefreq>
  </url>
  <url>
    <loc>https://yourcampus.io/terms/</loc>
    <xhtml:link rel="alternate" hreflang="vi" href="https://yourcampus.io/terms/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://yourcampus.io/terms/en/"/>
    <xhtml:link rel="alternate" hreflang="ko" href="https://yourcampus.io/terms/ko/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://yourcampus.io/terms/"/>
    <changefreq>monthly</changefreq>
  </url>
  <url>
    <loc>https://yourcampus.io/community-rules/</loc>
    <xhtml:link rel="alternate" hreflang="vi" href="https://yourcampus.io/community-rules/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://yourcampus.io/community-rules/en/"/>
    <xhtml:link rel="alternate" hreflang="ko" href="https://yourcampus.io/community-rules/ko/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://yourcampus.io/community-rules/"/>
    <changefreq>monthly</changefreq>
  </url>
</urlset>
