mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: enhance SEO and site structure with new meta tags, sitemap updates, and route SEO management
This commit is contained in:
@@ -1,9 +1,65 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<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://bailuyuan.lunadeer.cn/</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/join</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/stats</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.85</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/announcements</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/facilities</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/towns</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.75</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/sponsor</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/doc</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/map</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.55</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://bailuyuan.lunadeer.cn/photo</loc>
|
||||
<lastmod>2026-03-18</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.55</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user