SEO text for product categories
-
We want to SEO optimize the category pages, and but dont want all the text from the backend showing in the front. How doe manage this?
Se this page, here I placed the text in the bottom of the page.
https://www.ullagarnogbroderi.no/produktkategori/diamond-painting/
Attachments:
You must be
logged in to view attached files.
Hello,
You would better consult SEO experts to find out the best way. I do not think it is reasonable just to hide with custom CSS.
Best Regards
well it says under the text box ”
The description does not appear by default, but some themes may do so.”
I have never seen webshops having over 250 Words showing under each product category. For SEO
Hello,
If you want to hide the description, here is the code:
body .term-description {
display:none;
}
Please add this code to the Theme Settings > Custom CSS > Global
Best Regards