Posted By: Dhaval Shah
Everyone is talking about how the search is going social. Google +1 buttons are now integrated in websites, search results, and even in Google Ads. Well all that is important, but we are now seeing a rise in verified Authorship for Google search results. Finally with the new redesign Finally with the new redesign, we have added it in DynaSoft.in as well. Now when you search our articles or "blog.dynasoft.in" in google, you will see the my picture in the results like the screenshot below:
We heard folks claiming that this is increasing click through rates and sometimes rankings as well. In this article, we will show you how you can get google’s verified authorship for your WordPress blog.
You need to add the following code in your theme’s <head> section. (Don’t forget to change the Google+ profile URL to yours). Normally you can do this by editing the header.php file
If you are using a theme framework or just want to put this in as a function, then you can add this by hooking into wp_head(). Paste the following code in your theme’s functions.php file.
Lastly, make sure that your +1′s are public on your Google+ profile or this won’t work.
Now you are done. Simply wait for Google to re-crawl your pages and show your face next to it. You can check to see if you did everything right by going to the Google Webmasters Rich Snippets Testing Tool. Below is a screenshot of what it should look like.
Everyone is talking about how the search is going social. Google +1 buttons are now integrated in websites, search results, and even in Google Ads. Well all that is important, but we are now seeing a rise in verified Authorship for Google search results. Finally with the new redesign Finally with the new redesign, we have added it in DynaSoft.in as well. Now when you search our articles or "blog.dynasoft.in" in google, you will see the my picture in the results like the screenshot below:
We heard folks claiming that this is increasing click through rates and sometimes rankings as well. In this article, we will show you how you can get google’s verified authorship for your WordPress blog.
You need to add the following code in your theme’s <head> section. (Don’t forget to change the Google+ profile URL to yours). Normally you can do this by editing the header.php file
<link rel=
"author"
href=
"https://plus.google.com/u/0/114660156701532795772"
/>
If you are using a theme framework or just want to put this in as a function, then you can add this by hooking into wp_head(). Paste the following code in your theme’s functions.php file.
add_action('wp_head', 'add_google_rel_author'); function add_google_rel_author() { echo '<link rel="author" href="https://plus.google.com/u/0/114660156701532795772" />'; }
Next thing you need to do is go to your Google+ profile, and add link to your website under the contributors section.
Lastly, make sure that your +1′s are public on your Google+ profile or this won’t work.
Now you are done. Simply wait for Google to re-crawl your pages and show your face next to it. You can check to see if you did everything right by going to the Google Webmasters Rich Snippets Testing Tool. Below is a screenshot of what it should look like.
SEE Video Here