add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

View 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]-->