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:
107
index.html
107
index.html
@@ -3,7 +3,32 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Frida und Fred - Feinkostgeschäft in Regensburg</title>
|
||||
<title>Frida & Fred – Feinkost, Bio-Kaffee & Allgäuer Spezialitäten in Regensburg</title>
|
||||
<meta name="description" content="Frida & Fred – Ihr Feinkostgeschäft in Regensburg. Handverlesene Bio-Produkte, Allgäuer Käsespezialitäten, erlesene Bodensee-Weine, frisch gerösteter Kaffee & Weintastings. Besuchen Sie uns in der Untere Bachgasse 3.">
|
||||
<meta name="keywords" content="Feinkost Regensburg, Bio-Kaffee, Allgäuer Käse, Heumilchkäse, Bodensee Weine, Weintasting Regensburg, Geschenkkörbe, Käseplatten, Bio-Lebensmittel Regensburg">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://frida-fred.com/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://frida-fred.com/">
|
||||
<meta property="og:title" content="Frida & Fred – Feinkost, Bio-Kaffee & Allgäuer Spezialitäten in Regensburg">
|
||||
<meta property="og:description" content="Handverlesene Bio-Produkte, Allgäuer Käsespezialitäten, erlesene Bodensee-Weine und frisch gerösteter Kaffee. Besuchen Sie uns in der Untere Bachgasse 3, Regensburg.">
|
||||
<meta property="og:image" content="https://frida-fred.com/img/logo.png">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:site_name" content="Frida & Fred">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Frida & Fred – Feinkost, Bio-Kaffee & Allgäuer Spezialitäten in Regensburg">
|
||||
<meta name="twitter:description" content="Handverlesene Bio-Produkte, Allgäuer Käsespezialitäten, erlesene Bodensee-Weine und frisch gerösteter Kaffee in Regensburg.">
|
||||
<meta name="twitter:image" content="https://frida-fred.com/img/logo.png">
|
||||
|
||||
<!-- Geo-Tags für lokale Suche -->
|
||||
<meta name="geo.region" content="DE-BY">
|
||||
<meta name="geo.placename" content="Regensburg">
|
||||
<meta name="geo.position" content="49.0195;12.0975">
|
||||
<meta name="ICBM" content="49.0195, 12.0975">
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
@@ -19,8 +44,78 @@
|
||||
<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>
|
||||
<!-- Structured Data: LocalBusiness -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "GourmetStore",
|
||||
"name": "Frida & Fred – Allgäuer Schmankerl",
|
||||
"alternateName": "Frida Allgäuer Schmankerl",
|
||||
"url": "https://frida-fred.com",
|
||||
"logo": "https://frida-fred.com/img/logo.png",
|
||||
"image": "https://frida-fred.com/img/frida.jpg",
|
||||
"description": "Feinkostgeschäft in Regensburg mit handverlesenen Bio-Produkten, Allgäuer Käsespezialitäten, Bodensee-Weinen und frisch geröstetem Kaffee.",
|
||||
"telephone": "+49-941-60093260",
|
||||
"email": "info@frida-fred.com",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Untere Bachgasse 3",
|
||||
"addressLocality": "Regensburg",
|
||||
"postalCode": "93047",
|
||||
"addressRegion": "Bayern",
|
||||
"addressCountry": "DE"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": 49.0195,
|
||||
"longitude": 12.0975
|
||||
},
|
||||
"openingHoursSpecification": [
|
||||
{
|
||||
"@type": "OpeningHoursSpecification",
|
||||
"dayOfWeek": ["Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
||||
"opens": "09:00",
|
||||
"closes": "19:00"
|
||||
}
|
||||
],
|
||||
"sameAs": [
|
||||
"https://www.instagram.com/fridaundfred_regensburg"
|
||||
],
|
||||
"priceRange": "€€",
|
||||
"currenciesAccepted": "EUR",
|
||||
"paymentAccepted": "Cash, EC-Karte",
|
||||
"hasOfferCatalog": {
|
||||
"@type": "OfferCatalog",
|
||||
"name": "Feinkost-Sortiment",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Product",
|
||||
"name": "Allgäuer Bio-Heumilchkäse"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Product",
|
||||
"name": "Bodensee-Weine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Offer",
|
||||
"itemOffered": {
|
||||
"@type": "Product",
|
||||
"name": "Bio-Kaffee"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- Top Bar -->
|
||||
<div class="top-bar">
|
||||
<div class="container-fluid px-5">
|
||||
@@ -30,7 +125,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-light sticky-top">
|
||||
<nav class="navbar navbar-expand-lg navbar-light sticky-top" aria-label="Hauptnavigation">
|
||||
<div class="container-fluid px-5">
|
||||
<a class="navbar-brand" href="index.html">Frida & Fred</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||
@@ -49,6 +144,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<!-- Hero Section -->
|
||||
<section class="hero" id="home">
|
||||
<div class="hero-content">
|
||||
@@ -58,7 +154,7 @@
|
||||
<a href="#produkte" class="btn-cta">Zu unseren Produkten</a>
|
||||
</div>
|
||||
<div class="hero-image">
|
||||
<img src="img/logo.png" alt="Frida & Fred Logo" class="hero-logo">
|
||||
<img src="img/logo.png" alt="Frida & Fred – Feinkost und Bio-Käse in Regensburg" class="hero-logo">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -85,7 +181,7 @@
|
||||
<p>Komm vorbei und entdecke unser Sortiment – ehrlich, hochwertig und mit Liebe ausgewählt.</p>
|
||||
</div>
|
||||
<div class="about-image">
|
||||
<img src="img/frida.jpg" alt="Frida & Fred Geschäft" class="about-img">
|
||||
<img src="img/frida.jpg" alt="Frida & Fred Feinkostgeschäft in der Untere Bachgasse, Regensburg – Innenansicht mit Bio-Produkten" class="about-img">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -189,7 +285,7 @@
|
||||
<h3>Ihre Weinreise & Käseverkostung bei Frida & Fred</h3>
|
||||
<p>Der Abend in der Frida beinhaltet eine Weinreise mit 5-7 Weinen und natürlich unserem leckeren Heumilchkäse. Auch für Häppchen ist selbstverständlich gesorgt. Bei Allergenen oder Ernährungspräferenzen gehen wir gerne auf individuelle Wünsche ein!</p>
|
||||
<hr style="border: none; border-top: 1px solid var(--secondary-color); margin: 30px 0;">
|
||||
<img src="img/slider01.jpg" alt="Weinreise und Käseverkostung" style="width: 100%; max-width: 600px; margin: 20px auto 0; display: block; border-radius: 8px;">
|
||||
<img src="img/slider01.jpg" alt="Weinreise und Käseverkostung bei Frida & Fred in Regensburg" style="width: 100%; max-width: 600px; margin: 20px auto 0; display: block; border-radius: 8px;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -502,6 +598,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="site-footer">
|
||||
|
||||
Reference in New Issue
Block a user