#**************************************************************************** # robots.txt # : Robots, spiders, and search engines use this file to detmine which # content they should *not* crawl while indexing your website. # : This system is called "The Robots Exclusion Standard." # : It is strongly encouraged to use a robots.txt validator to check # for valid syntax before any robots read it! # # Examples: # # Instruct all robots to stay out of the admin area. # : User-agent: * # : Disallow: /admin/ # # Restrict Google and MSN from indexing your images. # : User-agent: Googlebot # : Disallow: /images/ # : User-agent: MSNBot # : Disallow: /images/ # # Guide PAGE # http://www.google.com/support/webmasters/bin/answer.py?hl=jp&answer=156449 #**************************************************************************** User-agent: * Disallow: User-agent: Mediapartners-Google Allow: / User-agent: Googlebot-Image Disallow: / User-agent: Googlebot Disallow: /*.gif$ User-agent: Googlebot Disallow: /*.jpg$ User-agent: Googlebot Disallow: /*.pdf$