-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added robots.txt for API endpoints (#3165)
* added robots.txt for API endpoints * added path for robots.txt for API endpoints * Merge imports --------- Co-authored-by: Dhruv Bhanushali <[email protected]>
- Loading branch information
1 parent
b28665a
commit 1487f91
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Block API endpoints | ||
User-agent: * | ||
Disallow: /v1/images/ | ||
Disallow: /v1/audio/ | ||
Disallow: /v1/auth/ | ||
|
||
User-agent: GPTBot | ||
Disallow: / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters