<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap — only guaranteed public routes.
  Company pages (about, contact, recruitment, vietnam, etc.) are served by the
  dynamic endpoint at /api/sitemap.xml which reflects whatever slugs exist in
  the database. robots.txt points search engines there.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://aikhampha.com/</loc>
    <xhtml:link rel="alternate" hreflang="vi" href="https://aikhampha.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://aikhampha.com/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aikhampha.com/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://aikhampha.com/sign-in</loc>
    <xhtml:link rel="alternate" hreflang="vi" href="https://aikhampha.com/sign-in"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://aikhampha.com/sign-in"/>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://aikhampha.com/sign-up</loc>
    <xhtml:link rel="alternate" hreflang="vi" href="https://aikhampha.com/sign-up"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://aikhampha.com/sign-up"/>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
