Tagged: x
-
AuthorPosts
-
November 22, 2016 at 8:19 am #1266822
Bark201ParticipantI 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.
November 22, 2016 at 8:19 am #1266825
Bark201ParticipantThis reply has been marked as private.November 22, 2016 at 9:14 am #1266887
RupokMemberHi 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!
November 22, 2016 at 9:57 am #1266948
Bark201ParticipantI 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,
November 22, 2016 at 10:01 am #1266957
Bark201ParticipantThe 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.
November 22, 2016 at 10:16 am #1266984
Bark201ParticipantI 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.
November 22, 2016 at 11:11 am #1267055
JadeModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
November 22, 2016 at 2:39 pm #1267291
Bark201ParticipantIt wont be today, I need to take backup of my site first. What else can I do?
November 22, 2016 at 10:17 pm #1267724
RupokMemberThis reply has been marked as private.November 23, 2016 at 12:13 am #1267810
Bark201ParticipantI 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.
November 23, 2016 at 12:15 am #1267811
Bark201ParticipantThis reply has been marked as private.November 23, 2016 at 1:29 am #1267874
ChristopherModeratorHi 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.
November 23, 2016 at 2:59 am #1267966
Bark201ParticipantThank you, I will try this soon in the child theme.
November 23, 2016 at 3:01 am #1267967
ChristopherModeratorLet us know if you need further assist.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1266822 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
