Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Structured Data breed authority Issue

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #19904
    Sushil Adhikari
    Moderator

    What testing tool are you using? I use the Google Structured Testing tool and I put your page in and everything looks good, with exception to a couple elements:

    Error: This information will not appear as a rich snippet in search results, because it seems to describe an organization. Google does not currently display organization information in rich snippets

    Error: Missing required field “entry-title”.

    Entry title is easy, just have to add that to the

    heading tag. But also note that your page has no title to it.

    Other than that, everything in my test using your page you provided a link to, checks out. Also, you may want to check this out:

    http://googlewebmastercentral.blogspot.ca/2012/12/introducing-data-highlighter-for-event.html

    #19915

    I’d worked on resolving everything yesterday once and for all, and i had got everything sorted except the “entry-title” which after following your advise and enabled page titles, is the only thing outstanding. I should have that fixed by today. If i add H1 tags it makes the page look untidy, but at least i know what it means now.

    #19916
    Sushil Adhikari
    Moderator

    Good to hear….Anything you’ve done to get it to where you need it, if you could post what you did for others to see, that would be great for those who run into similar structured data issues. Thanks.

    #19918

    Hi mate, I’m still stuck on the Error in the hatom-feed type: “Missing required field “entry-title” even after following your pointers. I presume the page title is a

    tag?

    Once i have this i will of course post the resolution, it is a journey that is for sure… Glad to help if i can.

    #19919
    Sushil Adhikari
    Moderator

    For pages, it does have an h1…but the class is “page-title”. The theme file this is found is the content-page.php file.

    You can always add entry-title to the class on the heading tag if this is what you are needing. However, if you do not use titles on your pages, the H1 will not show, even in the source code. I did notice you manually put in an empty

    tag, so just add the class “entry-title” to it.

    #20315

    Hi mate,

    Has anything changed with the theme as i am now getting faults.

    “Error: Missing required field “entry-title” has started to generate on all the pages.

    Could you have a look at this please?

    #20316
    Sushil Adhikari
    Moderator

    Nothing has changed with the theme…I’m assuming you added “entry-title” before?

    #20317

    Nothing has changed with the theme…I’m assuming you added “entry-title” before?

    Your code says in “content-page.php”

    
    /**
     * Displays page content
     *
     * @file           content-page.php
     * @package        Celestial 
     * @author         Styled Themes 
     * @copyright      2013 Styledthemes.com
     * @license        license.txt
     * @version        Release: 2.0
     */
     
    ?>
    
    <article id="post-" >
    	
    	

    <?php edit_post_link( __( 'Edit', 'celestial' ), '', '' ); ?>

    '' ) ); ?>

    Where would i add the “

    ” please?

    #20318
    Sushil Adhikari
    Moderator

    Add entry-title to the

    there.

    #20340

    ola!

    I made the changes as you suggested and left it a few days unfortunately Google is still reporting errors.

    Could you look into this please?

    v.much appreciated.

    #20341
    Sushil Adhikari
    Moderator

    To be honest, this is something I’m not sure how to solve now because I’m not experienced in this kind of thing and not sure why you are still having the problems you are encountering. I can only suggest you review actual Google documentation on how this is done because it appears you need something specific that I thought was going to work…obviously not. Actually, it appears there are plugins that will help you out with structured data you might want to check out:

    https://wordpress.org/plugins/tags/structured-data

    ***Unless someone else has any ideas, I’m open to suggestions.

    *Update: I just noticed in old posts on WordPress and even Google search, a lot of people get problems when they are trying to do the structured data and even when done right, many still have errors. I came across this post from about 6 months ago you may want to read through:

    http://wordpress.org/support/topic/googles-structured-data-update

    #15099
    Sushil Adhikari
    Moderator

    Give me a page link to where this is not working on your site and I will give one more look and to test it myself to see what is missing. Thanks

Viewing 12 posts - 16 through 27 (of 27 total)
  • You must be logged in to reply to this topic.