Manual:$wgNamespaceRobotPolicies
From MediaWiki.org
Robot policies: $wgNamespaceRobotPolicies | |
---|---|
Allow customisation of robot policies on a per-namespace basis. |
|
Introduced in version: | 1.7.0 (r14559) |
Removed in version: | still in use |
Allowed values: | (each entry indicates a namespace and a text string) |
Default value: | an empty array() |
Other settings: Alphabetical | By Function
Details [edit]
Robot policies for namespaces, e.g. tag <meta name="robots" content="noindex,follow" />
e.g.
$wgNamespaceRobotPolicies = array( NS_TALK => 'noindex' );
The default policy is given by $wgDefaultRobotPolicy, the array is made of namespace constants as defined in includes/Defines.php (see Manual:Namespace).
See also [edit]
Language: | English • français • 日本語 |
---|