Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Structured Data > hentry errors in google
Tagged: h1, hentry errors, structured data, titles
- This topic has 4 replies, 3 voices, and was last updated 10 years, 9 months ago by
foxsim.
-
AuthorPosts
-
February 23, 2014 at 4:35 pm #4767
ianphotos
MemberHi, I did post this in the comments but I thought it best to submit the problem here too.
Any chance you know about all these errors I’m getting from Google since I started using your theme?
Structured Data > hentry (markup: microformats.org) Missing: author Missing: entry-title Missing: updated
Does tho slink help… http://blog.no-panic.at/2006/11/16/hatom-and-wordpress/ something to do with how H1 titles are named?
February 24, 2014 at 10:22 am #4782Raghavendra
ModeratorCan I know which page is actually is reporting this error. I have had others report these but that was only for updated attribute here –
https://www.livemeshthemes.com/support/forums/topic/error-missing-required-field-updated/
The entry-title, author and other classes part of hAtom format exist in each of the blog entries.
April 26, 2014 at 4:10 pm #6318foxsim
MemberHi, I have the same problem here and maybe I found where it originates.
Google Webmaster Tools is reporting “update AND author attribute” errors on pages having the widget “Most Popular Posts” (i.e.: http://www.foxsim.com/offerte-tim-internet-su-tablet-chiavetta-o-smartphone/ )
In the source-code of the page I found:
</div></div></div><div id="mo-popular-posts-widget-4" class="widget popular-posts-widget widget-popular-posts-widget"><div class="widget-wrap widget-inside"><h3 class="widget-title"><span>Most Popular Posts</span></h3><ul class="post-list small-size"> <li> <div class="post-5152 post type-post status-publish format-standard hentry category-information tag-natale tag-smartphone tag-tariffe-cellulari tag-vodafone"> <div class="image-area"><a title="Vodafone: Promozioni Natale 2013" href="http://www.foxsim.com/vodafone-promozioni-natale-2013/ "><img class="thumbnail" src="http://www.foxsim.com/blog/wp-content/uploads/2013/12/vodafone-you-650x245-90x65.jpg" alt="Vodafone: Promozioni Natale 2013" title="Vodafone: Promozioni Natale 2013"/></a></div> <div class="entry-text-wrap "> <div class="entry-title"><a href="http://www.foxsim.com/vodafone-promozioni-natale-2013/" title="Vodafone: Promozioni Natale 2013" rel="bookmark">Vodafone: Promozioni Natale 2013</a></div> <div class="entry-summary">Vodafone: Promozioni Natale 2013 Si avvicina il periodo natalizio e, con lui, la caccia alla promozione... </div><!-- entry-summary --> </div><!-- entry-text-wrap --> </div><!-- .hentry --></li> <li>....
I am sorry cannot paste as I would like 🙂
Maybe it could help!
F
April 30, 2014 at 2:16 pm #6440Raghavendra
ModeratorLooks like Google is expecting author, date attributes on Most popular post entries listed in the sidebar. Have you checked to see if removing this widget makes the error to go away?
I am not sure how to tackle this issue if Google expects this small post snippets to have all the hAtom attributes. May be we need to change the markup completely to make it not recognise it as a post. That has its own issues, BTW.
April 30, 2014 at 2:33 pm #6441foxsim
MemberMaybe I was able to resolve the issue.
In: ./framework/functions/post-functions.php
In: mo_get_thumbnail_post_list()
Line 278:
$output .= “\n” . ‘<div class=”‘ . join(‘ ‘, get_post_class()) . ‘”>’ . “\n”; // Removed id=”post-‘.get_the_ID() to help avoid duplicate IDs validation error in the pageChanged in:
$output .= “\n” . ‘<div class=”removed_by_franz”>’ . “\n”;
-
AuthorPosts
- The topic ‘Structured Data > hentry errors in google’ is closed to new replies.