# 如何写一份更好的 Sitemap
# 文档
# 位置
# 格式
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>https://shanyue.tech/</loc>
<lastmod>2020-12-20T08:11:30.000Z</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
# 释义
官方文档:https://www.sitemaps.org/schemas/sitemap/0.9/ (opens new window),建议阅读