手册:$wgSitemapNamespacesPriorities
搜索: $wgSitemapNamespacesPriorities | |
---|---|
Custom namespace priorities for sitemaps. |
|
引进版本: | 1.19.0 (r95320) |
移除版本: | 仍在使用 |
允许的值: | (数组)或false |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
详情
Custom namespace priorities for sitemaps. Setting this will allow you to set custom priorities to namespaces when sitemaps are generated using the maintenance/generateSitemap.php script.
This should be a map of namespace IDs to priority. 例子:
$wgSitemapNamespacesPriorities = [
NS_USER => '0.9',
NS_HELP => '0.1'
];
参见
- $wgSitemapNamespaces - Namespaces to generate a sitemap or false for all namespaces.