Peticion ayuda error datos estructurados

despostillar200999

Piedra
Usuario de Piedra
Mensajes
124
Puntuación de reacción
2
alguien sabe como solucionar este error ya eh implentado esta funcion

HTML:
//add hatom data extra

function add_suf_hatom_data($content) {
 $t = get_the_modified_time('F jS, Y');
 $author = get_the_author();
 $title = get_the_title();
if (is_home() || is_singular() || is_archive() ) {
 $content .= '<div class="hatom-extra" style="display:none;visibility:hidden;"><span class="entry-title">'.$title.'</span> was last modified: <span class="updated"> '.$t.'</span> by <span class="author vcard"><span class="fn">'.$author.'</span></span></div>';
 }
 return $content;
 }
add_filter('the_content', 'add_suf_hatom_data');



pero aun asi no eh podido soluciobar este problema alguien sabe los pasos para solucionarlo por favor
este es el error
sgikgm.jpg
 
Arriba