<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml：站点地图，列出希望被搜索引擎收录的页面
  作用：便于爬虫发现全部重要 URL，加快收录；可提交至百度/Google/Bing 站长平台
  仅包含首页与 8 个业务子页，不包含 right.html、modal.html 等辅助页
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 首页：优先级最高，更新频率设为每周 -->
  <url>
    <loc>https://www.zhrwb.com/</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- 征兵管理（子页在 html/ 目录下，URL 带 html/） -->
  <url>
    <loc>https://www.zhrwb.com/html/conscription.html</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- 档案管理 -->
  <url>
    <loc>https://www.zhrwb.com/html/files.html</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- 物资管理 -->
  <url>
    <loc>https://www.zhrwb.com/html/material.html</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- 民兵管理 -->
  <url>
    <loc>https://www.zhrwb.com/html/militiaman.html</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- 潜力数据 -->
  <url>
    <loc>https://www.zhrwb.com/html/potential.html</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- 动员集结 -->
  <url>
    <loc>https://www.zhrwb.com/html/mobilize.html</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- 退役军人 -->
  <url>
    <loc>https://www.zhrwb.com/html/retire.html</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- 公司介绍 -->
  <url>
    <loc>https://www.zhrwb.com/html/contact.html</loc>
    <lastmod>2025-02-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
