Skip to content

Commit

Permalink
allow to crawl bitstream download endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaszott authored Oct 18, 2024
1 parent 862d0d9 commit e0267ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/robots.txt.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Disallow: /profile
Disallow: /workflowitems
# Crawlers should be able to access entity pages, but not the facet search links present on entity pages
Disallow: /entities/*?f
# do not crawl REST API endpoints and HAL browser
# do not crawl REST API endpoints and HAL browser (with the exception of the bitstream download endpoint)
Allow: /server/api/core/bitstreams/*
Disallow: /server/*
# do not crawl health status
Disallow: /app/health
Expand Down

0 comments on commit e0267ef

Please sign in to comment.