Skip to content

Commit

Permalink
agregateRating
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jul 4, 2022
1 parent 775d9b0 commit 5c9dc49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/modals.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<? $modal::end(); ?>

<div style="display: none;" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="<?= $this->theme->title; ?>">
<meta itemprop="name" content="<?= \Yii::$app->skeeks->site->name; ?>">
<?php if(\Yii::$app->skeeks->site->cmsSitePhone) : ?>
<meta itemprop="telephone" content="<?= \Yii::$app->skeeks->site->cmsSitePhone->value; ?>">
<?php endif; ?>
Expand All @@ -37,4 +37,5 @@
<?php endif; ?>
<link itemprop="url" href="<?= \yii\helpers\Url::home(true); ?>">
<meta itemprop="logo" content="<?= $this->theme->logo; ?>">
<meta itemprop="image" content="<?= $this->theme->logo; ?>">
</div>

0 comments on commit 5c9dc49

Please sign in to comment.