mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-07 01:43:15 +00:00
feat(website): update sitemap.xml to index clean URLs
- Replaced /impressum.html and /datenschutz.html with clean URLs /impressum and /datenschutz in sitemap.xml. - Recompiled website to copy clean sitemap to www/ folder.
This commit is contained in:
+2
-2
@@ -37,13 +37,13 @@
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://sync.koalastuff.net/impressum.html</loc>
|
||||
<loc>https://sync.koalastuff.net/impressum</loc>
|
||||
<lastmod>2026-05-31</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://sync.koalastuff.net/datenschutz.html</loc>
|
||||
<loc>https://sync.koalastuff.net/datenschutz</loc>
|
||||
<lastmod>2026-05-31</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
||||
@@ -37,13 +37,13 @@
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://sync.koalastuff.net/impressum.html</loc>
|
||||
<loc>https://sync.koalastuff.net/impressum</loc>
|
||||
<lastmod>2026-05-31</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://sync.koalastuff.net/datenschutz.html</loc>
|
||||
<loc>https://sync.koalastuff.net/datenschutz</loc>
|
||||
<lastmod>2026-05-31</lastmod>
|
||||
<changefreq>yearly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
||||
Reference in New Issue
Block a user