Problem: You are indexing your directory listings in addition to your pages
Solution:
When given a web address that refers to a directory (and not a specific
file), most web servers will first look in that directory to find a
"welcome" (or "default") file to display (typically index.html).
If a welcome file cannot be located some servers will then automatically
generate a page which lists the files in that directory - a directory
listing.
In general, directory listings are considered a possible security problem
and are considered to be a bad idea.
If your site has a link to a directory listing, the FreeFind spider will
locate it and start indexing all the web directories on your server.
Since most directory listings have links to sort each list a few
different ways, this generally results in lots and lots of "junk" pages
being indexed and potentially included in search results.
To determine if you are indexing directory listings, you can both look at
the site map and try some searches. Most directory listing pages have a
title like directory of ... or listing of ... or
index of .... By searching for the first two words of these titles
you can usual locate any directory listings you may have.
If you are indexing directory listings, the solution is to track down the
original link(s) to the directory listing in your website and fix those so they refer to
pages. You will probably want to do this regardless of the search engine
to improve the security of your site.
[top]