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>Datenschutzerklärung - Traidendorf | DSGVO-konform</title>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<!-- ...existing code... -->
|
||||
<link rel="canonical" href="https://www.traidendorf.de/datenschutz.html" />
|
||||
<!-- ...existing code... -->
|
||||
</head>
|
||||
<!-- ...existing code... -->
|
||||
<!-- SEO Meta Tags -->
|
||||
<meta name="description" content="Datenschutzerklärung der Webseite Traidendorf - Informationen zur Verarbeitung personenbezogener Daten gemäß DSGVO.">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
|
||||
Reference in New Issue
Block a user