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:
8
agb.html
8
agb.html
@@ -3,7 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AGB - Frida und Fred</title>
|
||||
<title>AGB – Allgemeine Geschäftsbedingungen | Frida & Fred Regensburg</title>
|
||||
<meta name="description" content="Allgemeine Geschäftsbedingungen von Frida Allgäuer Schmankerl in Regensburg. Informationen zu Bestellungen, Lieferung, Preisen und Widerrufsrecht.">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
<link rel="canonical" href="https://frida-fred.com/agb.html">
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
@@ -19,6 +22,7 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
|
||||
<link rel="manifest" href="site.webmanifest">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Bar -->
|
||||
@@ -49,6 +53,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<!-- AGB Section -->
|
||||
<section class="section-impressum">
|
||||
<div class="container-fluid px-5 py-5">
|
||||
@@ -114,6 +119,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="site-footer">
|
||||
|
||||
Reference in New Issue
Block a user