SEO-Optimierung: Meta-Tags, Open Graph, Schema.org, robots.txt, sitemap.xml, semantisches HTML und Performance-Verbesserungen (.htaccess mit GZIP & Caching)

This commit is contained in:
2026-02-11 18:06:26 +01:00
parent a5dce8673c
commit 2bb73b08f3
9 changed files with 469 additions and 45 deletions

39
sitemap.xml Normal file
View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- Startseite -->
<url>
<loc>https://baumer.traidendorf.de/</loc>
<lastmod>2026-02-11</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<!-- Kontakt -->
<url>
<loc>https://baumer.traidendorf.de/kontakt.html</loc>
<lastmod>2026-02-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- Impressum -->
<url>
<loc>https://baumer.traidendorf.de/impressum.html</loc>
<lastmod>2026-02-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<!-- Datenschutz -->
<url>
<loc>https://baumer.traidendorf.de/datenschutz.html</loc>
<lastmod>2026-02-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
</urlset>