diff options
| -rw-r--r-- | app/layout/layout.phtml | 2 | ||||
| -rw-r--r-- | public/robots.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index cc0d44237..bb4a1f7eb 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -21,7 +21,7 @@ <?php if (isset ($this->rss_url)) { ?> <link rel="alternate" type="application/rss+xml" title="<?php echo htmlspecialchars($this->rss_title, ENT_COMPAT, 'UTF-8'); ?>" href="<?php echo Url::display ($this->rss_url); ?>" /> <?php } ?> - <meta name="robots" content="noindex" /> + <meta name="robots" content="noindex,nofollow" /> </head> <body> <?php $this->partial ('header'); ?> diff --git a/public/robots.txt b/public/robots.txt index 77470cb39..1f53798bb 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: /
\ No newline at end of file +Disallow: / |
