how to fix warning missing required field entry-title in rich snippet tool
-
Hi alex,
I am using gamepress parent theme and also gamepress pro theme as child theme. My website is https://www.techwhoop.com
I have modified the theme a lot. But when I am checking my website in google rich snippet tool, it gives the errors. like–Warning: Missing required field “entry-title”.
Warning: Missing required field “updated”.
Warning: Missing required hCard “author”.If you have a solution regarding this please share. Otherwise please tell in which php file I will get these code
<h1 class=”title single-title”><?php the_title(); ?></h1>
and
<span class=”post_date”><?php the_time(‘j F,Y’); ?></span>
and
<span class=”theauthor”><?php the_author_posts_link(); ?></span>Basically I have to change these code a little bit for solve the issue.
I didn’t get those code in theme’s single.php file. Please help me.
- The topic ‘how to fix warning missing required field entry-title in rich snippet tool’ is closed to new replies.