Handbuch:$wgSitemapNamespacesPriorities
Suche: $wgSitemapNamespacesPriorities | |
---|---|
Custom namespace priorities for sitemaps. |
|
Eingeführt in Version: | 1.19.0 (r95320) |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Array) oder false |
Standardwert: | false |
Andere Einstellungen: Alphabetisch | Nach Funktion |
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. Beispiel:
$wgSitemapNamespacesPriorities = [
NS_USER => '0.9',
NS_HELP => '0.1'
];
Siehe auch
- $wgSitemapNamespaces - Namespaces to generate a sitemap or false for all namespaces.