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,6 +8,17 @@
name="description"
content="Impressum der Praxis Physiotherapie Adolphsen in Hungen-Langd."
/>
<meta name="robots" content="noindex,follow" />
<link rel="canonical" href="https://physiotherapie-adolphsen.de/impressum.html" />
<meta property="og:locale" content="de_DE" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Impressum - Physiotherapie Adolphsen" />
<meta property="og:description" content="Impressum der Praxis Physiotherapie Adolphsen in Hungen-Langd." />
<meta property="og:url" content="https://physiotherapie-adolphsen.de/impressum.html" />
<meta property="og:site_name" content="Physiotherapie Adolphsen" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Impressum - Physiotherapie Adolphsen" />
<meta name="twitter:description" content="Impressum der Praxis Physiotherapie Adolphsen in Hungen-Langd." />
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
@@ -139,5 +150,24 @@
<script>
document.getElementById("currentYear").textContent = String(new Date().getFullYear());
</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>