Closed GoogleCodeExporter closed 9 years ago
Original comment by sjdir...@gmail.com
on 1 Mar 2013 at 1:06
Original comment by sjdir...@gmail.com
on 29 Jun 2013 at 7:32
Working on this.
Original comment by ilushk...@gmail.com
on 20 Jul 2013 at 1:09
Can you take a look at my latest commit for this in 1.2.2 I implemented the
first part of this in hap and cs link parsers.... but we need a way to pass in
whether it should check for this or not. How do you recommend doing it?
Original comment by ilushk...@gmail.com
on 20 Jul 2013 at 2:05
I added the following to CSQueryHyperlinkParser and HapHyperlinkParser which
are loaded from new config values in the app/web.config files...
bool _isRespectMetaRobotsNoFollowEnabled;
bool _isRespectAnchorRelNoFollowEnabled;
These values are filled from the constructor and the crawler
I believe this is what you needed. Right?
Original comment by sjdir...@gmail.com
on 21 Jul 2013 at 11:44
Yup this is exactly it. Will wrap this up now.
Original comment by ilushk...@gmail.com
on 22 Jul 2013 at 1:35
Now abot has config values IsRespectRobotsNoFollow and
IsRespectAnchorRelNoFollow which drive this functionality. This was checked
into 1.2.3 on github
Original comment by sjdir...@gmail.com
on 3 Sep 2013 at 1:44
Original issue reported on code.google.com by
sjdir...@gmail.com
on 1 Mar 2013 at 1:02