hi I’m also facing the same issue on my site tech evergreen. I do have author <?php get_template_part(‘sections/author-box’); ?> code.
If place this code:
—
<?php
/**
* Remove ‘hentry’ from post_class()
*/
function ja_remove_hentry( $class ) {
$class = array_diff( $class, array( ‘hentry’ ) );
return $class;
}
add_filter( ‘post_class’, ‘ja_remove_hentry’ );
————————————–
Will removing schema trigger a Google penalty? What are the consequences?