ম্যানুয়াল:$wgArticleRobotPolicies
Appearance
| Robot policies: $wgArticleRobotPolicies | |
|---|---|
| প্রতি পৃষ্ঠার ভিত্তিতে রোবট নীতিগুলি কাস্টমাইজেশনের অনুমতি দিন। |
|
| Introduced in version: | 1.11.0 (r22615) |
| Removed in version: | Still in use |
| Allowed values: | (প্রতিটি এন্ট্রি একটি পৃষ্ঠার নাম এবং একটি পাঠ্য স্ট্রিং নির্দেশ করে) |
| Default value: | [] |
| Other settings: Alphabetical | By function | |
বিস্তারিত
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'
];