Calak has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/164766

Change subject: Prevent search engines from indexing user pages and all talk 
pages on ckbwiki
......................................................................

Prevent search engines from indexing user pages and all talk pages on ckbwiki

Bug: 71663
Change-Id: Ic09ad561e9a9cbb976f341101d42f444e7c92fa2
---
M wmf-config/InitialiseSettings.php
1 file changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/66/164766/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index e248e27..d644028 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -9368,6 +9368,20 @@
 
 # ROBOT @{
 'wgNamespaceRobotPolicies' => array(
+       'ckbwiki' => array(
+               NS_TALK => 'noindex,follow',
+               NS_USER => 'noindex,follow',
+               NS_USER_TALK => 'noindex,follow',
+               NS_PROJECT_TALK => 'noindex,follow',
+               NS_IMAGE_TALK => 'noindex,follow',
+               NS_MEDIAWIKI_TALK => 'noindex,follow',
+               NS_TEMPLATE_TALK => 'noindex,follow',
+               NS_HELP_TALK => 'noindex,follow',
+               NS_CATEGORY_TALK => 'noindex,follow',
+               101 => 'noindex,follow', // portal talk
+               103 => 'noindex,follow', // wikiproject talk
+               829 => 'noindex,follow', // module talk
+       ), // bug 71663
        'dewiki' => array(
                NS_TALK => 'noindex,follow',
                NS_USER => 'noindex,follow', // Bug 36181

-- 
To view, visit https://gerrit.wikimedia.org/r/164766
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic09ad561e9a9cbb976f341101d42f444e7c92fa2
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Calak <calakw...@yahoo.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to