<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- 管理后台登录页面 - 唯一需要被搜索引擎索引的页面 -->
  <url>
    <loc>https://yourdomain.com/login</loc>
    <lastmod>2025-01-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- 注意：其他管理页面不需要在sitemap中列出 -->
  <!-- 因为它们需要登录才能访问，不应该被搜索引擎索引 -->

</urlset>
