browse by category or date

Recently, Google added a functionality to help content owners to show their authorship in Google Search Result. So instead of showing only the title and the excerpt of your article, your Google+ profile name and picture will also be shown in the search result.

To achieve this, you need to do 5 simple steps:

1. Modify About Widget

If you already have a widget in the sidebar for showing your profile (like mine is under label ‘Selamat Datang’), add a link to your About Page with rel=”Author”

In my case, I linked my smiling picture to SODEVE’s About page.

<a href="http://sodeve.net/about/" rel="author" title="Who the heck is this guy??">
   <img src="/images/hardono.100.jpg?x73452" />
</a>

We need this widget because we want every article to be automatically linked to About page. Although in my case, the link to About page is already in the top menu. But this menu is generated by WordPress’s wp_list_pages function, so it is more complicated to add the rel=”author”. So if you don’t have this widget, please create one.

2. Modify About Page

If your About page is already have link to your Google+ profile page, you need to ensure that the link has rel=”me”. Otherwise, you need to create link to your Google+ profile page.

Here’s the link I am using in my About page.

<a href="https://plus.google.com/118225683509578889745/about" rel="me">
   Hardono Arifanto @ Google+
</a>

3. Modify Google+ Profile

Now you need to link back your Google+ Profile page to your WordPress About page. Open your Google+, click Edit Profile. In Other Profile section, add a custom link to your WordPress About page.

Here’s how I did mine:

4. Test It

To ensure everything is working, you need to use Google’s Rich Snippets Testing Tool. Just enter any url from your WordPress site, and click Preview button. If everything OK, you should see your Google+ Profile name and picture shown.

5. Register Your Authorship Request

Filling up this FORM is the last and (maybe) the most important step.

Alright, I hope this post help you claim authorship in Google’s search result. Cheers!

References

  1. Scott Hanselman. Thanks for the headstart.
  2. Joost de Valk. Thanks for the detailed insight.
  3. Google, straight from the horse’s mouth
GD Star Rating
loading...

Possibly relevant:

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Incoming Search

blogging, google, wordpress

No Comment

Add Your Comment