The document describes an improved focused crawler that uses inverted WAH bitmap indexing to more efficiently retrieve topic-specific web pages. It calculates URL relevance scores based on the relevancy of content blocks within a web page rather than the entire page. This allows it to identify relevant links within pages that discuss multiple topics. The approach involves setting up the focused crawler, learning a baseline classifier from user feedback, and monitoring the crawl using an inverted WAH bitmap index to speed up logical operations for relevance scoring.