Commit 98fdd974fee363cd6b8435083b57f6b764aaa5ca

Authored by alex
1 parent 14c78fdb

микроразметка статьи тест 3

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/blog/_article.php
... ... @@ -16,7 +16,7 @@ $imageHeight = 240;
16 16 <div itemprop="dateModified" content="<?= date('d-m-Y', $model->updated_at) ?>"></div>
17 17  
18 18 <meta itemprop="headline" content="<?= $model->language->title ?>"/> <!-- ХХХ название статьи в H1 -->
19   - <div class="img-blog-list" itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
  19 + <div class="img-blog-list">
20 20 <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
21 21 <a href="<?= Url::to(['alias' => $model->language->alias]) ?>">
22 22 <!--360x240-->
... ...