Manual:$wgSitemapNamespacesPriorities/de-formal

From mediawiki.org
This page is a translated version of the page Manual:$wgSitemapNamespacesPriorities and the translation is 10% complete.
Search: $wgSitemapNamespacesPriorities
Custom namespace priorities for sitemaps.
Eingeführt in Version:1.19.0 (r95320)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(array) or false
Standardwert: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'
];

See also