Title: Google
Last modified: August 21, 2016

---

# Google

 *  [austinaccidentlawyer](https://wordpress.org/support/users/austinaccidentlawyer/)
 * (@austinaccidentlawyer)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/google-10/)
 * I’m trying to add support at the bottom of each page/post for the Google Profile
   per your article on your website.
 * It appears your SEO plug-in handles the creation of the custom field in the user-
   >profile area, but that you use a different field name from your article.
 * I added this:
 *     ```
       //google profile
       			$google_profile = get_the_author_meta( 'googleplus' );
       				if ( $google_profile ) {
       					echo '<p><a href="' . esc_url($google_profile) . '" rel="me">Google Profile</a></p>';
       				}
       ```
   
 * I got nothing – what is the correct meta tag?
 * Thanks,
 * Andrew
 * [http://wordpress.org/extend/plugins/wordpress-seo/](http://wordpress.org/extend/plugins/wordpress-seo/)

The topic ‘Google’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

## Tags

 * [plus](https://wordpress.org/support/topic-tag/plus/)
 * [profile](https://wordpress.org/support/topic-tag/profile/)

 * 0 replies
 * 1 participant
 * Last reply from: [austinaccidentlawyer](https://wordpress.org/support/users/austinaccidentlawyer/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/google-10/)
 * Status: not resolved