Last modified: 2011-03-13 18:06:37 UTC
maintenance/generateSitemaps.php script includes redirect pages in the sitemaps it generates, but from a SEO standpoint they should not be included.
Created attachment 4104 [details] quick but resource-heavy fix This appears to work, but is incredibly time-consuming; it creates a new Article object for every title.
quick little benchmark for the patch, running on for 2578 URLs: before patch: running time < 10 sec after patch: running time = 17 minutes ...ouch
Redirects need to appear for proper indexing.