Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Category Description Location and SEO

Home / Forums / Virtue Theme / Category Description Location and SEO

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
August 8, 2017 at 9:00 am

Hi Ben,

I have just added this to my functions.php file of my child theme to place category descriptions at the bottom of the category pages.

remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 10 );

Before I push this to live, will this have any affect on my page ranking on search engines?

Thanks in advance,

Paul

  • The forum ‘Virtue Theme’ is closed to new topics and replies.