Forum Moderators: open
216.35.116.103 - - [25/Mar/2002:03:33:44 -0500] "GET / HTTP/1.0" 304 - "-" "Mozilla/5.0 (Slurp/cat; slurp@inktomi.com; [inktomi.com...]
or
216.239.46.180 - - [25/Mar/2002:05:18:18 -0500] "GET / HTTP/1.0" 200 259 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
and that's all! They don't index the root page, and they don't follow the links!
Any ideas?
Have you looked at your robots.txt file and your .htaccess file. Perhaps there's something in there that is preventing them from indexing.
Looking at your two examples it looks to me like slurp crawled it and found the content hadn't changed (code 304)since it last visited the page and googlebot did crawl it (code 200) and the size of your page is 259 bytes.
Thank you!