Problem: Your site has an advertising frameset.
Solution:
It is common for hosting companies which provide free web space
to place your site within an "advertising frameset". Sites like
these have only one page at your home address - the advertising
frameset. All your pages are located someplace else.
To see if this is being done, you can browse to your online home page
and take a look at the HTML source using your browser.
Look for the frameset
tag and, if
found, look for a frame
tag
indicating the actual location of your site.
For example if your site is at:
http://hometown.aol.com/somesite/
when you look at the HTML you might find something like:
<frame src="http://members.aol.com/_ht_a/somesite/" name=contentFrame>
This indicates that your pages are actually at:
http://members.aol.com/_ht_a/somesite/
Once you determine where your site is actually located you can specify this location as
an additional starting point for the spider.
To do this simply log in, go to the
page and then use the set starting points link.
[top]