Search
Recommended Sites
Related Links






   

Informative Articles

Awards Programs: Judging Sites
Okay, so you've taken the plunge and created your awards program. Your criteria are defined and well written, your purpose is understood and you've promoted the heck out of your program. Now you've started getting applications - and the real work...

Common Search Engine Optimization Misktakes and Solutions
To many websites, webmasters discover that major sources of website traffic come from search engines. Therefore, they are all keen on gaining top search engine placements through search engine optimization. Based on our several years of SEO...

Gain an edge by viewing your competitors source code
Doing business online is alot like the brick and mortar business is, but with alot less steps and hassles,... well kinda anyways. Now there are quite a few advantages to an online business vs a brick and mortar business; like we don't commute,...

Making the most of your webserver
When a company has a site they wish to host somewhere, especially small businesses with limited funds, they normally take advantage of special rates available from a hosting provider. There is nothing wrong with that, but it can cause some problems...

Understanding ASP.NET Validation Controls
Understanding ASP.NET Validation Controls After you create a web form, you should make sure that mandatory fields of the form elements such as login name and password are not left blank; data inserted is correct and is within the specified range....

 
How To Detect Search Engine Friendly Web Directories

How to detect search engine friendly directories:

Directories serve two purposes in your web development efforts. One, a link from a directory is counted as a back link and hence increases your link popularity. Two, some directories will send you targeted traffic.

Webmasters who use directories for increasing link popularity should check out the directory first to see if the directory is SE friendly or not as, only a SE friendly directory will give value for their links.

So, how do you detect a SE friendly directory? Here are some tips, which will help you do so.

1) Check the url format of the directory. Some directories have urls in the format

http://sitename//index.php?id=1&c=10... for their category pages. This is called a dynamic link and search engines find it difficult to crawl such pages.

Urls for the category pages should be in a static format.

Example : http://www.indexbizz.com/cat1.html . Search engines can easily crawl such pages and your link will also get crawled.

2) Your link should not be a JavaScript link. Some directories use JavaScript to jump to your site from their category pages. Search engines find it difficult to crawl such links.

3) The directory must not ban search engine robots from crawling the category pages. You can check whether such a condition exists or not by looking at the robots.txt file of the directory. This file is located at the root level of the directory. To see this file just type robots.txt after the domain name of the directory. Find out what this file is saying, for example -

User-agent: *
Disallow:
This will allow all SE bots to all the folders and files in the directory.

User-agent: *
Disallow: /
This will keep all SE bots away from all files/ folders in the directory.

User-agent: *
Disallow: /mydirectory/
This will keep away all SE bots from crawling the 'mydirectory' directory and all files under it.

So be wise in your selection of SE friendly directories, and put your efforts towards getting links from such directories that fulfill the above conditions.


About the Author: Osan Mundae writes for http://www.indexbizz.com/

Source: www.isnare.com