feat: sitemap seeding — discover orphan pages not reachable via links
Reads robots.txt Sitemap directive and fetches sitemap.xml / sitemap_index.xml before crawling. All listed URLs are added to the crawl queue so pages without any inbound links are still scanned. Configurable via crawl.sitemap. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
792ca67c08
commit
9801ce6fc4
3 changed files with 81 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ DEFAULT_CONFIG: dict = {
|
|||
".mp4", ".mp3", ".webm", ".avi", ".mov",
|
||||
],
|
||||
"exclude_paths": [],
|
||||
"sitemap": True,
|
||||
},
|
||||
"scoring": {
|
||||
"new_external_domain": 50,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue