Skip to content

Commit 14af415

Browse files
committed
bugfix: invalid robot data for sample data
1 parent db5c361 commit 14af415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ImportData/Entities/Content.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ public function getWebSettingData(): array
164164
'og_image' => [],
165165
],
166166
'robots' => [
167-
'index' => true,
168-
'follow' => true,
167+
'noindex' => false,
168+
'nofollow' => false,
169169
],
170170
'redirect_path' => null,
171171
'redirect_content_id' => KeyHelper::generateMinUuid(),

0 commit comments

Comments
 (0)