This repository has been archived on 2026-08-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pi-web/docs/sitemap.xml
T
Federico Jaramillo Martinez 36800ff41a 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.
2026-06-15 02:00:36 +02:00

10 lines
436 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<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>