Umfassende Erweiterung der Webseite

- Gewerbe-Section: Neue Cards für Buckenleib Finanzen, Ferienwohnung Traidendorf und AXA Hauptvertretung Martin Götz
- Responsive Hintergrundbilder für Hero-Section (Desktop/Tablet/Mobile) mit optimierten Bildgrößen
- Neue Seiten: Impressum und Datenschutzerklärung
- SEO-Optimierung: Meta-Tags, Open Graph, Twitter Cards, strukturierte Daten (Schema.org)
- Sitemap.xml und robots.txt für bessere Suchmaschinen-Indexierung
- Barrierefreiheit: aria-labels und aria-hidden für Screenreader
- Footer-Links zu Impressum und Datenschutz auf allen Seiten
This commit is contained in:
2026-02-07 14:40:54 +01:00
parent 6d9a067312
commit 558150b404
9 changed files with 646 additions and 8 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://traidendorf.de/</loc>
<lastmod>2026-02-07</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<!-- Startseite index.html -->
<url>
<loc>https://traidendorf.de/index.html</loc>
<lastmod>2026-02-07</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<!-- Impressum -->
<url>
<loc>https://traidendorf.de/impressum.html</loc>
<lastmod>2026-02-07</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<!-- Datenschutz -->
<url>
<loc>https://traidendorf.de/datenschutz.html</loc>
<lastmod>2026-02-07</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
</urlset>