Page MenuHomePhabricator

Modify $wgNamespaceRobotPolicies to noindex User and User talk namespaces on the French Wikipedia (fr.wikipedia.org)
Closed, ResolvedPublic

Description

Don't index anymore USER and USER_TALK pages, with http://www.mediawiki.org/wiki/Manual:$wgNamespaceRobotPolicies ...

on "fr" wiki, because of this decision: http://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Prise_de_d%C3%A9cision/Indexation_par_les_moteurs_de_recherche


Version: unspecified
Severity: normal

Details

Reference
bz26915

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:22 PM
bzimport set Reference to bz26915.

jeluf wrote:

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1545)

+++ InitialiseSettings.php (working copy)
@@ -7128,6 +7128,10 @@

'enwiki' => array(
    NS_USER_TALK => 'noindex,follow',
),

+ 'frwiki' => array(
+ NS_USER => 'noindex.follow',
+ NS_USER_TALK => 'noindex.follow',
+ ),

'hewiki' => array(
    # https://bugzilla.wikimedia.org/show_bug.cgi?id=16247
    NS_USER => 'noindex,follow',

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php