Skip to content

Commit

Permalink
fix(ui): hide pages from web crawlers
Browse files Browse the repository at this point in the history
Needed to make demo.datahubproject.io have fewer errors during Google indexing.
  • Loading branch information
hsheth2 committed Aug 28, 2023
1 parent 3acd25b commit 160efe5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion datahub-web-react/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
Disallow: /api
Disallow: /gms
Disallow: /search
Disallow: /logOut

0 comments on commit 160efe5

Please sign in to comment.