Manual:$wgArticleRobotPolicies/ko
Appearance
| Robot policies: $wgArticleRobotPolicies | |
|---|---|
| Allow customisation of robot policies on a per-page basis. |
|
| 이 변수가 소개된 버전: | 1.11.0 (r22615) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (each entry indicates a page name and a text string) |
| 기본값: | [] |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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'
];