For sitemap crawl url is not working (url loc from inside sitemap are not crawled) #481
Unanswered
alexandrutanasie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried:
`$sitemapUrl = 'https://example.com/sitemap.xml';
Crawler::create()
->setUrlParserClass(SitemapUrlParser::class)
->setCrawlObserver(new CustomCrawlObserver())
->startCrawling($sitemapUrl);
But is not crawling the urls from sitemap
Beta Was this translation helpful? Give feedback.
All reactions