<?xml version="1.0" encoding="UTF-8"?>
<!-- Root element declaring the sitemap protocol namespace -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage. This single URL holds the Home, Research, and CV sections, which are toggled in place by JavaScript rather than served as separate pages. priority 1.0 marks it as the most important URL on the site -->
  <url>
    <loc>https://mingyang-liu.com/</loc>
    <lastmod>2026-06-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- CV document. This is a standalone PDF at the site root that the page loads and offers for download. Listing it lets Google index the CV contents directly, which helps name based searches -->
  <url>
    <loc>https://mingyang-liu.com/cv.pdf</loc>
    <lastmod>2026-06-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
