- 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
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
# 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/
|