Bug in sitemap.xml generation for multilingual websites
Permalink 2 2 Browser Info EnvironmentIn my opinion the OR check in populateLanguageAlternatives() function must change to an AND check in order to respect "exclude_sitemapxml" attribute of related pages (Or better say the whole canIncludePageInSitemap() function).
Otherwise it seems that the system allows every related page to be in the sitemap just because it exists without checking if canIncludePageInSitemap functions retrurns true.
Pull Request:https://github.com/concrete5/concrete5/pull/8457...
Status: New