Hide Specific Product Meta in Woocommerce

hide Specific Product Meta woocommerce

Written by Sam Meloeny

Sam is a SEO specialist with 18+ years of experience helping businesses grow through digital marketing. She focuses on creating compelling, conversion-driven content that connects with both readers and search engines. Recently, Sam has expanded her expertise into AI SEO, exploring how businesses can rank for AI search and prepare for the future of search visibility.

June 19, 2018

SKU, Categories and Tags are product meta elements that will be shown on each single product page automatically by WooCommerce.

If you want to hide any of these product meta’s, you can do so with custom CSS.

Each meta element has its own CSS class:

SKU: sku_wrapper
Tags: tagged_as
Categories: posted_in

To hide the element, use display: none.
 
Add this code to your custom css:


/* remove SKU, categories and tags on product page */

.sku_wrapper{display: none;}
.tagged_as{display: none;}
.posted_in{display: none;}

 

And the result can look like this if you choose to hide categories and tags:

hide categories and tag on product page woocommerce

 

Want more traffic & revenue from SEO?

Let us audit your SEO, provide advice, and jump on a call to chat.

You May Also Like…