Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1266822
    Bark201
    Participant

    I am using theme Icon with a static homepage. It looks like the static homepage is generating an hentry error, missing title. The page title was disabled by me, I re-enabled it and its still not showing. The issue appears to be only at the homepage, which is a static page. The entry title is missing in the structured data in google webmaster. I fixed other issues I had but I have no idea how to fix the homepage.

    I will link the homepage so you can see. I tried adding h1 in the page but it wasnt picked up by google.

    #1266825
    Bark201
    Participant
    This reply has been marked as private.
    #1266887
    Rupok
    Member

    Hi there,

    You have disabled page title so it might show the error since there is no more h1 tag. And it might take some time if you add it back. So add it back and wait to pick by Google.

    Thanks!

    #1266948
    Bark201
    Participant

    I wasnt clear. It was disabled, yes, but not anymore. The title is not showing on the page at all. So if its not showing there is nothing to get picked up by google. And I dont need to wait for the error to disappear from the webmaster, live testing shows the entry title is still missing. The homepage is not cached,

    #1266957
    Bark201
    Participant

    The title that you are seeing in the page below the slider is an h3 or h4 title that I added, it is not the page title.

    #1266984
    Bark201
    Participant

    I also viewed the source code of the page and the title is blank. I tried disabling other titles from other pages and then enabling them again and that worked fine. The problem I have with the title not appearing is at the homepage. Once it appears I can hide it with css so it wont be displayed but will still be picked up by google. I wrote before that you should update the theme to hide the page title rather then removing it completely.

    #1267055
    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1267291
    Bark201
    Participant

    It wont be today, I need to take backup of my site first. What else can I do?

    #1267724
    Rupok
    Member
    This reply has been marked as private.
    #1267810
    Bark201
    Participant

    I am repeating myself for no reason. Whoever comments on this thread please read all the past comments. I know its not the entry title, I wrote its not the page title.

    I am going to be as clear as possible. Yes, I disabled the page title months ago because I didnt want it showing. I had no idea this removes it completely and makes hatom errors in google. Now that I know it is making errors and could damage my SEO I enabled the page title again for several pages, not just the homepage. As I do not want the page title showing I am hiding it via CSS. The problem I have with the homepage is that the page title is not showing. I enabled the page title again but its still not showing at the homepage and this is my problem. So the entry title is missing and my SEO for the homepage is damaged until this is fixed. That title you mentioned is h4 and have nothing to do with the page title.

    The bottom line, I enabled the page title again and its not working, please help.

    #1267811
    Bark201
    Participant
    This reply has been marked as private.
    #1267874
    Christopher
    Moderator

    Hi there,

    By default home page and blank templates don’t display page title.

    Please copy template-blank-4.php from framework/views/icon and put it in the same path inside child theme, replace existing code with following :

    <?php
    
    // =============================================================================
    // VIEWS/ICON/TEMPLATE-BLANK-4.PHP (No Container | Header, Footer)
    // -----------------------------------------------------------------------------
    // A blank page for creating unique layouts.
    // =============================================================================
    
    ?>
    
    <?php get_header(); ?>
    
      <div class="x-main full" role="main">
    
        <?php while ( have_posts() ) : the_post(); ?>
    
          <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
            <div class="entry-wrap">
            <?php x_get_view( 'icon', '_content', 'post-header' ); ?>
              <?php x_get_view( 'global', '_content', 'the-content' ); ?>
            </div>
          </article>
    
        <?php endwhile; ?>
    
      </div>
    
      <?php x_get_view( 'icon', '_template-blank-sidebar' ); ?>
    
    <?php get_footer(); ?>

    I made Rupok’s replay private.

    Hope it helps.

    #1267966
    Bark201
    Participant

    Thank you, I will try this soon in the child theme.

    #1267967
    Christopher
    Moderator

    Let us know if you need further assist.

  • <script> jQuery(function($){ $("#no-reply-1266822 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>