Forum Moderators: goodroi
The logs shows that msnbot visits the robots.txt file and does not index further. The log shows the following atleast once daily :
207.46.98.38 - - [21/Nov/2006:00:43:10 -0600] "GET /robots.txt HTTP/1.0" 200 484 "-" "msnbot/1.0 (+http://search.msn.com/msnbot.htm)"
207.46.98.38 - - [21/Nov/2006:00:43:11 -0600] "GET / HTTP/1.0" 200 174139 "-" "msnbot/1.0 (+http://search.msn.com/msnbot.htm)"
robots.txt file is simple with :
User-agent: *
Disallow: /images
i have also included meta tag for msn bot :
<meta name="msnbot" content="follow all,index">
I even have some 40+ backlinks from well ranked sites.
Comments please.
there are many things that could be going on here. To be technically correct you should add a trailing slash to images. I doubt that is causing your problem.
I would also remove the msnbot meta tag. MSNbot automatically will index and follow a page so your metatag is redundant. I'm also not sure "follow all" is a valid msn command.
40 backlinks is a small amount. I would go after more backlinks. Make sure to get some backlinks to link deep into your site and not to have all of your backlinks point to your homepage.
Also look at your homepage and make sure there are clear links that the search engines can follow. Search engines generally ignore javascript links and links in flash.
If all else fails, there is another reason why MSN might not include your url in its index - because they banned it. This is very rare and I doubt it applies here.
User-agent: msnbot/
Disallow: /cgi-bin/User-agent: *
Disallow: /
The take-home message is that msnbot is still a bit fragile, and you must make sure your robots.txt and robots meta data is 100% correct. Otherwise, who knows what they might do.
Although goodroi is correct about your not needing the "index,follow" or "all" robots meta data, the attribute combination you included was incorrect. Considering only the "index" and "follow" attributes, the following are the correct combinations:
<meta name="robots" content="index,follow"> ----- (default robot behavior, so redundant)
<meta name="robots" content="all"> -------------- (equivalent to the above, so redundant)
<meta name="robots" content="index,nofollow"> --- (index this page, but do not follow the links)
<meta name="robots" content="noindex,follow"> --- (do not index this page, but follow the links
<meta name="robots" content="noindex,nofollow"> - (do not index this page or follow the links)
<meta name="robots" content="none"> ------------- (equivalent to "noindex,nofollow")
Jim
Thanks
Pemba
And the there was no trace of msnbot.
Seems like they dont like my robots.txt file!