Manual:$wgEnableCanonicalServerLink/zh
Appearance
输出: $wgEnableCanonicalServerLink | |
---|---|
Output a <link rel="canonical"> tag on every page indicating the canonical server which should be used, i.e. $wgServer or $wgCanonicalServer . |
|
引进版本: | 1.21.0 (Gerrit change 41562; git #e0a78d0a) |
移除版本: | 仍在使用 |
允许的值: | (布尔值) |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
详情
If enabled with "true", output a <link rel="canonical">
tag on every page, indicating the canonical URL of the page. The URL includes the canonical server which should be used, i.e. $wgServer
or $wgCanonicalServer
.