I want to build backlinks via directories, but this can be a time consuming process. Is it feasible to code my own auto submit tool myself? Some of the software you can buy may be good today, but you never know what google will do tomorrow, such as penalize you for submitting to the wrong directories. So I think I want to code this myself. I want to select maybe the 5 best directories, ones that have a good chance of timely approval and a good reputation. Most directory submissions consist of a GET or POST request submitting a blog name, blog url, and optionally the appropriate category. Some use CAPTCHA, I can avoid those as long as I don't pound the server. Being able to do this programmatically would be a bonus. So is this feasible? I guess it depends if I can find 5 free directories that are of some quality that don't use CAPTCHA and accept basic GET/POST requests, which I can code. I don't even know if they exist Any thoughts appreciated.