SEO-Optimierung: Meta-Tags, strukturierte Daten, Sitemap & robots.txt

- Meta-Descriptions, Canonical URLs, Open Graph & Twitter Cards für alle Seiten
- JSON-LD Schema.org (GourmetStore) mit Adresse, Öffnungszeiten, Geo-Daten
- Geo-Tags für lokale Suche (Regensburg, Bayern)
- Semantisches HTML: <main>-Elemente, aria-label auf Navigation
- Verbesserte Bild-Alt-Texte mit lokalen Keywords
- robots.txt mit Sitemap-Verweis, blockiert /api/ und /vendor/
- sitemap.xml mit allen 5 Seiten inkl. Prioritäten
- site.webmanifest vervollständigt (Name, Beschreibung, Sprache)
- Optimierte Title-Tags mit Keywords und Markenname
This commit is contained in:
2026-02-13 19:31:42 +01:00
parent 00ab1546eb
commit b2dfa394a2
8 changed files with 206 additions and 10 deletions

33
sitemap.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://frida-fred.com/</loc>
<lastmod>2026-02-13</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://frida-fred.com/lieferanten.html</loc>
<lastmod>2026-02-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://frida-fred.com/impressum.html</loc>
<lastmod>2026-02-13</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://frida-fred.com/datenschutz.html</loc>
<lastmod>2026-02-13</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://frida-fred.com/agb.html</loc>
<lastmod>2026-02-13</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
</urlset>