############################### # # Peter Chuang # 2006-03-17 # robots.txt file for wuanchuang.com.tw # addresses all robots by using wild card * User-agent: * # # list folders robots are not allowed to index Disallow: /public_html/images/ Disallow: /public_html/admin/ Disallow: /public_html/cgi-bin/ Disallow: /public_html/swf/ Disallow: /images/ Disallow: /admin/ Disallow: /cgi-bin/ Disallow: /swf/ Disallow: /dropbox/ # # list specific files robots are not allowed to index # # Disallow: /tutorials/meta_tags.html # Disallow: /tutorials/custom_error_page.html Disallow: /public_html/.htaccess Disallow: /.htaccess # # End of robots.txt file # ###############################