backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-03-30 22:48:11 +02:00
parent b5a7adbc7d
commit 8c49210d86
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ class SitemapBuilder
foreach ($rootNode->getAllChildren() as $node) {
$parameters = $node->getSitemapParameters();
if (!$parameters['isVisible']) {
continue;
}
if ($node->hasExternalUrl()) {
continue;
}