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/CorePluginsAdmin/templates
parent254ec097b228721cb646badd71e3c54ac4b429c8 (diff)
refs #6552 set noindex,nofollow option for all pages apart from login page
Diffstat (limited to 'plugins/CorePluginsAdmin/templates')
-rw-r--r--plugins/CorePluginsAdmin/templates/safemode.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CorePluginsAdmin/templates/safemode.twig b/plugins/CorePluginsAdmin/templates/safemode.twig
index 4321d3f8c3..440ec91ebc 100644
--- a/plugins/CorePluginsAdmin/templates/safemode.twig
+++ b/plugins/CorePluginsAdmin/templates/safemode.twig
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta name="robots" content="noindex,nofollow">
<style type="text/css">
html, body {
background-color: white;