Manual:$wgArticleRobotPolicies
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: | [] |
Other settings: Alphabetical | By function |
DetailsEdit
Robot policies for pages, e.g. tag <meta name="robots" content="noindex,follow" />
, e.g.:
$wgArticleRobotPolicies = array( 'Main Page' => 'noindex' );