WordPress's Robots.txt
Today,I find there is no rebots.txt file in WordPress2.3. And then i think it may be the reason that my blog is killed by Baidu(http://www.baidu.com).However,my blog gets a good view in Google.
Let alone google,the robots.txt is a standard of search engine.So it’s so puzzled the WP contains no robots-txt.
If you have the same problem,just do as folowing:
open the notepad.exe then copy the code,save it as rebots.txt,upload to the “/” path of your website.
#
# robots.txt for WordPress
# Version 2.3
#
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-content/
Disallow: /wp-includes/
十月 27th, 2007 in
互联网