View Single Post
  #3 (permalink)  
Old 12-23-2004, 12:04 AM
minstrel's Avatar
minstrel minstrel is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Ottawa, Canada
Posts: 3,619
minstrel RepRank 0
Default

1. the robots.txt file is incorrect -- should be:

Code:
User-agent: * 
Disallow: /admin/
There is no allow. "Allow" is the default.

2. I just tried to visit your site and got this error:

Quote:
ADODB.Recordset error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/config/header.asp, line 49
If Google is getting that tooi, it might explain why "the indexing is wrong", although I'm not certain what you meant by that comment.

3. site.www.pureapple.com yields "Results 1 - 10 of about 32", so something is getting indexed.
Reply With Quote