Set robots "noindex, nofollow" metatag on all pages, in case a user opens their system up to the internet.

This commit is contained in:
Larry Meaney
2018-09-03 19:17:24 -07:00
parent 00ae752dcd
commit e8bdde20a5
8 changed files with 8 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ require_once "$docroot/webGui/include/Helpers.php";
<!DOCTYPE HTML>
<html>
<head>
<meta name="robots" content="noindex, nofollow">
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-popup.css")?>">
</head>