Hey guys,
i am facing lots of mistakes according the Markup: schema.org topic.
At the moment google states 900 mistakes according to a missing author entry.
What can i do now? https://kriesi.at/support/topic/hentry-missing-in-portfolio-entries/
This code does not work at all. After check out this issue has a (negativ) ranking effect.
Thank you very much for any advice!
tob
May i use this plugin? https://wordpress.org/plugins/no-hentry/
or shall i just dirty fix it?
// Source: https://wpcolt.com/fix-hentry-errors-wordpress/
add_filter( ‘post_class’, ‘remove_hentry’ );
function remove_hentry( $class ) {
$class = array_diff( $class, array( ‘hentry’ ) );
return $class;
}
Hi,
plugins looks good. Try it and see how it goes. Let us know if you still need help with this issue.
Best regards,
Andy