Improve SEO: add Open Graph tags and image optimization

This commit is contained in:
2026-06-23 11:55:26 +02:00
parent ab3a40f835
commit 0f8018c5ad
3 changed files with 95 additions and 39 deletions
+17 -8
View File
@@ -5,10 +5,19 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Irmengard Forstmaier, impressum">
<meta name="description" content="Impressum der Praxis Ruhepunkt von Irmengard Forstmaier in Hemau mit Kontakt- und Pflichtangaben.">
<meta name="robots" content="index,follow">
<meta name="author" content="Sebastian Köhler" >
<link rel="canonical" href="https://ruhepunkt-forum.de/impressum.html">
<title>Ruhepunkt Impressum</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://ruhepunkt-forum.de/impressum.html">
<meta property="og:title" content="Impressum | Praxis Ruhepunkt">
<meta property="og:description" content="Impressum der Praxis Ruhepunkt von Irmengard Forstmaier in Hemau.">
<meta property="og:image" content="https://ruhepunkt-forum.de/img/logo.png">
<meta property="og:locale" content="de_DE">
<title>Impressum | Praxis Ruhepunkt in Hemau</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
@@ -74,7 +83,7 @@
<!-- Header - set the background image for the header in the line below -->
<header id="home">
<img class="img-fluid d-block mx-auto" src="img/logo50percent.png" alt="">
<img class="img-fluid d-block mx-auto" src="img/logo50percent.png" alt="Logo der Praxis Ruhepunkt" loading="lazy" width="200" height="200">
</header>
<!-- Content section -->
@@ -84,14 +93,14 @@
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2>Impressum</h2>
<h1>Impressum</h1>
<div class='impressum'> <br> <p>Praxis RUHPUNKT</p><p>Irmengard Forstmaier <br>
Heilpraktikerin; Physiotherapeutin<br>
Gewerbering Ost 5b<br>
93155 Hemau <br></p>
<p><strong>Kontakt:</strong> <br>
Telefon: +49 9404- 642842<br>
E-Mail: <a href='mailto:forstmaier@ruhepunkt-forum.de'>forstmaier@ruhepunkt-forum.de</a></br></p>
Telefon: <a href="tel:+499404642842">+49 9404 642842</a><br>
E-Mail: <a href='mailto:forstmaier@ruhepunkt-forum.de'>forstmaier@ruhepunkt-forum.de</a></p>
<p> <strong>Berufsbezeichnung</strong><br>
Die Berufsbezeichnung <strong>Physiotherapeut/in</strong> wurde in der Bundesrepublik Deutschland verliehen.</p>
@@ -135,9 +144,9 @@
<footer id="kontakt" class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright &copy; ruhepunkt.de 2019</p>
<p class="m-0 text-center text-white">Tel.: +49 9404 642842</p>
<p class="m-0 text-center text-white">Tel.: <a class="text-white" href="tel:+499404642842">+49 9404 642842</a></p>
<p class="m-0 text-center text-white">Gewerbering Ost 5b 93155 Hemau</p>
<p class="m-0 text-center text-white">forstmaier@ruhepunkt-forum.de</p>
<p class="m-0 text-center text-white"><a class="text-white" href="mailto:forstmaier@ruhepunkt-forum.de">forstmaier@ruhepunkt-forum.de</a></p>
<p class="m-0 text-center text-white"><a class="text-white" href="impressum.html">Impressum</a></p>
<p class="m-0 text-center text-white"><a class="text-white" href="datenschutz.html">Datenschutzerklärung</a></p>
</div>