Skip to content

Commit 617aeb9

Browse files
committed
Add metadata canonical
1 parent b87fa7f commit 617aeb9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

head.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848

4949
<meta name="keywords" content="DevSecOps, DevOps, security, hardening">
5050
<meta name="author" content="Timo Pagel">
51+
<?php
52+
$url = "https://dsomm.timo-pagel.de{$_SERVER['SCRIPT_NAME']}";
53+
echo "<link rel='canonical' href=$url>";
54+
?>
5155
</head>
5256

5357
<?php

0 commit comments

Comments
 (0)