Holumbus-Searchengine-1.2.1: A search and indexing engine.

Safe HaskellNone

Holumbus.Crawler.RobotTypes

Synopsis

Documentation

robotsNoIndex :: ArrowXml a => a XmlTree XmlTreeSource

robots no index filter. This filter checks HTML documents for a <meta name="robots" content="noindex"> in the head of the document

robotsNoFollow :: ArrowXml a => a XmlTree XmlTreeSource

robots no follow filter. This filter checks HTML documents for a <meta name="robots" content="nofollow"> in the head of the document