新增网页导航表 sitemap.xml
This commit is contained in:
24
public/blog/sitemap.xml
Normal file
24
public/blog/sitemap.xml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="www.sitemaps.org">
|
||||||
|
|
||||||
|
<!-- 首页 -->
|
||||||
|
<url>
|
||||||
|
<loc>https://open-ww3-project.ww3.tw/blog/</loc>
|
||||||
|
<lastmod>2025-12-12</lastmod>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<!-- 关于页面 -->
|
||||||
|
<url>
|
||||||
|
<loc>https://open-ww3-project.ww3.tw/blog/about/</loc>
|
||||||
|
<lastmod>2025-12-12</lastmod>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
<!-- 文章列表 -->
|
||||||
|
<url>
|
||||||
|
<loc>https://open-ww3-project.ww3.tw/blog/post/</loc>
|
||||||
|
<lastmod>2025-12-12</lastmod>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
</urlset>
|
||||||
Reference in New Issue
Block a user