Skip to content

Commit ee2a5a8

Browse files
Add more entries to robots.txt (#2044)
* Add more entries to `robots.txt` * remove some entries as discussed --------- Co-authored-by: Masterjun3 <[email protected]>
1 parent 92796ec commit ee2a5a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TASVideos/Middleware/RobotHandlingMiddleware.cs

+4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ public async Task Invoke(HttpContext context)
1717
Disallow: /MovieMaintenanceLog
1818
Disallow: /UserMaintenanceLog
1919
Disallow: /InternalSystem/
20+
Disallow: /Search
2021
Disallow: /*?revision=*
2122
Disallow: /Wiki/PageHistory
23+
Disallow: /Wiki/PageNotFound
24+
Disallow: /Wiki/Referrers
25+
Disallow: /Wiki/ViewSource
2226
2327
User-agent: Fasterfox
2428
Disallow: /

0 commit comments

Comments
 (0)