When I paste my Google Publisher Profile URL in the filed, it does not save. Help please!
]]>Hi,
I wonder if this plugin is still relevant and useful now that Google dropped support for the authorship functionality. See: https://searchengineland.com/goodbye-google-authorship-201975
At least they removed any author information or influence on search results, which was the primary goal of the author link plugin, right? So, is it still useful to set the author link?
Bye,
Bella
I installed the latest version of the Google Author Link plugin and ran the Structured Data Testing Tool. It says that authorship IS working for this webpage but gives the following errors:
Error: Missing required field “updated”.
Error: Missing required hCard “author”.
I have researched and found that others have this same error – even using different plugins but I can’t find a solution after hours of searching.
One person posted that I simply had to log out of my Word Press site, and run the tests again. That didn’t work.
I would be very grateful if anyone could provide some assistance. Thank-you in advance!
]]>I installed the latest version of the Google Author Link plugin and ran the Structured Data Testing Tool. It says that authorship IS working for this webpage but gives the following errors:
Error: Missing required field “updated”.
Error: Missing required hCard “author”.
I have researched and found that others have this same error – even using different plugins but I can’t find a solution after hours of searching.
One person posted that I simply had to log out of my Word Press site, and run the tests again. That didn’t work.
I would be very grateful if anyone could provide some assistance. Thank-you in advance!
]]>Hi all,
We check the support requests here only from time to time.
If you’d like a faster response please see our support info here: https://helpforwp.com/forum/
Peter
]]>I’m a developer and keep debug on the dev servers.
Just a FYI
Notice: Undefined variable: galink_author_id in /mypath/wp-content/plugins/google-author-link/google-author-link.php on line 151
You check for home, single, etc. but search results, etc. don’t have authors.
I think you just need to move that code inside the (is_single() || is_page()) block.
Hi! Thanks for a good plugin.
One question: what is the deal with the Changelog? The version posted is 1.4.3. The log stops at 1.4.1.
]]>When I run a page through the Google Rich Snippets Tool, I get this:
Error: Missing required hCard “author”.
Any idea how to remedy this?
]]>Hi,
I’m using the following code to add custom profile fields to user profiles so they can be output on the front end (in an authorbox at the end of single.php and alike):
// Replace user profile fields
function add_twitter_contactmethod( $contactmethods ) {
// Add Twitter
if ( !isset( $contactmethods['twitter'] ) )
$contactmethods['twitter'] = 'Twitter url';
if ( !isset( $contactmethods['facebook url'] ) )
$contactmethods['facebook'] = 'Facebook url';
if ( !isset( $contactmethods['gplus'] ) )
$contactmethods['gplus'] = 'GPlus url';
// Remove Yahoo IM
if ( isset( $contactmethods['yim'] ) )
unset( $contactmethods['yim'] );
// Remove AIM
if ( isset( $contactmethods['aim'] ) )
unset( $contactmethods['aim'] );
// Remove Jabber/ Google Talk
if ( isset( $contactmethods['jabber'] ) )
unset( $contactmethods['jabber'] );
return $contactmethods;
}
add_filter( 'user_contactmethods', 'add_twitter_contactmethod', __('add_facebook_contactmethod', __('add_gplus_contactmethod', 10, 1 )));
However with your plugin enabled, it removes my custom fields from the users profile page in the back-end.
Can you give any hints as to why this is happening?
Thanks
]]>I’m getting this from Google’s rich snippet test tool:
Warning: Missing required field “updated”.
Warning: Missing required hCard “author”.
https://easycaptures.com/fs/uploaded/722/3616241777.png
What does this mean?
]]>The Yoast WordPress SEO plugin clashes with this plugin. With the SEO package active, the <link rel=”author” …> tag does not contain a link to your Google+ profile.
]]>Did this remove the default google+ field and replaced it with your Google Profile URL?
]]>