Structured Data is Missing
Best WordPress theme for game news websites, game portals or whatever your preferred subject.
- GK User
- Wed Nov 02, 2016 2:57 pm
Hi, in google webmasters structured data section i am getting lots of errors (625) such as:
Missing: author
Missing: entry-title
Missing: updated
It appears the theme is missing required hCard / hEntry’ and the guys over at Yoast say i should have something like this
and replace it with this:
in my single.php file but i do not.
Are you planning on adding this at some point in a update and is there a quick fix for it for now?
Thanks.
Missing: author
Missing: entry-title
Missing: updated
It appears the theme is missing required hCard / hEntry’ and the guys over at Yoast say i should have something like this
- Code: Select all
<span class="author_name"><?php the_author(); ?></span><br>
and replace it with this:
- Code: Select all
<span class="vcard author author_name"><span class="fn"><?php the_author(); ?></span></span><br><br>
in my single.php file but i do not.
Are you planning on adding this at some point in a update and is there a quick fix for it for now?
Thanks.
-
- Senior Boarder
- Joshua M
- Wed Nov 02, 2016 7:04 pm
Hello,
Unfortunately the GameNews theme is not supported anymore, so we have no plan to add structured data.
We support only latest 24 themes.
Unfortunately the GameNews theme is not supported anymore, so we have no plan to add structured data.
We support only latest 24 themes.
-
- Moderator
- GK User
- Wed Nov 02, 2016 7:18 pm
so anyway i can do this myself?
-
- Senior Boarder
- Joshua M
- Thu Nov 03, 2016 8:43 am
Yes, the author informations are generated by gk_post_meta function from GameNews/gavern/helpers/helpers.layout.fragments.php file.
-
- Moderator
- GK User
- Thu Nov 03, 2016 5:50 pm
Okay thanks
-
- Senior Boarder
5 posts
• Page 1 of 1