We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5c361 commit 14af415Copy full SHA for 14af415
src/ImportData/Entities/Content.php
@@ -164,8 +164,8 @@ public function getWebSettingData(): array
164
'og_image' => [],
165
],
166
'robots' => [
167
- 'index' => true,
168
- 'follow' => true,
+ 'noindex' => false,
+ 'nofollow' => false,
169
170
'redirect_path' => null,
171
'redirect_content_id' => KeyHelper::generateMinUuid(),
0 commit comments