View Single Post
  #14 (permalink)  
Old 02-17-2004, 09:12 PM
minstrel's Avatar
minstrel minstrel is offline
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: Ottawa, Canada
Posts: 2,554
minstrel RepRank 2minstrel RepRank 2
Default

Here's your problem, alienzhavelanded - a bad robots.txt file - you are telling ALL spiders to ignore everything. Assuming you want to exclude only NPBot (whatever that is), add the line in red below "User-agent: *", followed by a blank line. If you don't want NPBot to spider anything, all you need is the "Disallow: /" line below the "User-agent: NPBot" line:

Quote:
User-agent: *
Disallow:

User-agent: NPBot
Disallow: /
Reply With Quote