Add canonical tags to all HTML files for SEO
This commit is contained in:
@@ -4,7 +4,14 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Impressum - Traidendorf | Angaben gemäß § 5 TMG</title>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<!-- ...existing code... -->
|
||||
<link rel="canonical" href="https://www.traidendorf.de/impressum.html" />
|
||||
<!-- ...existing code... -->
|
||||
</head>
|
||||
<!-- ...existing code... -->
|
||||
<!-- SEO Meta Tags -->
|
||||
<meta name="description" content="Impressum der Webseite Traidendorf - Angaben gemäß § 5 TMG. Verantwortlich: webfarben.net, Sebastian Köhler.">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
|
||||
Reference in New Issue
Block a user