Manual:$wgSitemapNamespacesPriorities/ru

This page is a translated version of the page Manual:$wgSitemapNamespacesPriorities and the translation is 10% complete.
Поиск: $wgSitemapNamespacesPriorities
Custom namespace priorities for sitemaps.
Введено в версии:1.19.0 (r95320)
Удалено в версии:всё ещё используется
Допустимые значения:(array) or false
Значение по умолчанию:false

Details

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. Example:

$wgSitemapNamespacesPriorities = [
    NS_USER => '0.9',
    NS_HELP => '0.1'
];

См. также