• Hi,
    I’m using evolve theme. It is an outstanding theme. But I encounter a problem.
    In single page/post, html code shows H1 tag for title/page title, which is good for SEO purpose.
    But in homepage, it does not show H1 tag for website title, it shows H2 tag for post title only.
    Would you please tell me how to fix this?
    Thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you link to a page with the issue

    Thread Starter yakblack

    (@yakblack)

    You can check my site here https://www.medbookfree.com/

    Hi there,

    Thanks for writing in,

    H2 tag is used in home page to show the entry title and it is used by default in theme. So in such case we can’t provide you assistance related with this query as it’s not an issue.

    Thanks for understanding.

    Thread Starter yakblack

    (@yakblack)

    Hi,
    A homepage without H1 tag for website title is VERY bad for SEO purpose. I want to fix this: website title shows in H1 tag in homepage, H2 tag in post/page. Would you please help me to fix this?

    Hi,

    I believe it’s in index.php,
    Find the following codes.

    <h2 class="entry-title">
    			<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
    				<?php
    				if ( get_the_title() ){ $title = the_title('', '', false);
    					echo evolve_truncate($title, $evolve_posts_excerpt_title_length, '...');
    				}
    				?>
    			</a>
    		</h2>

    You just need to change the h2 opening and closing tags to h1

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Homepage does not H1 tag’ is closed to new replies.