socialforge/app/views/welcome/robots.html.erb

12 lines
208 B
Plaintext

#
# by trustie team
#
User-agent: *
Disallow: /projects/*
Disallow: /users/*
Disallow: /course/*
Disallow: /contests/*
<% @projects.each do |p| -%>
Disallow: /projects/<%= p.to_param %>/repository
<% end -%>