diff --git a/code/extensions/ToastSEO.php b/code/extensions/ToastSEO.php index cba760a..a307da1 100644 --- a/code/extensions/ToastSEO.php +++ b/code/extensions/ToastSEO.php @@ -67,7 +67,7 @@ public function updateCMSFields(FieldList $fields) TextareaField::create('MetaDescription', 'Meta Description')->addExtraClass('toastSEOMetaText')->setRightTitle('The meta description is often shown as the black text under the title in a search result. For this to work it has to contain the keyword that was searched for.'), LiteralField::create('', '
:: ' . $this->owner->dbObject('Content')->Summary(25) . '
'), TextField::create('MetaAuthor', 'Author')->setRightTitle('Example: John Doe, j.doe@example.com'), - HeaderField::create('', '   Robots'), + LiteralField::create('', '

Robots

'), OptionsetField::create('RobotsIndex', 'Index', [ 'index' => 'INDEX', 'noindex' => 'NOINDEX'