mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 11:58:15 +08:00
We intend to move guidance about how to configure robots.txt to the admin interface and a documentation topic on meta.
7 lines
173 B
Text
7 lines
173 B
Text
User-agent: googlebot
|
|
Allow: <%= Discourse.base_path + "/" %>
|
|
Disallow: <%= Discourse.base_path + "/uploads/*" %>
|
|
|
|
User-agent: *
|
|
Disallow: <%= Discourse.base_path + "/" %>
|
|
|