<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 首页（优先级最高） -->
  <url>
    <loc>https://yaoda.work/</loc>
    <lastmod>2026-03-18</lastmod>  <!-- 今天或实际最后更新日期 -->
    <changefreq>weekly</changefreq>  <!-- 每周可能更新作品 -->
    <priority>1.0</priority>
  </url>

  <!-- 作品页示例1 -->
  <url>
    <loc>https://yaoda.work/cases.html</loc>
    <lastmod>2026-02-15</lastmod>  <!-- 这个作品最后更新时间 -->
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 作品页示例2（如果有更多，就继续加 <url> 块） -->
  <url>
    <loc>https://yaoda.work/works.html</loc>
    <lastmod>2026-01-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 关于页 -->
  <url>
    <loc>https://yaoda.work/about.html</loc>
    <lastmod>2026-03-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 联系页 -->
  <url>
    <loc>https://yaoda.work/contact.html</loc>
    <lastmod>2026-03-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- 如果还有更多页面，继续加 <url> ... </url> 块 -->
</urlset>