Add hreflang="x-default" link tags

This commit is contained in:
2022-12-23 16:14:18 +01:00
parent 25020bef28
commit 0b52c5012d
11 changed files with 11 additions and 0 deletions

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('About the web developer, sysadmin and privacy enthusiast Daniel Winzen and this site'); ?>"> <meta name="description" content="<?php echo _('About the web developer, sysadmin and privacy enthusiast Daniel Winzen and this site'); ?>">
<link rel="canonical" href="https://danwin1210.de/about.php"> <link rel="canonical" href="https://danwin1210.de/about.php">
<link rel="alternate" href="https://danwin1210.de/about.php" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('About')); ?> <?php menu(_('About')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('Daniel\'s Chat - a former darknet chat community'); ?>"> <meta name="description" content="<?php echo _('Daniel\'s Chat - a former darknet chat community'); ?>">
<link rel="canonical" href="https://danwin1210.de/chat/"> <link rel="canonical" href="https://danwin1210.de/chat/">
<link rel="alternate" href="https://danwin1210.de/chat/" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('Daniel\'s Chat')); ?> <?php menu(_('Daniel\'s Chat')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('Contact Daniel Winzen'); ?>"> <meta name="description" content="<?php echo _('Contact Daniel Winzen'); ?>">
<link rel="canonical" href="https://danwin1210.de/contact.php"> <link rel="canonical" href="https://danwin1210.de/contact.php">
<link rel="alternate" href="https://danwin1210.de/contact.php" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('Contact')); ?> <?php menu(_('Contact')); ?>

View File

@ -8,6 +8,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('A list of frequently asked questions regarding the services I provide and their answers'); ?>"> <meta name="description" content="<?php echo _('A list of frequently asked questions regarding the services I provide and their answers'); ?>">
<link rel="canonical" href="https://danwin1210.de/faq.php"> <link rel="canonical" href="https://danwin1210.de/faq.php">
<link rel="alternate" href="https://danwin1210.de/faq.php" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('FAQ - Frequently Asked Questions')); ?> <?php menu(_('FAQ - Frequently Asked Questions')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('GitHub IPv6 proxy allows downloading GitHub repositories on IPv6 only servers'); ?>"> <meta name="description" content="<?php echo _('GitHub IPv6 proxy allows downloading GitHub repositories on IPv6 only servers'); ?>">
<link rel="canonical" href="https://danwin1210.de/github-ipv6-proxy.php"> <link rel="canonical" href="https://danwin1210.de/github-ipv6-proxy.php">
<link rel="alternate" href="https://danwin1210.de/github-ipv6-proxy.php" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('GitHub IPv6 proxy')); ?> <?php menu(_('GitHub IPv6 proxy')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('Daniel\'s Hosting - a former darknet web hosting service'); ?>"> <meta name="description" content="<?php echo _('Daniel\'s Hosting - a former darknet web hosting service'); ?>">
<link rel="canonical" href="https://danwin1210.de/hosting/"> <link rel="canonical" href="https://danwin1210.de/hosting/">
<link rel="alternate" href="https://danwin1210.de/hosting/" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('Hosting - Info')); ?> <?php menu(_('Hosting - Info')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('Personal website of Daniel Winzen, the web developer, sysadmin and privacy enthusiast'); ?>"> <meta name="description" content="<?php echo _('Personal website of Daniel Winzen, the web developer, sysadmin and privacy enthusiast'); ?>">
<link rel="canonical" href="https://danwin1210.de/"> <link rel="canonical" href="https://danwin1210.de/">
<link rel="alternate" href="https://danwin1210.de/" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('Home')); ?> <?php menu(_('Home')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('We moved to a brand new domain - migrate your accounts'); ?>"> <meta name="description" content="<?php echo _('We moved to a brand new domain - migrate your accounts'); ?>">
<link rel="canonical" href="https://danwin1210.de/new-domain.php"> <link rel="canonical" href="https://danwin1210.de/new-domain.php">
<link rel="alternate" href="https://danwin1210.de/new-domain.php" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('New domain - DanWin1210.Me is now DanWin1210.De')); ?> <?php menu(_('New domain - DanWin1210.Me is now DanWin1210.De')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('Privacy policy of Daniel Winzen'); ?>'"> <meta name="description" content="<?php echo _('Privacy policy of Daniel Winzen'); ?>'">
<link rel="canonical" href="https://danwin1210.de/privacy.php"> <link rel="canonical" href="https://danwin1210.de/privacy.php">
<link rel="alternate" href="https://danwin1210.de/privacy.php" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('Privacy policy')); ?> <?php menu(_('Privacy policy')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('Various tutorials provided by Daniel Winzen'); ?>"> <meta name="description" content="<?php echo _('Various tutorials provided by Daniel Winzen'); ?>">
<link rel="canonical" href="https://danwin1210.de/tutorials/"> <link rel="canonical" href="https://danwin1210.de/tutorials/">
<link rel="alternate" href="https://danwin1210.de/tutorials/" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
</head><body> </head><body>
<?php menu(_('Tutorials')); ?> <?php menu(_('Tutorials')); ?>

View File

@ -9,6 +9,7 @@ global $language;
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo _('This tutorial will show you how to torify FTP clients in the example of FileZilla and WinSCP.'); ?>"> <meta name="description" content="<?php echo _('This tutorial will show you how to torify FTP clients in the example of FileZilla and WinSCP.'); ?>">
<link rel="canonical" href="https://danwin1210.de/tutorials/torify-ftp/"> <link rel="canonical" href="https://danwin1210.de/tutorials/torify-ftp/">
<link rel="alternate" href="https://danwin1210.de/tutorials/torify-ftp/" hreflang="x-default">
<?php alt_links(); ?> <?php alt_links(); ?>
<style>img{max-width:100%}</style> <style>img{max-width:100%}</style>
</head><body> </head><body>