• Resolved choubey

    (@choubey)


    Hi Team,

    I am using free theme of Hueman and came to know that H1 tags are more important for SEO.

    I did inspect of my theme and blog, found that H1 tag is there. So wanted to check the score at https://seositecheckup.com. The tool says my blog’s does not contain H1 tags. To rectify this I checked at many other SEO tools and found all says my blog does not contain H1 tag.

    Now I am confused really its not visible to tools only and is same to Google crwaler also ? That its not visible to Google crawler.

    Then I checked the pro theme of Hueman at same SEO tool and found that its’s visible to them. So is it intentionally done to promote Pro version or what is the issue for free theme or it’s with my website ?

    Hope My explanation of issue is clear to you and waiting for a positive reply that H1 tag why not visible to SEO tools and if it can hurt my SEO as not visible to tools so it can to Google too. Please clarify the same.

    I will be more happy if theme author Nicolas replies and checks this issue. Any help is appreciated.

    Any SEO expert reply is also welcomed.

    Thanks in advance.

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Search file on floder: parts/page-title.php

    Change <h1>….. </h1> — > <h1 itemprop=”headline”>….. </h1>

    Thread Starter choubey

    (@choubey)

    Hi Macken,

    Thanks for your reply.

    I did the changes but still same. I am using caching plugin and cleared caches too.I am wondering that why SEO tools saying H1 tag not there and they are saying that my title is in H2 tag.

    Is it happening to Google crawler also ? As I can see H1 tags in inspect but still not sure what’s wrong.

    Please suggest.

    Thank You.

    <?php if ( ! hu_is_home_empty() ) : ?>
    <div class=”page-title pad group”>
    <?php //prints the relevant metas (cat, tag, author, date, …) for a given context : home, single post, page, 404, search, archive… ?>
    <?php if ( is_home() && hu_is_checked(‘blog-heading-enabled’) ) : ?>
    <h1 itemprop=”headline”><?php echo hu_blog_title(); ?></h2>
    <?php elseif ( is_single() ): ?>
    <ul class=”meta-single group”>
    <li class=”category”><?php the_category(‘ <span>/</span> ‘); ?>
    <?php if ( comments_open() && ( hu_is_checked( ‘comment-count’ ) ) ): ?>
    <li class=”comments”>“><i class=”far fa-comments”></i><?php comments_number( ‘0’, ‘1’, ‘%’ ); ?>
    <?php endif; ?>

    <?php elseif ( is_page() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_page_title(); ?></h1>
    <?php elseif ( is_search() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_search_title(); ?></h1>
    <?php elseif ( is_404() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_404_title(); ?></h1>
    <?php elseif ( is_author() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_author_title(); ?></h1>
    <?php elseif ( is_category() || is_tag() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_term_page_title(); ?></h1>
    <?php elseif ( is_day() || is_month() || is_year() ) : ?>
    <h1 itemprop=”headline”><?php echo hu_get_date_archive_title(); ?></h1>
    <?php else: ?>
    <?php if ( ! is_home() && ! hu_is_checked(‘blog-heading-enabled’) ) : ?>
    <h2><?php the_title(); ?></h2>
    <?php endif; ?>

    <?php endif; ?>

    </div> <!–/.page-title–>

    <?php endif; ?>

    • This reply was modified 6 years, 4 months ago by Litalino.

    check my web https://khatvongsong.vn <<< building seo >>> view source >>> add alt=””

    • This reply was modified 6 years, 4 months ago by Litalino.

    give me your web link for me to check

    Thread Starter choubey

    (@choubey)

    Hi,

    Its https://goo.gl/joop1i

    I checked your blog defines H1 tags “headline” properties.

    Thread Starter choubey

    (@choubey)

    My page-title.php code is as below after your suggested modification. But the “headline” property is not populated.

    <?php if ( ! hu_is_home_empty() ) : ?>
    <div class=”page-title pad group”>
    <?php //prints the relevant metas (cat, tag, author, date, …) for a given context : home, single post, page, 404, search, archive… ?>
    <?php if ( is_home() && hu_is_checked(‘blog-heading-enabled’) ) : ?>
    <h2><?php echo hu_blog_title(); ?></h2>
    <?php elseif ( is_single() ): ?>
    <ul class=”meta-single group”>
    <li class=”category”><?php the_category(‘ <span>/</span> ‘); ?>
    <?php if ( comments_open() && ( hu_is_checked( ‘comment-count’ ) ) ): ?>
    <li class=”comments”>“><i class=”far fa-comments”></i><?php comments_number( ‘0’, ‘1’, ‘%’ ); ?>
    <?php endif; ?>

    <?php elseif ( is_page() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_page_title(); ?></h1>
    <?php elseif ( is_search() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_search_title(); ?></h1>
    <?php elseif ( is_404() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_404_title(); ?></h1>
    <?php elseif ( is_author() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_author_title(); ?></h1>
    <?php elseif ( is_category() || is_tag() ): ?>
    <h1 itemprop=”headline”><?php echo hu_get_term_page_title(); ?></h1>
    <?php elseif ( is_day() || is_month() || is_year() ) : ?>
    <h1 itemprop=”headline”><?php echo hu_get_date_archive_title(); ?></h1>
    <?php else: ?>
    <?php if ( ! is_home() && ! hu_is_checked(‘blog-heading-enabled’) ) : ?>
    <h2><?php the_title(); ?></h2>
    <?php endif; ?>

    <?php endif; ?>

    </div><!–/.page-title–>
    <?php endif; ?>

    home of you : <h2>MPIREMIND BLOG’S <<< no seo … PLzz fb: https://www.facebook.com/diathevang I will help

    <h2><?php echo hu_blog_title(); ?></h2>
    <<<< change h1 line 6

    and <h2><?php the_title(); ?></h2>

    • This reply was modified 6 years, 4 months ago by Litalino.
    Thread Starter choubey

    (@choubey)

    Hi Macken,

    This is fine if we leave default, since Hueman home uses H2, H3 tags to display post cards. So SEO tool said website does not contain H1 tags. If we change <h2><?php echo hu_blog_title(); ?></h2> to H1 it will just change the span.

    I checked by doing analysis on SEO tools for single post URL and it contains H1 tags and hence no issue.

    Your suggestion of adding itemprop=”headline” is good for crawlers to easily crawl.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Hueman free theme H1 tag not visible to SEO checkup tools why ?’ is closed to new replies.