Manual:$wgArticleRobotPolicies/tr
From Linux Web Expert
<translate> Robot policies</translate>: $wgArticleRobotPolicies | |
---|---|
Robot politikalarının sayfa bazında özelleştirilmesine izin verin. |
|
<translate> Introduced in version:</translate> | 1.11.0 (r22615) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (her giriş bir sayfa adını ve bir metin dizesini belirtir) |
<translate> Default value:</translate> | [] |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Ayrıntılar
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'
];