make rewrites clearer and unambiguous for search engines

This commit is contained in:
2015-06-26 17:30:28 +03:00
parent 93b33eb62d
commit 55057a44b8
3 changed files with 6 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en-EN">
<head>
<title>Max Mehl</title>
<link lang="en" title="Deutsch" href="/de" hreflang="de" rel="alternate" type="text/html">
<link lang="en" title="Deutsch" href="/" hreflang="de" rel="alternate" type="text/html">
<?php include 'static/head.en.html'; ?>
</head>
@@ -15,7 +15,7 @@
<div class="info">
<p><a target="_blank" href="/impressum">Impressum</a></p>
<p><a href="/de"><?php include 'static/lang.en.html'; ?></a></p>
<p><a href="/"><?php include 'static/lang.en.html'; ?></a></p>
</div>
</div><!-- / header-content -->
</div><!-- / header -->