I want to hide the description from the product category page
-
Hi! In order to improve my SEO I added a long description to the Category Product Page as I show in the attached photo. I want that to be there so that it improves my SEO but I dont want it to be visible.
Is that possible?
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
I am not sure it would be good for SEO, however, you can do that with custom CSS:
.tax-product_cat .term-description{
display:none;
}
Please add this code to the Theme Settings > Custom CSS > General. When you hide this disappears from the page, and no sense to add content that is not visible in HTML structure.
Best Regards