answersLogoWhite

0

A search directory is an online site that helps you find websites on a specific topic. There are very general directories like DMOZ to niche subject directories and local search directories as well.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What search engines or directories provides the directory search results for Yahoo?

results come from the Yahoo Directory


What is the difference between a crawler and directory search engine?

A crawler is the bot that crawls a site to rank it and or submit it into a search engine. A directory search engine is a website that has websites listed on it and allows you to search for what you are looking for inside of the directory.


What is keyword and directory search?

Keyword search is finding the most desirable keyword for your website while directory search is finding relevant directories where you can submit your website.


Which search engines or directories provide the directory search results for Yahoo?

Google!


Which search engine or directories provides the search result for yohoo?

Yahoo Directory


What is search is the engine web's oldest directory launched in 1994?

Best of the Web directory http://botw.org


Search prison records?

You can do this for free using an inmate search directory located at Konmart.com


How do you find the police departments number for stitzer Wisconsin and what county it is in?

Look in the local telephone directory, call directory assistance, or use an online directory search. Use a map or internet search to find out the county location and name.


What are search methods?

Search Methods: 1. Directory 2. Subject Director 3. Meta search 4. indivdual


When did Yahoo Directory Search Became a real Search Engine?

Yahoo became a proper search engine in 2004 A.D.


Which of the search engines or directories provides the directory search results for Yahoo?

These are the search engines and directories, which provides search results for Yahoo.BingYahoo directoryGoogleWikipediaDmoz


How do you search for directories in PHP?

You can check if a directory exists using the file_exists() function. file_exists(\'http://www.example.com/path/to/directory/\'); It returns boolean TRUE if the directory exists; boolean FALSE otherwise. Incorporting this function with a searching algorithym will make a successful directory search engine. Alternatively, you can make the engine very simple, and check if the exact directory name exists.