#**************************************************************************** # 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/ #**************************************************************************** Allow: /green_blog/index.php Allow: /ngreen_blog/ User-agent: * Disallow: /green_blog/wp-admin/ Disallow: /green_blog/tag/ Disallow: /green_blog/feed/ Disallow: /green_blog/archives/ Disallow: /green_blog/category/ Disallow: /green_blog/trackback/ Disallow: /green_blog/wp-admin/ Disallow: /green_blog/*.js$ Disallow: /green_blog/*.inc$ Disallow: /green_blog/*.css$ Disallow: */feed/ Disallow: */trackback/ Disallow: /green_blog/category/ Disallow: /green_blog/page/ Disallow: /green_blog/pages/ Disallow: /green_blog/feed/ Disallow: /green_blog/feed Disallow: *.js Disallow: *.inc Disallow: *.css