Directory submission is a rather tedious job. However, although some people may not consider it important my personal opinion is that it can really help, especially for sites that natural backlinks are hard to get.
There are several tools that can help make the whole process faster.
Here are a few of them that I am aware of:
Informenter: Informenter is a form filling extension for firefox. This is the tool that I personally use the most for my directory submisssions.
Roboform: Probably the most well know and ost widely used form filling tool. If configured right and it can be extremely usefull for directory submissions but I avoid using it because it annoys me. Not that it is a bad software, actually it is really good but not for my taste.
Web Directory Form Filler: Haven’t used it but the demo looks really nice, a bit pricey but it looks like it is worth it.
Directory Expert: A tool that I have heard really good things about. I will probably give it a try and post a review.
If you know of any other tools feel free to comment and add to the list.
Related Posts
- Best Web Directories Let me start by saying that I haven't been a webmaster for that long so I remember quite clearly how
- Zeal closed Zeal, one of the largest directories has closed. This isn't exactly breaking news since it was announced about ten days
- Link Building For Directories Link building for directories is a hard job (I am talking of course for natural links). Very few people, if
- Directory Submission Mistakes Part 1 It is frustrating to see all the crap MFA sites that get submitted to directories, however it is even worst
August 29th, 2006 at 6:03 am
I am Using informenter since long time, it works best for me. i have no idea though for Directory Expert. hope to hear few review from you soon,
December 8th, 2006 at 12:10 am
Hi Tony,
Here is a quick fix (I am at the office right now and can’t update the theme from here)
Go to Presentation->Theme Editor and click on the Sidebar
There you will see the code of the sidebar.
Find this line of code
and replace it with this line
December 8th, 2006 at 12:11 am
Hi Tony,
Here is a quick fix (I am at the office right now and can’t update the theme from here)
Go to Presentation->Theme Editor and click on the Sidebar
There you will see the code of the sidebar.
Find this line of code
< ?php wp_list_cats(); ?>and replace it with this line
< ?php wp_list_cats('hide_empty=0'); ?>December 8th, 2006 at 12:12 am
Hi Tony,
Here is a quick fix (I am at the office right now and can’t update the theme from here)
Go to Presentation->Theme Editor and click on the Sidebar
There you will see the code of the sidebar.
Now replace this
and replace it with this line