diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php
index 558ac54..eefb666 100755
--- a/frontend/views/catalog/product.php
+++ b/frontend/views/catalog/product.php
@@ -42,7 +42,7 @@
-
+
= Seo::widget([ 'row' => 'h1' ]) ?>
Код:= $product->variant->sku ?>
@@ -68,7 +68,8 @@
= ArtboxImageHelper::getImage($product->imageUrl, 'product_show',[
'alt'=>$product->name." фото 1" ,
- 'title' => $product->name." фото 1"
+ 'title' => $product->name." фото 1",
+ 'itemprop' => 'image'
]) ?>
@@ -105,7 +106,7 @@
-
+
@@ -309,12 +310,12 @@
variant->price_old){?>
- = $product->variant->price_old ?>
+ = $product->variant->price_old ?>
грн.
- = $product->variant->price ?>
+ = $product->variant->price ?>
грн.
@@ -418,10 +419,10 @@
averageRating )) {
?>
-
+
- рейтинг:
=$product->averageRating->value?>
- голосов:
+ рейтинг: =$product->averageRating->value?>
+ голосов:
comments);
?>
diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index d0558eb..8fce7fd 100755
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -130,7 +130,7 @@ use common\models\Event;