Manual:$wgDefaultRobotPolicy
From MediaWiki.org
| Robot policies: $wgDefaultRobotPolicy | |
|---|---|
| Allows specifying the default robot policy for all pages on the wiki |
|
| Introduced in version: | 1.12.0 (r30602) |
| Removed in version: | still in use |
| Allowed values: | (text string appropriate for a "robots" meta tag) |
| Default value: | 'index,follow' |
Other settings: Alphabetical | By Function
Details [edit]
Allows specifying the default robot policy for all pages on the wiki. The default is to encourage indexing and following of links. This can be overridden on a per-namespace and/or per-article basis.
e.g.
$wgDefaultRobotPolicy = 'noindex,nofollow'; $wgNamespaceRobotPolicies = array( NS_MAIN => 'index,follow' );
would forbid indexing and following of links on all pages outside the main namespace.
See also [edit]
External link [edit]
- About the Robots <META> tag (www.robotstxt.org)
| Language: | English • français • 日本語 • português do Brasil • русский |
|---|