We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I turned autodiscovery of sitemaps off (via sitemap.discovery: false), I noticed that sites with sitemaps were not getting crawled.
sitemap.discovery: false
Hat tip and many thanks to @jnioche for confirming this as a bug and pointing to the source of the problem in the code.
The text was updated successfully, but these errors were encountered:
#1475 -- if sitemap discovery is turned off, links should be extracted
8f61234
#1475 -- cleanup
79f5188
#1475 -- code style
7cbacda
#1475 -- move logic to SitemapFilter
8895f97
tballison
No branches or pull requests
When I turned autodiscovery of sitemaps off (via
sitemap.discovery: false
), I noticed that sites with sitemaps were not getting crawled.Hat tip and many thanks to @jnioche for confirming this as a bug and pointing to the source of the problem in the code.
The text was updated successfully, but these errors were encountered: