Structured data: problem with categories

This topic has 10 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: faf
    faf
    Participant
    April 20, 2017 at 00:13

    Hello,
    recently google’s Search Console (webmaster tools) give me any problems with structured data ‘update’ only in the categories.
    I have this problem since I use the transparent header.

    I’ve solved this problem with the pages and the articles adding this code into functions.php file

    }
    //risoluzione problemi dati strutturati pagine ed articoli
    function add_mod_hatom_data($content) {
    $iso8601_date = get_the_time('c');
    $author = get_the_author();
    $title = get_the_title();
    if( is_single() || is_page() || is_category() || is_tag() ) {
    $content .= '<div class="hatom-extra"><span class="entry-title">'.$title.'</span>
    ultima modifica: <span class="updated"> '.$iso8601_date.'</span> 
    da <span class="author vcard"><span class="fn">'.$author.'</span></span></div>';
    }
    return $content;
    }
    add_filter('the_content', 'add_mod_hatom_data');

    Unfortunately the problem still remains for the categories.

    May you help me please?

    faf

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 20, 2017 at 12:36

    Hello,

    Please provide screenshots, for better understanding.

    Regards,
    Rose Tyler.

    Avatar: faf
    faf
    Participant
    April 21, 2017 at 09:11

    Hello Rose,

    you have in private content the screenshots’ link.

    Thank you.

    faf

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 21, 2017 at 12:54

    Hello,

    I’ve sent the request to our developers and they say that’s will be fixed in the next theme update.

    Regards,
    Rose Tyler.

    Avatar: faf
    faf
    Participant
    April 21, 2017 at 20:06

    Hello,
    thank you very much.

    faf

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 24, 2017 at 09:47

    Hello,

    You’re welcome!
    Feel free to ask if you need any other help.

    Regards,
    Rose Tyler.

    Avatar: faf
    faf
    Participant
    October 11, 2017 at 22:11

    Hello,

    Unfortunately I still have the same issue with structured data despite having uploaded Legend (version 3.3).
    See the link in the private content please.

    Regards,

    faf

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 13, 2017 at 14:15

    Hello,

    Please describe, what exactly tools do you use to test? We checked our test site via google webmaster tools and didn’t find such problems. Could you please check the same when default theme (Storefront) is activated on your site?
    On your site in console, I do not see problems that relate to our theme, only Mixed content errors, that relate to Visual composer https://prnt.sc/gwxq9g

    Regards

    Avatar: faf
    faf
    Participant
    October 13, 2017 at 21:52

    Hello,

    I used google webmaster tool for testing my website.

    If I should change the theme the issue might be resolved but would be necessary several months for testing the results, is it not?

    https://imgur.com/a/Jsexm

    https://imgur.com/a/GmZzy

    https://imgur.com/a/dVseZ

    Anyway, I have changed the theme with Storefront but the issue remained.

    Regards

    faf

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 16, 2017 at 08:01

    Hello,

    Sorry for the delay.
    Our developer of legenda theme said that did not face problems from your post on our test site via google webmaster tool, so I asked you checked with the default theme. If the same problem persists not only with our theme but with default theme too, it means that the problem does not depend on theme functionality. We will be able to help you only with issues related strictly to our theme or plugins that come bundled with our theme.

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.