Tool to check for NoFollow comments...

Status
Not open for further replies.

DorianWar

New member
Jun 3, 2007
303
3
0
Seattle, WA
Does anyone know of a program that checks to see if a blog has its comments set to "nofollow"?

Fast blog finder would work great if it allowed for imports of URLs for checking status.

I have an old nofollow tool that just checks the page of the URL.. so that does not work well for blogs.

I need something that will crawl down to a post that has a comment and look for nofollow. Something that could tell that its a comment and not a nofollow for a privacy-policy link or something.

(and no, I'm not confusing NoFollow/DoFollow. I have a list of dofollow blogs and want verify they still follow.)

Thanks for the help.
 


Ok. So you look for links that involve an anchor (#blahlbalhblah). Those are 99% of the time a sign that you've found that their ARE comments in existence on the page. After that
if(stristr($data, "nofollow")===FALSE AND stristr($data, "no-follow")===FALSE)
{
return(true);
}
Yes I'm aware stristr isn't the best way to check that stuff, but whatever.
 
SearchStatus Firefox add-on has the ability to highlight the NoFollow links and it works most of the time.I have used it to check whether the DoFollow blogs really DoFollow.You can have a try with it.
 
Hi,

Your requirment is very unique but I'd suggest you to go with download.com. I have found many software's via this site. Just give it a try...
 
Status
Not open for further replies.