add files
This commit is contained in:
31
template-parts/micro/publisher.php
Normal file
31
template-parts/micro/publisher.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<!--[micro/publisher]-->
|
||||
|
||||
<div class="d-none" itemprop="publisher" itemscope itemtype="https://schema.org/NewsMediaOrganization">
|
||||
|
||||
<link itemprop="logo" href="<?= get_template_directory_uri() ?>/assets/img/profil-logo.png" />
|
||||
|
||||
<link itemprop="image" href="<?= get_template_directory_uri() ?>/assets/img/profil-logo.png" />
|
||||
|
||||
<meta itemprop="name" content="Информационное агентство Деловой журнал «Профиль»" />
|
||||
|
||||
<meta itemprop="email" content="profile@profile.ru" />
|
||||
|
||||
<span class="d-none" itemprop="telephone"> +7 (495) 671-01-10 </span>
|
||||
|
||||
<span class="d-none" itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
|
||||
|
||||
<span class="d-none" itemprop="streetAddress">Б. Андроньевская, д. 17</span>
|
||||
|
||||
<span class="d-none" itemprop="postalCode">109544</span>
|
||||
|
||||
<span class="d-none" itemprop="addressLocality">Москва, Российская Федерация</span>
|
||||
|
||||
</span>
|
||||
|
||||
<meta itemprop="foundingDate" content="1996-04-17" />
|
||||
|
||||
<link itemprop="url" content="<?= home_url(); ?>" />
|
||||
|
||||
</div>
|
||||
|
||||
<!--[/micro/publisher]-->
|
||||
Reference in New Issue
Block a user