Manual:$wgArticleRobotPolicies
From MediaWiki.org
| Robot policies: $wgArticleRobotPolicies | |
|---|---|
| Allow customisation of robot policies on a per-page basis. |
|
| Introduced in version: | 1.11.0 (r22615) |
| Removed in version: | still in use |
| Allowed values: | (each entry indicates a page name and a text string) |
| Default value: | an empty array() |
Other settings: Alphabetical | By Function
[edit] Details
Robot policies for pages, e.g. tag <meta name="robots" content="noindex,follow" />, e.g. :
$wgArticleRobotPolicies = array( 'Main Page' => 'noindex' );

