Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 25 posts - 1 through 25 (of 27 total)

WordPress theme rich snippets authorship from google

Home Forums Free Theme Support Asteria Lite WordPress theme rich snippets authorship from google

  • #129198

    Jenny Lambert

    Bonjour,

    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
    http://www.designwall.com/question/private-important-this-is-solution-for-google-authorship-errors-in-wallpress-or-any-other-wordpress-themes/

    I need a solution and where to put the code
    Thanks you et bonne journée,

    #129310

    Towfiq I.

    administrator

    Open 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

    Rebonjour,

    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/

    #132044

    Towfiq I.

    administrator

    did you clear the cache from w3tc?

    #132505

    Jenny Lambert

    Bonjour,

    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 problem

    Any clue ? Merci ! A realy panic client 🙂

    #133080

    Jenny Lambert

    Some 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 Support

    Then 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

    #133421

    Towfiq I.

    administrator

    please copy the code of your single.php and replace and paste it in pastebin.com and share the link here.

    #134327

    Jenny Lambert

    Hi ! 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~

    #135012

    Towfiq I.

    administrator

    what issues are you having with your contact page?

    #135403

    Jenny Lambert

    hello

    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 65

    Do you have a solution for the author google snippet ?

    Merci,

    #136494

    Towfiq I.

    administrator

    these are just notices. just ask your host to disable WP_DEBUG

    #136551

    Jenny Lambert

    Bonjour,

    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

    #137152

    Towfiq I.

    administrator

    I 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

    #299277

    Franciscan Brothers

    subscriber

    Alright 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&gt;

    #299280

    Franciscan Brothers

    subscriber
    #302142

    Towfiq I.

    administrator

    Whats your site address?

    #302299

    Mark
    #303158

    Michael

    Hi! i’m having the same problem! the site is http://www.playsportjob.com!

    Thanks!

    #309759

    Towfiq I.

    administrator

    Michale, Mark both of your sites dont have any posts they only contain pages. in wordpress pages dont have author, dates etc.

    #381446

    Katie Stanfield

    Hi

    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.

    https://wordpress.org/plugins/itempropwp/

    #383550

    Jenny

    Hello 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,

    #389059

    Towfiq I.

    administrator

    Jenny send me the page link.

    #390573

    Katie Stanfield

    Hi 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

    dear 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: updated

    can you please help me that how can i resolve this issue???

    #429811

    Jenny

    Bonjour,
    Hi, Thanks for your help Katie and have a happy new year. Still having data error but learning to solve them. 🙂

    Merci !

1 2
Reply To: WordPress theme rich snippets authorship from google