From 62f0e057f5582d993c79d3f9d1bec605bf937c29 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 3 Nov 2019 10:55:44 +0100 Subject: [PATCH] robots=noindex,nofollow should only be set for actual redirections --- url.php | 1 - 1 file changed, 1 deletion(-) diff --git a/url.php b/url.php index 23def3a..567f07b 100644 --- a/url.php +++ b/url.php @@ -23,7 +23,6 @@ if(empty($_GET['id'])){ echo ''; echo ''; echo ''; - echo ''; echo ''; echo '

URL-Shortener/Redirector

'; echo '

Shorten a URL or strip referrers by redirecting via '.CANONICAL_URL.'?r=LINK

';