I can see the every post in google webmasters with an error that missing:update…you can see the screen shot below…
Hi
I’ve checked a post from your site with google structured data tool and there are no errors in html structure: http://screencast.com/t/4MpfbygRvCj8
I assume that the errors from webmaster console are generated becasue from some reasons google can’t crawl your site or some post from the site. Try to fetch the site again and check the results from google’s report: http://screencast.com/t/5h7m8te8a
Thanks!
Hello Andrei!
I can also see the no error in google structural tools….please error says missing:updated..
Data is missing in hentry
See the Updated field on this link and please advice why it says its missing
http://microformats.org/wiki/hentry
Entry Updated
an Entry Updated element is identified by class name updated
an Entry Updated element represents the concept of Atom updated
an Entry should have an Entry Updated element
use the datetime-design-pattern to encode the updated datetime
if there is no Entry Updated element,
use the Entry Published element, if present
otherwise the page is invalid hAtom
@nairolf
I don’t able to understand what you need to convey. You reply is completely ir-relevant to the topic. If you don’t know anything then atleast don’t spam….
Google Structural Data Tool (Live Tool) is not able to get the hentry “Updated” from the post template, which used to be in the website pages and asking to include the same in all posts.
Hi dear lethow.com admin,
My intention was not to hurt your intelligence and your very high web experience.
When you receive errors in the GW, even after fixing, they not disappear instantly from console. If you remove the published date from your post directly from settings panel, also metadata are removed from source and affect microdata.
Like I say previously, I didn’t want to hurt your ego.
Sorry anew to make SPAM and give you a clue
It is a pitty to see such reply from someone who is dedicated to communication
Bye
Hi
The date is missing from hentry because is deactivated on your site. If you don’t want to display the date on posts it can be hidden with css. Enable the date from theme panel so google can find entry-date updated and use below css to hide it:
.td-post-date, .td-author-line{
display: none!important;
}
Thanks!