index.text.erb 274 B

123456789101112
  1. # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
  2. #
  3. User-Agent: *
  4. <% if custom_path? %>
  5. Allow: <%= custom_address_uri.path %>
  6. Disallow: /
  7. <% elsif custom_domain_path? %>
  8. Allow: /
  9. <% else %>
  10. Allow: /help/
  11. Disallow: /
  12. <% end %>