############################### # # robots.txt file for community website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /admin/ Disallow: /pages/news/ Disallow: /member/ Disallow: /WEB-INF/ Disallow: /profiles/ Disallow: /publishing/ Disallow: /discussions/ Disallow: /groupmail/ # list specific files robots are not allowed to index Disallow: /error.jsp Disallow: /nologin.jsp Disallow: /logout.jsp Disallow: /disclaimer.jsp Disallow: /404.jsp # the separate frames indexing is not allowed, so that only index.jsp should be indexed: Disallow: /topframe.jsp # # End of robots.txt file # ###############################