Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/View
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-06-08 06:38:29 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-06-08 06:38:29 +0300
commitc1172741efae17126fc3acf40de9c174c200bba7 (patch)
treea40585e2402dd64aba836266ffb9a130864348d1 /core/View
parent254ec097b228721cb646badd71e3c54ac4b429c8 (diff)
refs #6552 set noindex,nofollow option for all pages apart from login page
Diffstat (limited to 'core/View')
-rw-r--r--core/View/OneClickDone.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/View/OneClickDone.php b/core/View/OneClickDone.php
index 1d8c8b809f..cff974273b 100644
--- a/core/View/OneClickDone.php
+++ b/core/View/OneClickDone.php
@@ -73,6 +73,7 @@ class OneClickDone
<!DOCTYPE html>
<html>
<head>
+ <meta name="robots" content="noindex,nofollow">
<meta charset="utf-8">
<title></title>
</head>