Лагерь: SEO

This commit is contained in:
Dekart Deploy Bot 2026-05-14 15:41:07 +03:00
parent c487bbd2f1
commit f5f45d5968
2 changed files with 2 additions and 2 deletions

View File

@ -515,7 +515,7 @@ $metrics = [
<button class="lw-modal__close" aria-label="Закрыть"> <button class="lw-modal__close" aria-label="Закрыть">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 6L6 18M6 6l12 12" stroke="#fff" stroke-width="2" stroke-linecap="round"></path></svg> <svg width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 6L6 18M6 6l12 12" stroke="#fff" stroke-width="2" stroke-linecap="round"></path></svg>
</button> </button>
<img class="lw-modal__img" src="https://dev.dekart.school/wp-content/uploads/2025/04/placeholder.jpg" alt="Форма записи"> <img class="lw-modal__img" src="<?php echo esc_url( $theme_uri ); ?>/assets/images/placeholder.svg" alt="Форма записи">
</div> </div>
</div> </div>
<?php endif; ?> <?php endif; ?>

View File

@ -405,7 +405,7 @@ if ( $sectionsHTML != '' ) $sectionsHTML = substr($sectionsHTML, 0, -1); // Уд
"@type": "EducationalOrganization", "@type": "EducationalOrganization",
"name": "<?php echo $site_name; ?>", "name": "<?php echo $site_name; ?>",
"url": "<?php echo $home_url ?>/", "url": "<?php echo $home_url ?>/",
"logo": "$home_url/logo.png", "logo": "<?php echo $home_url ?>/logo.png",
"sameAs": [ "sameAs": [
<?php echo $schema_social; ?> <?php echo $schema_social; ?>
], ],