| Search: $wgSitemapNamespacesPriorities | |
|---|---|
| Custom namespace priorities for sitemaps. |
|
| Introduced in version: | 1.19.0 (r95320) |
| Removed in version: | still in use |
| Allowed values: | (array) or false |
| Default value: | false |
| Other settings: Alphabetical | By function | |
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
- $wgSitemapNamespaces - Namespaces to generate a sitemap or false for all namespaces.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.