discourse/app/views/robots_txt/index.erb

21 lines
533 B
Plaintext
Raw Normal View History

2013-02-05 14:16:51 -05:00
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
#
2014-01-14 10:42:22 -05:00
User-agent: *
Disallow: /auth/cas
Disallow: /auth/facebook/callback
Disallow: /auth/twitter/callback
Disallow: /auth/google/callback
Disallow: /auth/yahoo/callback
Disallow: /auth/github/callback
Disallow: /auth/cas/callback
Disallow: /assets/browser-update*.js
2014-05-23 10:28:26 -04:00
Disallow: /users/
2017-03-28 14:27:54 -04:00
Disallow: /u/
Disallow: /badges/
Disallow: /search
Disallow: /search/
2017-02-03 11:56:57 -05:00
Disallow: /tags
Disallow: /tags/
<%= server_plugin_outlet "robots_txt_index" %>