My site tagline is showing as an h1 title. How can I make this h2 as all my posts and pages are h1 titles so I now have 2 which is not good for SEO
teambuilding-bangkok.com
<?php if(get_option($tpl->name . "_branding_logo_type", 'css') != 'none') : ?>
<h1>
<a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
</h1>
<?php endif; ?>
<?php if(get_option($tpl->name . "_branding_logo_type", 'css') != 'none') : ?>
<a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
<?php endif; ?>
dziudek wrote:Yes, in this case you can remove h1 tag in the logo and achieve the h1 tag in the page header.