Manual:$wgEnableCanonicalServerLink
出力: $wgEnableCanonicalServerLink | |
---|---|
使用する必要がある canonical サーバーを示す <link rel="canonical"> タグをすべてのページに出力する。つまり $wgServer または $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
.