Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sitemap Broken Links #7

Merged
merged 1 commit into from
Aug 6, 2019
Merged

Conversation

adamberryhuff
Copy link
Contributor

I think the ideal functionality for recursively parsing cascading sitemaps is if we continue to parse our the URL's even if we encounter a broken link. Here's an example of a sitemap that has a broken link: https://www.coachforteens.com/sitemap_index.xml

Currently, it will just completely fail and return 0 URL's. With the new code, it will just skip over the broken URL and return the 560 that aren't broken.

@adamberryhuff
Copy link
Contributor Author

adamberryhuff commented Aug 5, 2019

Here's another example: https://livingnongmo.org/sitemap.xml, https://www.nongmoproject.org/sitemap.xml

Thanks!

@JanPetterMG JanPetterMG merged commit 4dea4e1 into VIPnytt:master Aug 6, 2019
@JanPetterMG
Copy link
Collaborator

Thanks @adamberryhuff

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants