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: | array() |
Other settings: Alphabetical | By function |
Details[edit]
Robot policies for pages, e.g. tag <meta name="robots" content="noindex,follow" />
, e.g.:
$wgArticleRobotPolicies = array( 'Main Page' => 'noindex' );
See also[edit]
![]() |
Files: robots.txt Attributes: nofollow – noindex Configuration settings: $wgArticleRobotPolicies – $wgDefaultRobotPolicy – $wgExemptFromUserRobotsControl – $wgNamespaceRobotPolicies |
---|