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
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 /plugins/Dashboard
parent254ec097b228721cb646badd71e3c54ac4b429c8 (diff)
refs #6552 set noindex,nofollow option for all pages apart from login page
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/templates/_header.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dashboard/templates/_header.twig b/plugins/Dashboard/templates/_header.twig
index 5af8dcdcba..e477fa7423 100644
--- a/plugins/Dashboard/templates/_header.twig
+++ b/plugins/Dashboard/templates/_header.twig
@@ -3,6 +3,7 @@
<html id="ng-app" ng-app="piwikApp">
<head>
<meta charset="utf-8">
+ <meta name="robots" content="noindex,nofollow">
<meta http-equiv="x-ua-compatible" content="IE=EDGE,chrome=1" >
<title>{{ 'Dashboard_Dashboard'|translate }} - {{ 'CoreHome_WebAnalyticsReports'|translate }}</title>