We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80ba7e commit a36dcd6Copy full SHA for a36dcd6
1 file changed
modules/weko-sitemap/weko_sitemap/templates/weko_sitemap/robots.txt.tmpl
@@ -1,6 +1,27 @@
1
User-agent: *
2
Disallow: /admin/
3
Disallow: /api/
4
+Disallow: /oai
5
+Disallow: /search
6
+Disallow: /items/ranking
7
+Disallow: /items/export
8
+Disallow: /login/
9
+Disallow: /shibauthorizer
10
+Disallow: /Shibboleth.sso
11
+Disallow: /shibboleth-sp
12
+Disallow: /secure/
13
+Disallow: /weko/shib
14
+Disallow: /ping
15
+Disallow: /static
16
+Disallow: /data
17
+Disallow: /records/*/export/json
18
+Disallow: /records/*/export/bibtex
19
+
20
+User-agent: Bingbot
21
+Crawl-delay: 30
22
23
+User-agent: PetalBot
24
+Disallow: /
25
26
{{ robot_txt }}
27
0 commit comments