InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Wordpress beginner tutorials

  • Getting started with wordpress and some useful plugins
  • How to add tag and category to wordpress pages
  • How to become Google verified author of your wordpress blog using Google+ profile
  • How to handle permanent redirects in wordpress
  • How to write custom css in wordpress
  • Using ssh sftp updater support for updating wordpress plugins and themes
  • Wordpress - how to display code from a file in textarea
  • Wordpress - how to make a post sticky on home page
  • Wordpress themes for beginners worth considering
 
  • Home
  • > Tutorials
  • > Wordpress
  • > Wordpress beginner

How to become Google verified author of your wordpress blog using Google+ profile

By admin | Last updated on Feb 3, 2016

[Update: Authorship is no longer supported by google. You may also want to visit Google rich snippet documentation.]

Google displays author information in search results to help users discover great content. For this the blogger needs to verify the authorship of the blog using Google+ profile.

Here is a sample search result with verified author information:

google-verified-author-search-result-example

Benefits for becoming verified author

  1. It helps user discover good content written by credible authors as compared to some anonymous content.
  2. I believe it will also help in SEO. Editorially created content by credible authors is always more relevant and up-to-date from user’s perspective.

How to verify authorship

WordPress steps

Here are the steps needed in wordpress admin ui to verify you blog authorship:

  1. Create a google plus profile with same name as Author Name. It is best to use same name which you are using as blog author.
  2. Install wordpress seo plugin. Go to user profile from wordpress admin page by clicking users and then your profile as shown below:
    wordpress-admin-user-profileIn case you need to verify authorship for some other user, then you can select that user from all users page. Then look for Google+ profile text box.
    wordpress-seo-plugin-author-google-plus-profile-text-boxEnter the author’s Google plus profile url. It should look something like this –  https://plus.google.com/u/0/102853277031647456034/posts
  3. After saving, view some blog post and view its html source code. You should see this kind of entry between <head> and </head>
    <link rel="author" href="https://plus.google.com/u/0/102853277031647456034/posts"/>

Google plus steps

Now we need to complete the steps required at google plus. You should also read the Google help – Author information in search results – webmaster tools help. We’ll follow the option 1 mentioned on the help page.

  1. Make sure you have an email address on the domain of your blog. e.g. john@infoheap.com
  2. Visit the Authorship page and enter the email address on the blog domain as show here:
    google-authorship-verification-form
  3. Once this step is done, Google will send you an email for verification. Click on the link to verify once you receive the email.
  4. It will take some days before the verified author image and link appears in search results. Meanwhile to verify is everything is correct, you can visit Google structured data testing tool and preview a page which has author indormation in it. Here is how the preview should look:
    google-structured-data-testing-tool-verify-author-sample-pageIf everything is correct, you should see by “Author Name” in the search result preview.

Some points to note

  1. We used WordPress Seo plugin to add <link rel=”author” href=”…”/> in header of the page. In case you are not using this plugin, you can write a small custom wordpress plugin with code similar to:
    function add_author_info() {
      // Do something ....
    }
    add_action('wp_head', 'add_author_info');
  2. We used option 1 (Link your content to your Google+ profile using a verified email address) as mentioned in the doc – Authorship information in search results. This has the benefit that you just need to do this step only once per author. This may not be best option if you are a guest author to some blog and don’t want to give Carte Blanche to the blog site to use your name for any of the posts. In that case you should go with option 2 (Set up authorship by linking your content to your Google+ profile).

Suggested posts:

  1. Github tutorial for beginners
  2. Mac brew (homebrew) – quick start guide
  3. How to view flash debug log using Firefox on Mac
  4. How to install wordpress on Amazon AWS-EC2 Classic Ubuntu Linux micro instance
  5. How to hide a post from home and RSS feed in wordpress
  6. Using camtasia to generate screencast video on your computer
  7. Google feedburner email subscription vs Mailchimp
  8. Online tools to create comic strips
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged SEO, Tutorials, Webmaster, Wordpress, Wordpress beginner
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress