Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/pages/robots.txt.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/pages/robots.txt.thtml')
-rw-r--r--site/app/views/pages/robots.txt.thtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/app/views/pages/robots.txt.thtml b/site/app/views/pages/robots.txt.thtml
index 105244a..2f4ac9d 100644
--- a/site/app/views/pages/robots.txt.thtml
+++ b/site/app/views/pages/robots.txt.thtml
@@ -56,8 +56,11 @@ foreach ($supported_languages as $lang => $loc) {
/* block access to all user info pages, on all locales and apps */
echo "Disallow: ".$html->url("/{$lang}/{$app}/user/\n", true, false, false);
echo "Disallow: ".$html->url("/{$lang}/{$app}/users/info/\n", true, false, false);
+ echo "Disallow: ".$html->url("/{$lang}/{$app}/users/pwreset/\n", true, false, false);
/* do not index search */
echo "Disallow: ".$html->url("/{$lang}/{$app}/search/\n", true, false, false);
+ /* do not index share links */
+ echo "Disallow: ".$html->url("/{$lang}/{$app}/addon/share/\n", true, false, false);
}
}
?>