- Issue created by @ressa
It seems like the order of items in a sitemap is content type name, which can result in the most important nodes getting placed at the very end.
This is unfortunate, since if you have a lot of unimportant nodes placed first in the sitemap, a crawler could skip the last nodes, or in best cases, crawl them last, when you'd like them to get crawled first.
A web site has two content types:
Order nodes in site maps by priority descending, to ensure the most important nodes get crawled first.
Active
4.0
Code