Tons of changes is coming in Google, one of the most anticipated is Authorship. Authorship Markup was announced on the official google webmaster central blog, June 07, 2011. Google now supports markups standards such as HTML5, rel=”author” and XFN, rel=”me”. It’s a move made by Google that highlight great authors together with their great content. We all know that Google is becoming proactive in Social Media and this is one step wherein they use public data in search results.
So here’s how I applied it on my SEO Blog. First thing you need is these 3 codes.
#1.<link type=”text/plain” rel=”author” href=”http://www.seoteky.com/author/admin/” />
#2. WordPress Bio with <a href=”https://plus.google.com/108751592185232196499/” rel=”me”> (that is my Google+ profile)
#3. WordPress strips the code “REL” when you apply it on your bio, so I searched for a code to allow “REL” html property be functional and I got one great resource from Joost De Valk.
function yoast_allow_rel() {
global $allowedtags;
$allowedtags['a']['rel'] = array ();
}
add_action( ‘wp_loaded’, ‘yoast_allow_rel’ );
Now, here’s how I did it:
STEP 1. I used the code#3 and I inserted it on the Functions.php inside my wordpress files(folder). This will allow me to use REL property on the Biography info part of my wordpress blog
STEP 2 – On the picture above. I define my Google+ profile as me using rel=”me” and this one is required. I added code #2 on on my bio profile.
STEP 3 - I added code #1 on my header.php. This one can only be used if you are your sole author of your blog. But if your blog has 2 or more authors you might need to do some tricks to do be able to apply authorship markup.
Now to check if everything worked. Go to the Webmaster Tool, Rich Snippet Testing Tool and insert a post URL or any URL that you authored. If you got the same screen below, with all green marks and no red then you got it right!
Related posts:









{ 8 comments… read them below or add one }
Thanks to Jason Acidre for helping me on this Authorship Mark Up, appreciate it!
Jayson recently posted..5 Reasons Why SEO Becomes a Failure
Haha no prob!
Kakauwi ko lang galing inom kasama sila JP.
Jason recently posted..jasonacidre: Beating Google’s Panda Update – 5 Deadly Content Sins | SEOmoz http://t.co/h3Q8ace via @SEOmoz
Session ah…sama nyo naman kami jan
biglaan nga lang din eh. next week inom na lang tayo tayo sa confe!
Jason recently posted..jasonacidre: @LeftFieldWeb hahaha thanks for the retweet!
wow good entry.. thanks for sharing jayson
Your welcome honey
hope it helps…
Jayson recently posted..Social Media Yearbook, Meet The Class of 2011
Thanks for sharing ..it help me a lot jayson…
hannamay recently posted..Trouble Conceiving
That’s great hannah may
authorship rules!
{ 2 trackbacks }