Seeing the picture of an article author next to a listing not only grabs attention, but somehow lends credibility to the article. 

google plus example

Grouped together with 9 other picture-less listings on a page, the one above would naturally stand out. But how does Google know who wrote a given article? The answer is supposed to be simple, but in practice, I've found it to be a little unscientific.

Different sources provide different techniques and code snippets. Some work on some sites, some work on others. It has been my practice to apply all of them on a given page, to reach the highest probability that Google will connect your page with your Google Plus account.

Create a Google Plus Account

So, as the previous paragraph suggests, the first step is to create a Google Plus account. This requires that you first have a Google account. Once you have your account, visit the google home page. You'll notice, in the upper left, within the black bar, a link called "+ You". Give it a click, then complete your profile.

Tell Google Your're an Author on your Site

google-plus-contributorGoogle would love to trust everyone in the world about who they claim wrote their article. Imagine that you had a home improvement blog, and you decided to make Bob Vila the article author. It would probably get more attention, but you might be getting an angry phone call from Mr. Vila. 

Google prevents this scenario by requiring every author to identify the websites that they actually contribute content to. You'll find this within your Google Plus account -> Profile -> About -> Links -> Contributor to.

Click the edit link at the bottom of the portlet, then Add Custom Link under Contributor To.

Enter a label, then the root of your website, for example:

SiteKickr
http://www.sitekickr.com

 

Make yourself an Article Author

Now, just because you're a contributor to a site, doesn't mean you wrote every piece of content on it. The next step is the unscientific part I was talking about. To be safe, I typically include anything that will help connect a given page to a Google Plus Author.

To start, grab your Google Plus Author URL. Go to the Profile tab of your Google plus account, then make note of that really long number near the end of the URL. This is your Google Plus "ID".

Now that you have your Google Plus ID, add the following to your page.

  1. Before your closing </head> tag, insert:
    <link rel="author" href="https://plus.google.com/[Your Google Plus ID]/posts" />
  2. Add a link somewhere within your site, to your Google Plus profile.
    1. You can do this with a generic link in your site footer:
      <p><a href="https://plus.google.com/[Your Google Plus ID]" rel="publisher" target="_blank">Find us on Google+</a></p>
    2. Or, by turning your name into a link, and adding a rel=author query string parameter:
      <a href="https://plus.google.com/[Your Google Plus ID]?rel=author">Author Name</a>


Test it out

Visit Google's Structured Data Testing Tool, and enter the URL of an article on your site.

You should see a notification such as Authorship is working for this webpage.

You did it!

But, to be complete, since you're at the Testing Tool already, have a look at the Extracted Structured Data area. The majority of sites that I've worked with had some kind of "error" here. The great news is that they're easy to fix, many times just by adding class names to your markup.

As an example, if you received the following errors.

Warning: Missing required field "updated".
Warning: Missing required hCard "author".
 
All you have to do is add the noted class names to your markup, i.e.
 
<span class="updated">March 30, 2013</span>
<a href="https://plus.google.com/[Your Google Plus ID]?rel=author" class="author">Author Name</a>
 
If you're still having trouble (after a couple days you still don't see your picture listed in Google), I've added a couple bonus tips to the page. See below and just like or share the page to see the extra tips.
 
Tags:

5 Comments

  1. You always awriter.org

    can publish something absorbing that
    does not waste minutes of your life like what you see on countless other sites.
    This is very interesting and I will be back for more. Thanks for sharing

    awriter.org

  2. I am really glad to read it and being able to share my thoughts on it. I want to use this opportunity to say that I really love my profile this blog. It is an amazing resource of information for my working. Thank you so much.

Leave a Reply

Your email address will not be published. Required fields are marked *