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
Yes, just found this neat library, and unfortunately there is no way to get sub-sitemap info, e.g. if I want info about which sitemap(s) a url came from in my report. Here is code in sitemapper.js so it is definitely traversing the sub-sitemaps, but not giving us any info about them in the output (would be a really easy feature / option to add):
}elseif(data&&data.sitemapindex){// Handle child sitemaps found inside the active sitemapif(this.debug){console.debug(`Additional sitemap found during "crawl('${url}')"`);}// Map each child url into a promise to create an array of promisesconstsitemap=data.sitemapindex.sitemap.map((map)=>map.loc&&map.loc[0]);
Hi,
It would be nice to have an option to search in nested sitemaps like this: https://bigcrafters.com/sitemap.xml
Where we have an index map with:
The text was updated successfully, but these errors were encountered: