Missing tag

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  happy88.jeffery 10 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2176

    After being analyzed by Bing-webmaster, it shows that missing <H1> tag in my website.

    It will affect my website SEO performance, and how I can add the <H1> tag?

    My website: http://iamhappy88.com/

    Many thanks.

    #2191

    Raja CRN
    Keymaster

    Hi,

    We’ve checked that all pages have h1 tags except homepage with logo. We’ve included the h1 tag in homepage for text only and not for logo. We’ll fix that in our next update.
    You can fix that by adding h1 tags header.php,

    $logo = get_template_directory_uri() . '/images/logo.png'; 	
    				} ?> <h1> <a href="<?php echo esc_url( home_url( '/' ) );  ?>" title="<?php bloginfo( 'name' ); ?>" rel="home"><img src="<?php echo esc_url($logo); ?>" alt="<?php bloginfo( 'name' ) ?>" /></a> </h1> 
    #2205

    Thank you~

Viewing 3 posts - 1 through 3 (of 3 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .