Hey guys, just finalized a nice little script to verify incoming backlinks. The only quirk is that the link you enter needs to be exactly how the code calls it on each site. For example, http://google.com/ not http://google.com or google.com Anyway you can download it here, or try it out here. I hope it helps some people Let me know what you think.
So you specify a bunch of URLs (not sites, just pages) and then it checks if you have a backlink from there. The only scenario where this would be useful is if you have a list of all pages that should be linking to you, and you would like to periodically check if they still link. To fix that quirk you mentioned: 1 - take the user's input, delete http:// and / from beginning and end (if they exist). 2 - take whats left (which should be site.com) and do several checks: site.com, hxxp://site.com, hxxp://site.com/, hxxp://www.site.com, hxxp://www.site.com/, etc
I've tried it 3 times now and I can't get it to give any results. It just loads the page and does nothing. Whats the trick to it?
Try switching it from "Sequential" to "Grouped", or vice-versa does it work now? Make sure you are putting the links in properly, and separate them by a comma and space. It is used to make sure people are still linking to you. So for example, you could create a list of every url that is supposed to be linking to you, plug it in, and the script verifies it for you. It also tells you whether a "nofollow" tag is attached. It was simply something I wrote up quick for convenience.