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: /
|