手册:$wgSitemapNamespacesPriorities

This page is a translated version of the page Manual:$wgSitemapNamespacesPriorities and the translation is 50% complete.
搜索: $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'
];

参见