Sitemde de aynı sorun vardı, düzelttim. Single.php ve page.php de aşağıdaki şekilde ilgili kısımları değiştirmeniz yeterli olacaktır.
Error: Missing required field entry-title. hatası alıyorsanız eğer;
<h1 class=title single-title><?php the_title(); ?></h1> yerine <h1 class=title single-title entry-title><?php the_title(); ?></h1>
Error: Missing required field updated. hatası alıyorsanız eğer;
<span class=post_date><?php the_time(j F,Y); ?></span> yerine <span class=post_date date updated><?php the_time(j F,Y); ?></span>
Error: Missing required hCard author. hatası alıyorsanız eğer
<span class=theauthor><?php the_author(); ?></span> yerine <span class=vcard author><span class=fn><?php the_author(); ?></span></span>
Eğer yazar, kategori ve zaman ile ilgili bilgiler diğer index, category, search .php dosyalarında varsa yukarıdaki gibi düzenleyiniz.
Yapısal Veri > hentry (işaretleme: microformats.org
9
●2.893