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/misc
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 /misc
parent254ec097b228721cb646badd71e3c54ac4b429c8 (diff)
refs #6552 set noindex,nofollow option for all pages apart from login page
Diffstat (limited to 'misc')
-rw-r--r--misc/How to install Piwik.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/How to install Piwik.html b/misc/How to install Piwik.html
index be287e64c8..9d1695b6e7 100644
--- a/misc/How to install Piwik.html
+++ b/misc/How to install Piwik.html
@@ -1,6 +1,7 @@
<html>
<head>
<meta http-equiv="refresh" content="0;url=https://piwik.org/docs/installation/"/>
+ <meta name="robots" content="noindex,nofollow">
</head>
<body>You will be redirected to the Piwik Installation documentation on <a href='https://piwik.org/docs/installation/'>https://piwik.org/docs/installation/</a>
</body>