You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (parsedSiteMapinstanceofSiteMapIndex) {
// Log this - so we can deal with this in the futureLOGGER.info("Unexpected SiteMapIndex encountered while parsing sitemap url: "
+ fetchedUrl.getFetchedUrl());
The API for sitemaps is a little wonky, but I think we need to iterate over the sitemaps returned by SiteMapIndex.getSitemaps().
The text was updated successfully, but these errors were encountered:
Currently we've got:
The API for sitemaps is a little wonky, but I think we need to iterate over the sitemaps returned by
SiteMapIndex.getSitemaps()
.The text was updated successfully, but these errors were encountered: