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 1cea910 commit d344ff8Copy full SHA for d344ff8
config/options.php
@@ -53,7 +53,7 @@
53
'active' => true, // whether robots handling should be done by the plugin
54
'followPageStatus' => true, // should unlisted pages be noindex by default?
55
'pageSettings' => true, // whether to have robots settings on each page
56
- 'index' => true, //fn() => !option('debug'), // default site-wide robots setting
+ 'index' => fn () => !option('debug'), // default site-wide robots setting
57
'sitemap' => null, // sets sitemap url, will be replaced by plugin sitemap in the future
58
'content' => [], // custom robots content
59
'types' => ['index', 'follow', 'archive', 'imageindex', 'snippet'] // available robots types
0 commit comments