Füge Navigation und umfassende SEO-Optimierung hinzu
- Sticky Navigation mit Logo und Menü-Links - Mobile Hamburger-Menü mit Smooth Scroll - Back-to-Top Button mit Scroll-Effekt - Umfassende SEO Meta-Tags (Keywords, Description, Geo) - Open Graph und Twitter Card Tags für Social Media - Schema.org strukturierte Daten (InsuranceAgency, Person) - robots.txt und sitemap.xml für Suchmaschinen - Canonical URLs auf allen Seiten - Local SEO Optimierung für Kallmünz/Regensburg
This commit is contained in:
146
index.html
146
index.html
@@ -3,8 +3,35 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Andreas Guttenberger - Ihr Versicherungsfachmann (IHK) in Kallmünz. Persönliche Beratung für alle Versicherungsfragen.">
|
||||
<title>Andreas Guttenberger - Versicherungsfachmann (IHK)</title>
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<meta name="description" content="Andreas Guttenberger - Ihr Versicherungsfachmann (IHK) in Kallmünz. Persönliche Beratung für alle Versicherungsfragen. ✓ Kompetent ✓ Persönlich ✓ AXA Partner">
|
||||
<meta name="keywords" content="Versicherung Kallmünz, Versicherungsmakler, Versicherungsfachmann IHK, AXA Versicherung, Krankenversicherung, Lebensversicherung, Altersvorsorge, Betriebsversicherung, Traidendorf, Regensburg">
|
||||
<meta name="author" content="Andreas Guttenberger">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="language" content="de">
|
||||
<meta name="geo.region" content="DE-BY">
|
||||
<meta name="geo.placename" content="Kallmünz">
|
||||
<meta name="geo.position" content="49.1617;11.9619">
|
||||
<meta name="ICBM" content="49.1617, 11.9619">
|
||||
<link rel="canonical" href="https://www.andreas-guttenberger.de/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.andreas-guttenberger.de/">
|
||||
<meta property="og:title" content="Andreas Guttenberger - Versicherungsfachmann (IHK) Kallmünz">
|
||||
<meta property="og:description" content="Ihr persönlicher Versicherungsfachmann in Kallmünz. Kompetente Beratung für Privat- und Gewerbekunden. AXA Partner.">
|
||||
<meta property="og:image" content="https://www.andreas-guttenberger.de/img/Andreas_Guttenberger.jpg">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:site_name" content="Andreas Guttenberger Versicherungen">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Andreas Guttenberger - Versicherungsfachmann (IHK)">
|
||||
<meta name="twitter:description" content="Ihr persönlicher Versicherungsfachmann in Kallmünz. Kompetente Beratung für alle Versicherungsfragen.">
|
||||
<meta name="twitter:image" content="https://www.andreas-guttenberger.de/img/Andreas_Guttenberger.jpg">
|
||||
|
||||
<title>Andreas Guttenberger - Versicherungsfachmann (IHK) | Kallmünz</title>
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||||
@@ -20,8 +47,31 @@
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar" id="navbar">
|
||||
<div class="container">
|
||||
<div class="nav-content">
|
||||
<a href="#" class="nav-logo">
|
||||
<img src="img/AXA_Logo_FR.svg" alt="AXA" class="nav-logo-img">
|
||||
<span>Andreas Guttenberger</span>
|
||||
</a>
|
||||
<button class="nav-toggle" id="navToggle" aria-label="Navigation umschalten">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
<ul class="nav-menu" id="navMenu">
|
||||
<li><a href="#home" class="nav-link">Start</a></li>
|
||||
<li><a href="#leistungen" class="nav-link">Leistungen</a></li>
|
||||
<li><a href="#ueber-mich" class="nav-link">Über mich</a></li>
|
||||
<li><a href="#kontakt" class="nav-link">Kontakt</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<header class="hero">
|
||||
<header class="hero" id="home">
|
||||
<div class="container">
|
||||
<div class="hero-content">
|
||||
<div class="hero-image">
|
||||
@@ -42,7 +92,7 @@
|
||||
</header>
|
||||
|
||||
<!-- Services Section -->
|
||||
<section class="services">
|
||||
<section class="services" id="leistungen">
|
||||
<div class="container">
|
||||
<h2>Meine Leistungen</h2>
|
||||
<div class="services-grid">
|
||||
@@ -71,7 +121,7 @@
|
||||
</section>
|
||||
|
||||
<!-- About Section -->
|
||||
<section class="about">
|
||||
<section class="about" id="ueber-mich">
|
||||
<div class="container">
|
||||
<h2>Warum ich?</h2>
|
||||
<div class="about-content">
|
||||
@@ -137,6 +187,13 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Back to Top Button -->
|
||||
<button id="backToTop" class="back-to-top" aria-label="Nach oben scrollen">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<polyline points="18 15 12 9 6 15"></polyline>
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
@@ -151,6 +208,85 @@
|
||||
|
||||
<!-- Leaflet JS -->
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "InsuranceAgency",
|
||||
"name": "Andreas Guttenberger - Versicherungsfachmann (IHK)",
|
||||
"image": "https://www.andreas-guttenberger.de/img/Andreas_Guttenberger.jpg",
|
||||
"@id": "https://www.andreas-guttenberger.de",
|
||||
"url": "https://www.andreas-guttenberger.de",
|
||||
"telephone": "+4915174483560",
|
||||
"email": "andreas.guttenberger@axa.de",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Am Fallgatter 6",
|
||||
"addressLocality": "Kallmünz",
|
||||
"addressRegion": "Bayern",
|
||||
"postalCode": "93183",
|
||||
"addressCountry": "DE"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": 49.1617,
|
||||
"longitude": 11.9619
|
||||
},
|
||||
"openingHoursSpecification": {
|
||||
"@type": "OpeningHoursSpecification",
|
||||
"dayOfWeek": [
|
||||
"Monday",
|
||||
"Tuesday",
|
||||
"Wednesday",
|
||||
"Thursday",
|
||||
"Friday"
|
||||
],
|
||||
"opens": "09:00",
|
||||
"closes": "18:00"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://www.axa-betreuer.de/martin_goetz/ueber-uns/filialen-und-team"
|
||||
],
|
||||
"priceRange": "$$",
|
||||
"areaServed": {
|
||||
"@type": "GeoCircle",
|
||||
"geoMidpoint": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": 49.1617,
|
||||
"longitude": 11.9619
|
||||
},
|
||||
"geoRadius": "50000"
|
||||
},
|
||||
"description": "Versicherungsfachmann (IHK) in Kallmünz. Persönliche Beratung für Privat- und Gewerbekunden in allen Versicherungsfragen. AXA Partner."
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Person",
|
||||
"name": "Andreas Guttenberger",
|
||||
"jobTitle": "Versicherungsfachmann (IHK)",
|
||||
"telephone": "+4915174483560",
|
||||
"email": "andreas.guttenberger@axa.de",
|
||||
"url": "https://www.andreas-guttenberger.de",
|
||||
"image": "https://www.andreas-guttenberger.de/img/Andreas_Guttenberger.jpg",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Am Fallgatter 6",
|
||||
"addressLocality": "Kallmünz",
|
||||
"addressRegion": "Bayern",
|
||||
"postalCode": "93183",
|
||||
"addressCountry": "DE"
|
||||
},
|
||||
"worksFor": {
|
||||
"@type": "Organization",
|
||||
"name": "AXA"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user