This morning I received a manual penalization by google on the rich snnipet. I have entered Google Search Console and found that I have many errors about the lack of “updated” in my posts. How do I fix this? Thanks.
It was because I do not want to show the date in the Google search results and had the date in post settings deactivated. The fact is that I do not want it to be displayed in the search results of google, I also have it disabled in block settings. I will have problems with the date in the search results if I only deactivate the post setting to be able to solve the problems of update of the rich snippet?
Hello,
Google requires the date to be activated on posts in order to get a full score. If you do not want to show the date you can simply hide it with css.
Add this code in your theme panel -> custom css box:
.td-post-date, .td-post-author-name span{
display:none;
}
And leave the option on in the theme panel.
Thanks
Hi,
If you do not want to have the date show up on google then simply disable it from the theme panel. If you still get penalize by google, ask them about it as the theme does not have any control over it. The theme can show the date or not, it can show the author or not, etc. It cannot influence google’s decisions.
Thanks
