Skip to content

Commit 0180e43

Browse files
authored
Add full robots options to site defaults (#441)
1 parent 2264cbd commit 0180e43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SiteDefaults.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,13 @@ public function blueprint()
201201
'type' => 'select',
202202
'multiple' => true,
203203
'options' => [
204+
'follow',
205+
'index',
206+
'noarchive',
207+
'noimageindex',
204208
'noindex',
205209
'nofollow',
210+
'nosnippet',
206211
],
207212
'localizable' => true,
208213
],

0 commit comments

Comments
 (0)