Added meta no index to all headers so pages dont get indexed by Google this only affects people that dont have a robots.txt at HTRoot hence people that are running itflow in a subdir like example.com/itflow

This commit is contained in:
johnnyq
2022-09-21 12:38:22 -04:00
parent e5a4451bb9
commit 6f6d737e64
5 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ header("X-Frame-Options: DENY");
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="robots" content="noindex">
<title><?php echo $config_app_name; ?></title>