feat(site): add robots.txt and sitemap.xml

This commit is contained in:
Patrick Plate
2026-06-22 17:28:22 +02:00
parent 29015438e8
commit 6d724258fc
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://plate-software.de/sitemap.xml
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://plate-software.de/</loc></url>
<url><loc>https://plate-software.de/apps/</loc></url>
<url><loc>https://plate-software.de/homelab/</loc></url>
</urlset>