Skip to content

Commit b4091d9

Browse files
Merge pull request #8501 from Sesquipedalian/3.0/robots_txt_msgs
Adds /msgs/ to robots.txt rules
2 parents 2b981b5 + 88f04a8 commit b4091d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Actions/Admin/SearchEngines.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,7 @@ protected static function addRobotsTxtRules(): void
12121212
$boardpath . '/*.msg',
12131213
$boardpath . '/*.new',
12141214
$boardpath . '/*.from',
1215+
$boardpath . '/msgs/',
12151216
// Normal URLs of actions that always set Utils::$context['robot_no_index'] to true
12161217
$scriptpath . '?action=admin',
12171218
$scriptpath . '?action=credits',

0 commit comments

Comments
 (0)