Title: Bruce's Replies | WordPress.org

---

# Bruce

  [  ](https://wordpress.org/support/users/star2dev/)

 *   [Profile](https://wordpress.org/support/users/star2dev/)
 *   [Topics Started](https://wordpress.org/support/users/star2dev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/star2dev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/star2dev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/star2dev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/star2dev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/star2dev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Yoast WordPress SEO not working on WooCommerce Shop pages](https://wordpress.org/support/topic/yoast-wordpress-seo-not-working-on-woocommerce-shop-pages/)
 *  [Bruce](https://wordpress.org/support/users/star2dev/)
 * (@star2dev)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/yoast-wordpress-seo-not-working-on-woocommerce-shop-pages/#post-5320864)
 * I’ve had this same problem with the default products page not displaying my Yoast
   SEO settings – This simple solution worked for me:
 * Go to (Yoast) “SEO” > “Titles & Meta’s”
    Click on the “Post Types” Tab Scroll
   to the bottom and find “Custom Post Type Archives” and enter your SEO title and
   SEO Description under the Products fields
 * Your products landing page will now show the correct SEO info – This hack doesn’t
   affect my other single product pages and product category pages, and worked perfect
   for me.
 * I presume this oversight is intentional from Yoast as there is a “PREMIUM” Yoast
   WooCommerce SEO that fixes this “perfectly” hmmmmm 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Author Bio Box] Google Authorship](https://wordpress.org/support/topic/google-authorship-2/)
 *  [Bruce](https://wordpress.org/support/users/star2dev/)
 * (@star2dev)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/google-authorship-2/#post-3994975)
 *     ```
       foreach ( $social as $key => $value ) {
       		$rel = '';
       		if ('googleplus' === $key) $rel = ' rel="author"';
                   if ( ! empty( $value ) )
                       $html .= '<a target="_blank" href="' . esc_url( $value ) . '" class="bio-icon bio-icon-' . $key . '"' . $rel . '></a>';
               }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Author Bio Box] Google Authorship](https://wordpress.org/support/topic/google-authorship-2/)
 *  [Bruce](https://wordpress.org/support/users/star2dev/)
 * (@star2dev)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/google-authorship-2/#post-3994974)
 * rel=”author” needs to be placed on the G+ icon anchor tag – not on the author
   title where it currently is…
 *     ```
       <div id="author-bio-box">
       <h3><a href="http://wordpress.com/author/name/" title="" rel="author">Author Name</a></h3>
       <div class="bio-gravatar"><img alt='' src='' class='avatar avatar-70 photo' height='70' width='70' /></div>
       <a target="_blank" href="https://www.facebook.com" class="bio-icon bio-icon-facebook"></a>
       <a target="_blank" href="https://twitter.com" class="bio-icon bio-icon-twitter"></a>
       <a target="_blank" href="https://plus.google.com/+AuthorName" class="bio-icon bio-icon-googleplus"></a> <!-- // Should be in G+ anchor // -->
       <p class="bio-description">...</p>
       </div>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)