aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-15 17:23:23 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-15 17:23:23 +0100
commit147b3fdda4d95c217ee3923930587d1dc1bd97ee (patch)
tree7ffe66a316db5ac55291ad071e0fb5280688d07f /app/layout/layout.phtml
parent6b72063fc169beb1ca259a3328a56725affbc90d (diff)
Meta robots noindex
Le fichier robots.txt ne suffit pas, par exemple quand FreshRSS n'est pas à la racine d'un domaine. Supplément de https://github.com/marienfressinaud/FreshRSS/commit/54ea52f6c7cb8d6d3bfd810447cd359d64e56ecf
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index adcc74871..a506f7cea 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -21,6 +21,7 @@
<?php if (isset ($this->rss_url)) { ?>
<link rel="alternate" type="application/rss+xml" title="<?php echo $this->rss_title; ?>" href="<?php echo Url::display ($this->rss_url); ?>" />
<?php } ?>
+ <meta name="robots" content="noindex" />
</head>
<body>
<?php $this->partial ('header'); ?>