Skip to content

Commit 173f0ac

Browse files
authored
[BUGFIX] overwrite page robots again
empty robots needed, otherwise page robots will be used
1 parent 01853ef commit 173f0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Hook/MetaTagGeneratorHook.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ protected function renderContent($metaData): void
7171
$twImageUrl = $this->getTwImage($metaData, $pluginSettings);
7272

7373
$generators = [
74+
'robots' => ['value' => ''],
7475
'description' => ['value' => $metaData['description']],
7576
'og:title' => ['value' => $metaData['og_title']],
7677
'og:description' => ['value' => $metaData['og_description']],

0 commit comments

Comments
 (0)