SEO: Canonical, OpenGraph, Twitter, JSON-LD und Sitemap angepasst

This commit is contained in:
2026-03-17 15:12:47 +01:00
parent 6d91b6ae75
commit 1df11ec4a4
5 changed files with 145 additions and 3 deletions

View File

@@ -8,8 +8,46 @@
name="description"
content="Ganzheitliche Physiotherapie in Hungen-Langd. Praxis von Kerstin Adolphsen fuer private Kassen und Selbstzahler nach Verordnung."
/>
<link rel="canonical" href="https://physiotherapie-adolphsen.de/" />
<meta property="og:locale" content="de_DE" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Physiotherapie Adolphsen" />
<meta
property="og:description"
content="Ganzheitliche Physiotherapie in Hungen-Langd. Praxis von Kerstin Adolphsen fuer private Kassen und Selbstzahler nach Verordnung."
/>
<meta property="og:url" content="https://physiotherapie-adolphsen.de/" />
<meta property="og:site_name" content="Physiotherapie Adolphsen" />
<meta property="og:image" content="https://physiotherapie-adolphsen.de/img/ka_2020_01.jpg" />
<meta property="og:image:alt" content="Praxisansicht Physiotherapie Adolphsen" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Physiotherapie Adolphsen" />
<meta
name="twitter:description"
content="Ganzheitliche Physiotherapie in Hungen-Langd. Praxis von Kerstin Adolphsen fuer private Kassen und Selbstzahler nach Verordnung."
/>
<meta name="twitter:image" content="https://physiotherapie-adolphsen.de/img/ka_2020_01.jpg" />
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Physiotherapist",
"name": "Physiotherapie Kerstin Adolphsen",
"url": "https://physiotherapie-adolphsen.de/",
"image": "https://physiotherapie-adolphsen.de/img/ka_2020_01.jpg",
"telephone": "+49-6402-508272",
"email": "kerstin.adolphsen@gmail.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "Obergasse 2",
"postalCode": "35410",
"addressLocality": "Hungen-Langd",
"addressCountry": "DE"
},
"areaServed": "Hungen und Umgebung"
}
</script>
</head>
<body data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="90" tabindex="0">
<header class="site-header">
@@ -65,7 +103,13 @@
<div class="col-lg-6">
<div class="hero-gallery">
<figure class="hero-card hero-card-large">
<img src="img/ka_2020_01.jpg" alt="Praxisansicht Physiotherapie Adolphsen" />
<img
src="img/ka_2020_01.jpg"
alt="Praxisansicht Physiotherapie Adolphsen"
width="1280"
height="853"
fetchpriority="high"
/>
</figure>
</div>
</div>
@@ -141,8 +185,8 @@
</div>
<div class="col-lg-7">
<div class="gallery-grid">
<img src="img/ka_2020_02.jpg" alt="Praxisraum mit Behandlungsbank" />
<img src="img/ka_2020_03.jpg" alt="Detailansicht aus der Praxis" />
<img src="img/ka_2020_02.jpg" alt="Praxisraum mit Behandlungsbank" width="1280" height="853" loading="lazy" />
<img src="img/ka_2020_03.jpg" alt="Detailansicht aus der Praxis" width="1280" height="853" loading="lazy" />
</div>
</div>
</div>
@@ -234,5 +278,24 @@
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js"></script>
<!-- Matomo -->
<script>
var _paq = (window._paq = window._paq || []);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function () {
var u = "https://piwik.webfarben.net/";
_paq.push(["setTrackerUrl", u + "matomo.php"]);
_paq.push(["setSiteId", "5"]);
var d = document,
g = d.createElement("script"),
s = d.getElementsByTagName("script")[0];
g.async = true;
g.src = u + "matomo.js";
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>