Skip to content

Commit 28ae257

Browse files
authored
Update Richsnippets.php
1 parent 9448bfe commit 28ae257

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Block/Post/View/Richsnippets.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,15 @@ public function getPublisher()
105105
$publisherName = 'Magento2 Store';
106106
}
107107

108+
return $publisherName;
109+
110+
/*
108111
return [
109112
'@type' => 'Organization',
110113
'name' => $publisherName,
111114
'url' => $this->getUrl()
112115
];
116+
*/
113117
}
114118

115119
/**

0 commit comments

Comments
 (0)