mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 15:42:07 +08:00
![Tobias Eigen](/assets/img/avatar_default.png)
We intend to move guidance about how to configure robots.txt to the admin interface and a documentation topic on meta.
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
User-agent: googlebot
|
|
Allow: <%= Discourse.base_path + "/" %>
|
|
Disallow: <%= Discourse.base_path + "/uploads/*" %>
|
|
|
|
User-agent: *
|
|
Disallow: <%= Discourse.base_path + "/" %>
|
|
|