Quantcast
Channel: Scott Hanselman's Blog
Viewing all articles
Browse latest Browse all 1148

Embrace Authorship - The importance of rel=me and rel=author on your content's SEO and Google

$
0
0

There's a lot of garbage out of there on the internet. I know, I've been writing some on this blog for almost 10 years. ;) One way to let Google and Friends know that you are a real person and are really the writer of something is to use microformats like authorship markup like rel="author" to markup your content.

When you write a blog post, make sure that the rel="author" attribute is on the page with a link back to your "About Me" page or to your Google+ profile. The easiest way is to just include a link like this:

by <a title="Scott Hanselman is on Google+" rel="author" href="http://profiles.google.com/hanselman.scott?rel=author" alt="Google+" title="Google+">Scott Hanselman</a>

But it's not proof enough that you wrote something just to link to a profile. You have to close the loop by linking back to your site from your profile, indicating that the page is about your. This will end up looking like this with a rel="me" attribute:

<a href="http://www.hanselman.com/blog/" rel="me" title="Scott Hanselman">Scott Hanselman</a>

While this isn't a perfect way to guarantee to Google that you actually authored and own some content, it's a good start. Presumably if Google trusts your Profile and your website there is an implied chain of trust. If some spammer decides to programmatically steal your entire site, or even just suck it down with RSS and reblog it, it's now possible for Google to downrank those splogs (spam blogs) or delist them, while simultaneously assigning a higher Page Rank - or Author Rank - to your site.

Alternatively you can have an "author page" or About Me page on your site within the same domain and use rel="author" to point to it. You then use rel="me" to markup links that all point to sites that represent the same person. If you are using rel="author" to point to an About Me page, that page should the include a link with rel="me" that points to your Google Profile.

If this seems confusing, you can use the Rich Snippets Testing Tool to test our your pages and how they might show up if Google decides to trust you.

My site as seen by the Google Rich Snippets Testing Tool

The most important part with the Rich Snippets Testing Tool is the Extracted Author info. Does Google successfully extract that you are an author and show those links without  errors or warnings?

My rel="author" markup is error-free

At this point, you know only that Google doesn't think you suck but you have no idea if they will actually use the data. This appears to be where magic pixie dust comes in. You essentially wait a week or two and if it works, when you start Googling for your articles they will start showing up like this in search results:

Googling for Scott Hanselman

Or a specific article, for example:

Googling for Windows 8 Scott Hanselman

Note that Google shows that I'm in some Google+ circles and that there's 31 comments on a G+ post on this blog post.

Aside: This starts to seem a little unbalanced to me, as Google could have looked at my RSS feed or RSS Comments Feed and determined how many actual comments there are on that post on my site. Or, I could include microformat metadata on comments to indicate that they are comments vs. original content. I want the discussion to happen on my blog, not on Google+. Or maybe I want the conversation to happen on Disqus, or on Facebook. It's too bad that Google doesn't support a microformat like rel="comments" (I made that up) so that I might take control of the URL where comments should be left. Maybe I want Twitter or Facebook profiles to be used with rel="author." With the addition of Google+ and the "convenience" of using Google+ for rel="author" and the automatic retrieval of comment metadata, again from Google+, the open markup-based Google The Search Engine plus Google+ The Social Networks becomes a walled garden without choice, like Facebook.

Commentary on openness put aside, the usefulness of rel="author" in the context of Google users and from the perspective of the content author is obvious.

  • Search results that list pages written by actual humans alongside their smiling faces will be more likely to be clicked on.
  • Folks can +1 results directly from the results AND add you, the author, to their Google+ circles.

Of course, I'm not sure what I think about searching Google for the word "phony" and finding my face show up as the result. ;)

What a phony

The task for you, Dear Reader, is to go forth and implement rel="author" for your blogs and content.



© 2011 Scott Hanselman. All rights reserved.



Viewing all articles
Browse latest Browse all 1148

Trending Articles