WordPress theme rich snippets authorship from google
Home › Forums › Free Theme Support › Asteria Lite › WordPress theme rich snippets authorship from google
-
#129198
Jenny Lambert
On April 22, 2014 at 10:49 pmBonjour,
Cant display my authorship on google search because the theme not support.
Error: Missing required field “entry-title”.
Error: Missing required field “updated”.
Error: Missing required hCard “author”.Here what I mean :
http://www.wpcub.com/fix-missing-required-field-entry-titleupdatehcard-error-in-wordpress/Theme Design wall offer a solution for the same problem but this is not good for me and Ateria theme
I need a solution and where to put the code
Thanks you et bonne journée,#129310On April 23, 2014 at 5:52 amOpen up single.php and replace this:
<h1 class="postitle"><?php the_title(); ?></h1>
with this:
<h1 class="postitle entry-title"><?php the_title(); ?></h1>
this line:
<a class="comm_date"><?php the_time( get_option('date_format') ); ?></a>
with this:
<a class="comm_date"><span class="post_date" ><?php the_time('j F,Y'); ?></span></a>
and lastly, this line:
<?php global $authordata; $post_author = "<a class='auth_meta' href=\"".get_author_posts_url( $authordata->ID, $authordata->user_nicename )."\">".get_the_author()."</a>\r\n"; echo $post_author; ?>
with this:
<span class="vcard author"><span class="fn"><?php the_author(); ?></span> </span>
#131472
Jenny Lambert
On April 26, 2014 at 3:28 pmRebonjour,
ok then i place de code in single.php and verified on the single.php file on my ftp site. Still having the same error message with
https://www.google.com/webmasters/tools/richsnippets?q=www.jinnystudio.com
Error: At least one field must be set for HatomEntry.
Error: Missing required field “entry-title”.
Error: Missing required field “updated”.
Error: Missing required hCard “author”.Maybe a child theme error or… I really nead to find the solution !
Have a nice day
Merci !
http://www.jinnystudio.com/#132505
Jenny Lambert
On April 28, 2014 at 12:24 amBonjour,
yes i did it and test again with google master tool. I have the same missing riquired field error
I use wp fastes cache
Now i have the Internal Server Error 500 when i click on link of my site like this
http://www.jinnystudio.com/2014/04/14/creation-logo-identite-visuelle/ as example but this is with all url on image or post the error 500 appear.
I notice that happend after i pub widgget texte on index page and the map widdget i always have freeze isue with.
In french: Je capote en tabar…
In English: I am on panic now!!!I put off my 5 recent and verified plugings and this not correting the problem
I refesh the htaeccs file and not correting the problemAny clue ? Merci ! A realy panic client 🙂
#133080
Jenny Lambert
On April 28, 2014 at 2:06 pmSome clue with asterai theme code
I contact my internet provider about the problem and this is the answer.Hello,
Thank you for contacting us.
There was an issue with the theme ‘asteria’. I have now changed the theme for your website to ‘catch-kathmandu’ and the URL that you have mentioned is loading fine without any issues. Please check it after clearing your browser cache and cookies.
Are you happy with my help? Please answer a quick survey by clicking on the link given below this response. We would love to hear your feedback. This will help us get better.
For further queries, please contact us. We are available 24×7.
Sincerely,
Sushmath S
Customer SupportThen i reactived the asterai theme and this code appear
Parse error: syntax error, unexpected T_STRING in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/single.php on line 29
/hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 32 Notice: Undefined index: message_email in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 33 Notice: Undefined index: message_text in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 34 Notice: Undefined index: message_human in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 35 Notice: Undefined index: submitted in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 65
Hope help find the solution !
Thanks, Merci
#133421On April 28, 2014 at 9:22 pmplease copy the code of your single.php and replace and paste it in pastebin.com and share the link here.
#134327
Jenny Lambert
On April 29, 2014 at 4:18 pmHi ! Bonjour
I reset the single.php code form the asteria theme and the fatal error 500 diseapear.
Then i try the <h1 class=”postitle entry-title”><?php the_title(); ?></h1>
Chek on google snippet tool and have the same Error: Missing required field “entry-title”.
I clear cache before.Still having the mess on the contact page 🙂
This is what you ask for
~Clipped~
#135012On April 30, 2014 at 7:54 amwhat issues are you having with your contact page?
#135403
Jenny Lambert
On April 30, 2014 at 2:44 pmhello
http://www.jinnystudio.com/contact/
This code show on page contact in the explorer and chrome navigator
/hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 32 Notice: Undefined index: message_email in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 33 Notice: Undefined index: message_text in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 34 Notice: Undefined index: message_human in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 35 Notice: Undefined index: submitted in /hermes/bosnaweb03a/b1750/nf.jinnystudiocom/public_html/wp-content/themes/asteria/page-contact.php on line 65Do you have a solution for the author google snippet ?
Merci,
#136494On May 1, 2014 at 3:06 pmthese are just notices. just ask your host to disable WP_DEBUG
#136551
Jenny Lambert
On May 1, 2014 at 4:18 pmBonjour,
I just did it for the wp_Debug
What about my snippet on google?
Error: At least one field must be set for HatomEntry.
Error: Missing required field “entry-title”.
Error: Missing required field “updated”.
Error: Missing required hCard “author”.Solution please ?
http://www.jinnystudio.com#137152On May 2, 2014 at 7:15 amI just checked one of your post with authorship checked and looks like everything is showing up fine:
http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fwww.jinnystudio.com%2F2014%2F04%2F28%2Fretouche-et-restauration-photo%2F#299277On October 7, 2014 at 4:34 amAlright I am trying to get rid of these errors as well:
Error: At least one field must be set for HatomEntry.
Error: Missing required field “entry-title”.
Error: Missing required field “updated”.
Error: Missing required hCard “author”.In the Google Structured Data Tester.
I Changed the single.php as per above, but nothing has changed. I don’t use a caching plugin at the moment.
below is my single.php file code
<script src=”http://pastebin.com/embed_js.php?i=1KjsmJns”></script>#303158
Michael
On October 9, 2014 at 8:30 amHi! i’m having the same problem! the site is http://www.playsportjob.com!
Thanks!
#309759On October 12, 2014 at 5:39 amMichale, Mark both of your sites dont have any posts they only contain pages. in wordpress pages dont have author, dates etc.
#381446
Katie Stanfield
On November 11, 2014 at 7:29 amHi
Jenny Lambert, Michael and the others,
All you can use the plugin in your wordpress and the plugin is itemprop, It is really helpful. See the below link and fix your errors on your posts.
#383550
Jenny
On November 12, 2014 at 4:51 pmHello Katie,
Try your plugin and still having the same error on my post with verification of Structured Data Testing Tool.
Error: Missing required field “entry-title”.
Error: Missing required field “updated”.
Error: Missing required hCard “author”.We are a lot having this problem with Ateria.
Thanks et merci,
#390573
Katie Stanfield
On November 19, 2014 at 1:31 pmHi Jenny Keep patience and believe me your posts errors will be corrected. If you installed and activated the above plugin which is itemprop then check your webmaster structure data and check where the error is showing by clicking on the error. you will see a pop up window. Then click on the live test data and check your url with live data.
Also one more thing to check in webmaster that is the last detected error date. if your error containing url is not crawled after your updation then you have to wait untill your web page crawled. Then you will see the updated result.
Don’t worry!!
#394460
sunil kumar
On November 24, 2014 at 5:16 amdear admin,
I am having my website that is http://www.dealshubindia.com and I got 7722 errors in Structured Data webmaster tool. That error shows
Missing: author
Missing: updatedcan you please help me that how can i resolve this issue???
#429811
Jenny
On December 29, 2014 at 6:22 pmBonjour,
Hi, Thanks for your help Katie and have a happy new year. Still having data error but learning to solve them. 🙂Merci !
You must be logged in to reply to this topic.