We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecec28 commit d866a94Copy full SHA for d866a94
1 file changed
src/assets/static/robots.txt.ejs
@@ -9,11 +9,14 @@ Sitemap: <%= dspaceUrl %>/sitemaps/sitemap0.html
9
# (NOTE: blank lines are not allowable in a group record)
10
##########################
11
User-agent: *
12
-# Disable access to Discovery search and filters
13
-Disallow: /discover
14
-Disallow: /search-filter
+# Disable access to Discovery search and filters; admin pages; processes; submission; workspace; workflow & profile page
+Disallow: /search
+Disallow: /admin/*
15
+Disallow: /submit
16
+Disallow: /workspaceitems
17
+Disallow: /profile
18
+Disallow: /workflowitems
19
-#
20
# Optionally uncomment the following line ONLY if sitemaps are working
21
# and you have verified that your site is being indexed correctly.
22
# Disallow: /browse/*
0 commit comments