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:
10
robots.txt
Normal file
10
robots.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# robots.txt für frida-fred.com
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Sitemap
|
||||
Sitemap: https://frida-fred.com/sitemap.xml
|
||||
|
||||
# API-Verzeichnis blockieren
|
||||
Disallow: /api/
|
||||
Disallow: /vendor/
|
||||
Reference in New Issue
Block a user