SEO: robots.txt und sitemap.xml für bessere Auffindbarkeit hinzugefügt

This commit is contained in:
2025-08-20 08:08:19 +02:00
parent e4890bf2f2
commit 4d4ecf70b8
2 changed files with 17 additions and 0 deletions

9
sitemap.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://yourdomain.com/</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>