We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01853ef commit 173f0acCopy full SHA for 173f0ac
Classes/Hook/MetaTagGeneratorHook.php
@@ -71,6 +71,7 @@ protected function renderContent($metaData): void
71
$twImageUrl = $this->getTwImage($metaData, $pluginSettings);
72
73
$generators = [
74
+ 'robots' => ['value' => ''],
75
'description' => ['value' => $metaData['description']],
76
'og:title' => ['value' => $metaData['og_title']],
77
'og:description' => ['value' => $metaData['og_description']],
0 commit comments