%PDF- %PDF-
Direktori : /home/eirtvhdf/makkitrust.org/wp-content/themes/alhambra/templates/ |
Current File : /home/eirtvhdf/makkitrust.org/wp-content/themes/alhambra/templates/seo.php |
<?php /** * The template to display the Structured Data Snippets * * @package WordPress * @subpackage ALHAMBRA * @since ALHAMBRA 1.0.30 */ // Structured data snippets if (alhambra_is_on(alhambra_get_theme_option('seo_snippets'))) { ?><div class="structured_data_snippets"> <meta itemprop="headline" content="<?php the_title_attribute(); ?>"> <meta itemprop="datePublished" content="<?php echo esc_attr(get_the_date('Y-m-d')); ?>"> <meta itemprop="dateModified" content="<?php echo esc_attr(get_the_modified_date('Y-m-d')); ?>"> <div itemscope itemprop="publisher" itemtype="//schema.org/Organization"> <meta itemprop="name" content="<?php echo esc_attr(get_bloginfo( 'name' )); ?>"> <meta itemprop="telephone" content=""> <meta itemprop="address" content=""> <?php $alhambra_logo_image = alhambra_get_retina_multiplier(2) > 1 ? alhambra_get_theme_option( 'logo_retina' ) : alhambra_get_theme_option( 'logo' ); if (!empty($alhambra_logo_image)) { ?><meta itemprop="logo" itemtype="//schema.org/logo" content="<?php echo esc_url($alhambra_logo_image); ?>"><?php } ?> </div> </div> <?php } ?>