• I have been unable to add an H1 Tag to the home page of my site. I am using Theme: Lawyer Zone. Every SEO analysis I run (including Bing’s webmaster Site Scan) say the H1 Tag is missing from the home page. I have tried adding an H1 Tag by making the tagline an H1 tag in several different php files, all with no success. Nothing in Yoast seems to help.

    I have tried modifying some php files by adding the following:

    <h1 class=”tagline”><?php bloginfo( ‘description’ ); ?></h1>

    I have used the above code in the following php files:

    wp-admin/options-general.php; and to

    wp-includes/theme-compat/header.php; and to

    wp-admin/network/site-themes.php

    with no success.

    How do I add a H1 Tag to the home page?

    The page I need help with: [log in to see the link]

  • The topic ‘How to Add H1 Header Tag to home page: Theme: Lawyer Zone?’ is closed to new replies.