Make google happy and remove "duplicate content" despite canonical link

This commit is contained in:
2022-12-28 19:40:56 +01:00
parent aae719d025
commit 2976176ecb
10 changed files with 1192 additions and 1198 deletions

View File

@ -8,5 +8,5 @@ header('Content-Type: application/opensearchdescription+xml');
<Contact>daniel@danwin1210.de</Contact>
<Developer>Daniel Winzen</Developer>
<Image width="192" height="192" type="image/gif"><?php echo CANONICAL_URL; ?>/favicon.ico</Image>
<Url type="text/html" method="get" template="<?php echo CANONICAL_URL; ?>/onions.php?q={searchTerms}" />
<Url type="text/html" method="get" template="<?php echo CANONICAL_URL; ?>/?q={searchTerms}" />
</OpenSearchDescription>