What is the necessary to add Authorship Information to Your Website
We’re talking about additional information which is added to a web page to identify the person who wrote the article. This information is used by Google to enhance search results in the form of rich snippets; for example, a small image of the author is displayed next to the page description.
Why Use Authorship Information?
Why should you invest time in the implementation of authorship information? What are the benefits of it? There are three big advantages:
Higher Click-through Rates
First of all it can increase the click-through rate to your website. Let me demonstrate this with an example:
Let’s say you frequently visit a blog about web design. Subbu, the owner of the blog, has published several interesting articles that you find very useful.
Subbu has also posted several articles on other websites. While doing this he added authorship information to his guest articles. Because of this his profile image appears next to the page description in the search results.
One day you’re searching for an article about web design. The first two search results look the same as always, but the third one has Subbu’s profile picture next to it (thanks to the authorship markup).
Which search result are you most likely to click?
Probably the one that has Subbu’s photo next to it. Why? Because you’re an avid reader of his blog and you know he publishes a lot of quality content. Although the other articles (without the authorship markup) appear higher in the search results, you decide to read the article that was written by Subbu.
Bonus Links
The second advantage of authorship details is bonus links. When you click on a search result with authorship markup and you return to the search results after reading the article, Google will display three additional links.
Improved Rankings
Last but not least: Google uses authorship as a ranking factor. If Google recognizes you as a popular contributor, your content will rank higher.
In 2004 Google filed a patent for a system so that
…more well-received and popular ‘agents’ could have their associated content rank higher than unsigned content or the content of other less-authoritative agents.
This patent forms the base for Author Rank. Authorship information is used to identify popular authors. Google gives them a score, based on a number of factors.
How to Add Author Information
So far we’ve seen some examples of authorship information and discussed the advantages of it. Now it’s time to implement it.
Adding author information to your web pages is very easy. First of all, you need a Google+ profile. Google uses your Google+ profile picture as a rich snippet. If you don’t yet have a Google+ profile, go and create one (I’ll wait).
When you’ve set up your profile there are three ways to add authorship information:
Option 1: Via an Email Address
This is really straightforward. It can be used if you have an email address on the same domain as your content (in this case google.com).
- Explicitly mention that you are the author of an article on the article page . A lot of blogs do this in the author box below the article.
- Visit this page and submit your email address. Your email will appear in the “contributor to” section of your profile.
- You’re done! You can test the authorship link via the rich snippet testing tool.
Option 2: Via HTML
If you prefer to add authorship information via HTML, you can use this method.
- Go to your Google+ profile page and copy the url.
- Create a link to your profile on the page of the article. Add the
?rel=author
parameter to your profile url, otherwise Google can’t connect it to your profile. In my case the html code will look like this:<a href="your id">Google</a>
- You’ve just added a one-way link to your Google profile. Google knows you’re the author of this page, but you need to verify this by editing the ‘contributor to’ section of your profile. Simply add the website url and click ‘save’. Once again you can test it via the rich snippet testing tool.
Option 3: Via a <link>
Element
You can also add authorship information to your web page via a <link>
element in the header.
- Go to your Google+ profile page and copy the url.
- Link to your profile in the header of the website. When we use the link from our previous example, it will look something like this:
<link rel="author" href="your id">
- Verify the domain in the “contributor to” section of your Google+ profile.
Conclusion
We begin this article by asking ourselves: why should you add authorship information to your website? We’ve come across several reasons that justify the implementation.
First of all you can increase the click-through rate of your web pages. Thanks to the author avatar you have a higher visibility in the search results. As a bonus, you gain extra links back to your site when visitors have spent a certain amount on your website. And last but not least, it can increase your PageRank.
Many advantages, for relatively little effort. So why shouldn’t you add authorship information to your website?