Files
profile/template-parts/micro/publisher.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

31 lines
1.1 KiB
PHP

<!--[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]-->