This topic has 10 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
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
Hello,
Please provide screenshots, for better understanding.
Regards,
Rose Tyler.
Hello Rose,
you have in private content the screenshots’ link.
Thank you.
faf
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.
Hello,
thank you very much.
faf
Hello,
You’re welcome!
Feel free to ask if you need any other help.
Regards,
Rose Tyler.
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
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
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?
Anyway, I have changed the theme with Storefront but the issue remained.
Regards
faf
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
You must be logged in to reply to this topic.Log in/Sign up