Jump to content

Manual:$wgArticleRobotPolicies/gu

From mediawiki.org
This page is a translated version of the page Manual:$wgArticleRobotPolicies and the translation is 12% complete.
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:[]

Details

Allows you to set the robot policies for specific pages.

Example

To get the meta element <meta name="robots" content="noindex,follow" /> for "Main Page" you will need to set:

$wgArticleRobotPolicies = [
    'Main Page' => 'noindex'
];


આ પણ જુઓ