fix meta/nofollow attribute processing

This commit is contained in:
ghost 2023-08-02 10:56:25 +03:00
parent 39ba77fce5
commit 06c136f05c

View File

@ -799,7 +799,9 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND
if (false !== stripos($metaRobots, 'nofollow')) {
continue;
$db->commit();
continue 2;
}
}
}