removed broken link and comments from no_index.erb (#25648)

We intend to move guidance about how to configure robots.txt to the admin interface and a documentation topic on meta.
This commit is contained in:
Tobias Eigen 2024-02-13 20:09:24 -08:00 committed by GitHub
parent cd99e20fd1
commit 709bed5d1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,3 @@
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
#
# Googlebot must be allowed to index so it can remove items from the index
# we return the X-Robots-Tag with noindex, nofollow which will ensure
# indexing is minimized and nothing shows up in Google search results
User-agent: googlebot
Allow: <%= Discourse.base_path + "/" %>
Disallow: <%= Discourse.base_path + "/uploads/*" %>