Home Forums WoodMart support forum SEO text for product categories

SEO text for product categories

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #202046

    annececilie
    Participant

    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.
    #202079

    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

    #202084

    annececilie
    Participant

    well it says under the text box ”
    The description does not appear by default, but some themes may do so.”

    #202088

    annececilie
    Participant

    I have never seen webshops having over 250 Words showing under each product category. For SEO

    #202117

    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

Viewing 5 posts - 1 through 5 (of 5 total)