SEO: Canonical, OpenGraph, Twitter, JSON-LD und Sitemap angepasst
This commit is contained in:
@@ -8,6 +8,23 @@
|
|||||||
name="description"
|
name="description"
|
||||||
content="Datenschutzerklaerung der Praxis Physiotherapie Adolphsen in Hungen-Langd."
|
content="Datenschutzerklaerung der Praxis Physiotherapie Adolphsen in Hungen-Langd."
|
||||||
/>
|
/>
|
||||||
|
<meta name="robots" content="noindex,follow" />
|
||||||
|
<link rel="canonical" href="https://physiotherapie-adolphsen.de/datenschutz.html" />
|
||||||
|
<meta property="og:locale" content="de_DE" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Datenschutz - Physiotherapie Adolphsen" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Datenschutzerklaerung der Praxis Physiotherapie Adolphsen in Hungen-Langd."
|
||||||
|
/>
|
||||||
|
<meta property="og:url" content="https://physiotherapie-adolphsen.de/datenschutz.html" />
|
||||||
|
<meta property="og:site_name" content="Physiotherapie Adolphsen" />
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="Datenschutz - Physiotherapie Adolphsen" />
|
||||||
|
<meta
|
||||||
|
name="twitter:description"
|
||||||
|
content="Datenschutzerklaerung der Praxis Physiotherapie Adolphsen in Hungen-Langd."
|
||||||
|
/>
|
||||||
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="assets/css/styles.css" />
|
<link rel="stylesheet" href="assets/css/styles.css" />
|
||||||
</head>
|
</head>
|
||||||
@@ -155,5 +172,24 @@
|
|||||||
<script>
|
<script>
|
||||||
document.getElementById("currentYear").textContent = String(new Date().getFullYear());
|
document.getElementById("currentYear").textContent = String(new Date().getFullYear());
|
||||||
</script>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -8,6 +8,17 @@
|
|||||||
name="description"
|
name="description"
|
||||||
content="Impressum der Praxis Physiotherapie Adolphsen in Hungen-Langd."
|
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="vendor/bootstrap/css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="assets/css/styles.css" />
|
<link rel="stylesheet" href="assets/css/styles.css" />
|
||||||
</head>
|
</head>
|
||||||
@@ -139,5 +150,24 @@
|
|||||||
<script>
|
<script>
|
||||||
document.getElementById("currentYear").textContent = String(new Date().getFullYear());
|
document.getElementById("currentYear").textContent = String(new Date().getFullYear());
|
||||||
</script>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
69
index.html
69
index.html
@@ -8,8 +8,46 @@
|
|||||||
name="description"
|
name="description"
|
||||||
content="Ganzheitliche Physiotherapie in Hungen-Langd. Praxis von Kerstin Adolphsen fuer private Kassen und Selbstzahler nach Verordnung."
|
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="vendor/bootstrap/css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="assets/css/styles.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>
|
</head>
|
||||||
<body data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="90" tabindex="0">
|
<body data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="90" tabindex="0">
|
||||||
<header class="site-header">
|
<header class="site-header">
|
||||||
@@ -65,7 +103,13 @@
|
|||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<div class="hero-gallery">
|
<div class="hero-gallery">
|
||||||
<figure class="hero-card hero-card-large">
|
<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>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,8 +185,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-lg-7">
|
<div class="col-lg-7">
|
||||||
<div class="gallery-grid">
|
<div class="gallery-grid">
|
||||||
<img src="img/ka_2020_02.jpg" alt="Praxisraum mit Behandlungsbank" />
|
<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" />
|
<img src="img/ka_2020_03.jpg" alt="Detailansicht aus der Praxis" width="1280" height="853" loading="lazy" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -234,5 +278,24 @@
|
|||||||
|
|
||||||
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||||
<script src="assets/js/main.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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
4
robots.txt
Normal file
4
robots.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://physiotherapie-adolphsen.de/sitemap.xml
|
||||||
9
sitemap.xml
Normal file
9
sitemap.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>https://physiotherapie-adolphsen.de/</loc>
|
||||||
|
<lastmod>2026-03-17</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
Reference in New Issue
Block a user