############################### # # robots.txt file for community website # # addresses all robots by using wild card * # User-agent: * #Sitemap: /sitemap.xml # 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/ Disallow: /content/ Disallow: /crm/ Disallow: /event/ Disallow: /events/ Disallow: /forum/ Disallow: /images/ Disallow: /includes/ Disallow: /javascript/ Disallow: /members/ Disallow: /shop/ Disallow: /style/ Disallow: /tags/ Disallow: /templates/ Disallow: /pages/groups/ # list specific files robots are not allowed to index Disallow: /error.jsp Disallow: /nologin.jsp Disallow: /logout.jsp Disallow: /disclamer.jsp Disallow: /404.jsp Disallow: /forgotpwd.do # the separate frames indexing is not allowed, so that only index.jsp should be indexed: Disallow: /topframe.jsp Disallow: /menu.jsp # # End of robots.txt file # ###############################