Archived
docs: simplify sitemap to minimal URL list
Drop lastmod/changefreq/priority (stale or ignored signals) and remove the plugins.md entry, leaving a low-maintenance <loc>-only sitemap.
This commit is contained in:
+6
-42
@@ -1,45 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://pi-web.dev/</loc>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://pi-web.dev/remote-first.html</loc>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://pi-web.dev/machines.html</loc>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://pi-web.dev/install.html</loc>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://pi-web.dev/plugins.html</loc>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://pi-web.dev/plugins.md</loc>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://pi-web.dev/faq.html</loc>
|
||||
<lastmod>2026-06-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url><loc>https://pi-web.dev/</loc></url>
|
||||
<url><loc>https://pi-web.dev/remote-first.html</loc></url>
|
||||
<url><loc>https://pi-web.dev/machines.html</loc></url>
|
||||
<url><loc>https://pi-web.dev/install.html</loc></url>
|
||||
<url><loc>https://pi-web.dev/plugins.html</loc></url>
|
||||
<url><loc>https://pi-web.dev/faq.html</loc></url>
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user