Google Plus Profile Picture appear in Google Search. Integrate Google Plus Profile with WordPress. Make your website come up in Google.
Including Google authorship for multiple authors and for wordpress multisite
Just 3 easy steps to process:
- Install Google Plus Authorship
- Enter Google Plus Profile URL in Profile Page (found on your wp-admin panel under “Users” menu).
(example G+ profile url: https://plus.google.com/116126868461245278419) - Post a link back from Google Plus Profile to Your blog:
3.1. Go to http://plus.google.com
3.2. Click on “Profile” icon from left panel
3.3. Click on the blue button “Edit profile” (on the right top of the page)
3.4. On the bottom of the page there is “Contributor to” – click on it.
3.5. Click on “Add custom link” and add link to blog post from your blog.
You can check and confirm this steps using google webmaster richnippets tester: http://www.google.com/webmasters/tools/richsnippets
1. Enter url to one of your blog posts.
2. Click on “Preview”
Have in mind that some WordPress templates are not well written and doesn’t use native WP functions to create author links.
To fix this edit your theme and add one of the following code exaples:
echo get_the_author_link() (“echo” is required to work)
the_author_posts_link() (“echo” is not required)
Евала! Гениален плъгин си направил! Сложих го и веднага тръгна 🙂
Последнот от Георги: Как се прави линк [ПРЕЗЕНТАЦИЯ]
Excuse me, but how do I “post a link back from Google Plus Profile to Your Current Website”?
1. Go to your “Profile”
2. Hit on “Edit profile”
3. On the bottom of “Edit profile” page you can see “Contributor to” section – hit on it.
4. Click on “Add custom link” and add link to one of your blog posts (not to home page, but one of your blog posts).
You can check and confirm on this page:
http://www.google.com/webmasters/tools/richsnippets
1. Enter url to one of your blog posts.
2. Click on “Preview”
If all is ok you will see your picture bellow this form.
Great plugin, works perfectly thankyou!
It isn’t working for me. I followed the directions exactly.
I tested it with the Rich Snippet Tool, and it’s not picking the author information. I tested the home page and individual blog posts. There is no authorship information for either.
Последнот от Ken: Building this site, Google Plus and Authorship
It’s working now. I had the beginning of the address as “https://” instead of just “http://”. Thanks!
Последнот от Ken: Building this site, Google Plus and Authorship
This worked perfectly on one site for me, but doesnt work at all (apart from my profike page) on another (www.cvrite.co.uk) – am I doing something?
Thanks in advance for any help you can offer.
Best,
Jamie.
Your blog template doesn’t use native WP functions to create author links.
Thanks for the quick response sir. Does this mean I must manually add the code to all pages? Is there an easy fix or must i change my theme?
You can edit the theme template where you need google authorship and add native wp function required for creating author link.
where is the edit profile please i can’t see it and where do I get the google profile url?
is that the url shown like this? https://plus.google.com/100754444068326515550#100754444068326515550/about
Thanks for the quick response. Much appreciated.
Hi Dear friends,
I have tried to use the google authorship plug in i did every step but it does not seem to work … When i test it with the google tool it does not show my picture .. wht can it be..?
greetings,
Virgil
Последнот от Virgil: 7 most read interviews of 2012 on the Ibiza Inside blog
Hi,
Just tried to implement on my site (http://entrancesoftware.com) and it’s not working – any ideas?
Thanks,
Laura
removed does not work on my site
Laura, your wordpress template doesn’t show any author information.
Google Plus Authorship plugins relies on wordpress function used for creating author link in post page.
To include google plus author link add this php code to your posts template:
< ?php echo get_the_author_link();?>
There are a couple of bugs to report:
1. When you view the HTML, it says “title=’Google Plus Profile for +'” when viewing the Google+ link. This is because you’ve assigned $author_name = “+”; in the plugin code.
2. The + symbol (link to Google+ profile) is appearing even if you leave the Author’s Google+ profile information empty. It should have a if/then switch to ensure it doesn’t display for those WordPress authors who haven’t got an entry in their profile.
“2. Enter Google Profile URL in Profile Page”
-can you explain how to do this? I’m a WP beginner.
I did steps 1 and 3.
Ok – I figured it out. I added the G+ profile to my User Profile, but it’s still not working 🙁
Help!
Последнот от Yair: Pat’s Kitchen, Modiin Illit
Ok – looks like it’s working now http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.israelinteriordesign.com%2F2012%2F12%2F16%2Fincredible-new-design%2F
but not showing up in google searches. guess i just have to wait?
thanks.
Последнот от Yair: Pat’s Kitchen, Modiin Illit
Hope I’m not being completely stupid but hope someone can help. This just isn’t working.
I installed the plugin.
I posted a link from a page of my blog to my G+ Profile under the contributor bit.
I posted a link to my G+ Profile on WordPress, Users, Google+ Profile
I checked for a pic on Google Webmaster tools and NOTHING. No pic.
🙁
Последнот от Stephen Johnson: Companies Vs Consumers: holding each accountable for their actions
Stephen, did you edit Google Plus authorship plugin settings?
Well, we added the php get author thing, which apparently won’t stay…
It’s odd that some profiles work and others don’t. Please help!
Последнот от Laura: Key Performance Indicators: Not Just for Internal Metrics Anymore
Laura, did you edit google plus settings in your blog for all blog members?
I have added it to two, and now one works and one doesn’t, but they are set up exactly the same way.
Последнот от Laura: Streamline Engineering with Custom Software Development
Mapto – I haven’t edited any settings on the plugin no. Please help.
Последнот от Stephen Johnson: Book Review: Brand Anarchy
Stephen Johnson, did you do all steps from first post?
Yeah it took two minutes.
Installed and activated the plugin
Went to WordPress, User then put my G profile in the box that asked for it
Went to G+ profile – edit – add stream by the contributor box and then pasted a link to a random article.
Then checked under snippets tool for my picture and nothing showed.
🙁 Thanks for quick responses.
Последнот от Stephen Johnson: Book Review: Brand Anarchy
Stephen Johnson, go to Theme editor in wp-admin, and view post template. Does it use one of this functions to create author link:
echo get_the_author_link() (“echo” is required to work)
the_author_posts_link() (“echo” is not required)
If it doesn’t use it tell me what’s the function it uses or it doesn’t use at all you have to add custom link or replace the link with one of the above wp functions.
I went into Edit themes – single post (single.php) and there is no cod that says:
get_the_author_link()
the_author_posts_link()
Or anything similar.
Where do I add a custom link and what is one of those. Sorry 🙁
Последнот от Stephen Johnson: Book Review: Brand Anarchy
Stephen, there has to be some code that prints the author for this post. Replace it with:
< ?php echo get_the_author_link(); ?>
(no space between < and ?)
Love the possibilities of this plugin. I’m strugging to get the thing to work. I’ve set up the 3 steps and I see the photo in the preview/test of Google site, but I think the theme (ancient) isn’t cooperating. I replaced the the_author_posts_link() segment in the posts code with what you said — .
When I check the source for the post I’m monitoring (http://chloesblog.bigmill.com/honey-glazed-pecans/) there is no link rel=”author” href=”https://plus.google.com/u/0/114956567189407600938″ showing up.
Suggestions? Thanks in advance.
Последнот от Jody Murphy: North Carolina Road Food – Mom and Pop Diners
Jody Murphy, where did you place the_author_posts_link()? Can you show me some lines of source code before and after?
I apologize. I’m trying to paste in the code, but it doesn’t seem to be taking. I uploaded here:
http://chloesblog.bigmill.com/wp-content/uploads/2013/02/screenshot_author_code_replacement_to_show_plugin_expert-1024×578.png
Hope that helps.
Jody, add “echo” before “get_the_author_link()”. The code hase to look like this:
< ?php echo get_the_author_link();?>
Hi, thanks for the information. I am having the same difficulty as the people above. In my theme I had the_author_posts_link() and after reading the comments here I have changed it to . Still nothing is happening, can you offer advice? Thanks
Последнот от Lisa: Potatoes: The Diamonds of Sa Pobla
Good morning! Still not working after adding “echo” to the line of code. See the revised here:
http://chloesblog.bigmill.com/wp-content/uploads/2013/02/with_echo.jpg
I’m sorry for all the troubleshooting, but it’s nice to know others are having the same problem and once it gets working, we’ll all be closer to success. 😉 Thanks again!
Jody, send me screenshot from your wordpress edit profile page to martin@lazarov.bg
Thanks, Martin. I sent this morning. Screenshot and text code. May the force be with you. 😉
[…] http://marto.lazarov.org/plugins/google-plus-authorship – Thanks Martin! […]
I Just used this plugin on my blog http://www.techpleasure.com/ !!
It’s working! But, sometimes the picture does not shows up. So, let me know if I am doing something wrong!!
Thank You,
Gaurav
Последнот от Gaurav: The All New HTC One X+: Review, Features and Difference
Gaurav, if your photo appears at google richsnippets tool – all is ok. Your photo will be shown in google search results only when google decide it’s suitably – it depends on search query and google saerch algorithms.
Just want a clarification: I did all the steps, and the photo appears in the google richsnippets tool, but does NOT show up when I do a google search for the same subject (even if my blog post is #1 or #2 in the rankings). Is that a problem with google or do I need to do something else?
Последнот от Erika: What I wish someone had told me about Postpartum Depression
Erika, look at the comment made before yours.
They are two things:
1. It takes some time google to start showing your photo in search results.
2. Only Google knows it’s algorithms and when your photo will be shown and when not.
I thought so, I just wanted to confirm. Thanks for letting us know!
Последнот от Erika: What I wish someone had told me about Postpartum Depression
Thanks for the plugin. Does this mean that to work, each time you write a post on your blog, you then have to go back to your G+ profile page and add the url of the post to the Contributor section? Seems like there should be an “automatic” way to do this.
Thanks,
Joel
This is a great plugin. I was bit confused and helpless regarding google plus authorship. This one really helped me thnx..
Great plugin, thank you. Easy to setup, worth noting that you can’t use this with a Google Plus page it has to be an individual.
Confused…..what does this from the comment above mean?
Great plugin, thank you. Easy to setup, worth noting that you can’t use this with a Google Plus page it has to be an individual.
I’ve done everything suggested but my hair continues to fall out with frustration. I’ve got several ‘post’ templates so don’t know which to look into. Either way they all look like gobbledegook to me.
The site is my blog as above and he theme is Local Biz Pro
I’m off to buy a wig.
Peter
Hi There,
first thanks for this plugin. This saved me a lot of work. I have it running on my blog.
http://www.freiheitenwelt.de.
I did everything just like it is written above. When I check my site with google richsnippet…
(http://www.google.com/webmasters/tools/richsnippets?url=freiheitenwelt.de&html=)
.. it tells me everything is allright and the author pictures appears.
But when I finally google my homepage or a specific article nothing shows up? Any Idea why is that? I have the plugin running since 1 week.
Greetings.
Martin