Google Search Errors

Good Morning,

hopefully you have some hints: How can I fix this warnings:

Fehler (Warning): Missing required field “entry-title”.
Fehler: Missing required field “updated”.
Fehler: Missing required hCard “author”.

I found following solution but your theme has no single.php
http://urbanstoic.com/how-to-fix-google-hfeed-or-hcard-warnings

Many thanks in advance.
Deinhard

Hello Deinhard,

Thanks for pointing google search errors, I have fixed it on GitHub.

You can replace code in following files as per GitHub changes,

  1. lib/rtp-comments.php
  2. lib/rtp-default-functions.php
  3. loop-common.php

For style.css, if you already edited style.css then add following code in the bottom of style.css file, else replace complete style.css

.post-meta .vcard { border: 0; display: inline; margin: 0; padding: 0; } .post-meta .vcard .fn { font-weight: normal; font-size: 13px; }

Let me know if its work for you.

this was a private reply with post_id 57681

Fixed issue for blog listing pages, you can check changes on GitHub.

Just need to add entry-title class to blog list headings in loop-common.php file.

Sorry for the inconvenience.

Dear Manish,

Many thanks!

Seems ok for single posts, but not for the front page.

Fehler: Missing required field “entry-title”.

I do not know, if you see my previously posting - therefore the double posting - sorry

Not an issue, please check the solution posted above and let me know if its fixed your issue.

Thanks,

Dear Manish,

Thank you, I appreciate your excellent work.

Have a nice day.

@deinhard

Glad to know your issue got solved. I am closing this support thread. If you face any other issue in future, please create another thread.