[Resolved] Hiding category descriptions

Home Forums Support [Resolved] Hiding category descriptions

Home Forums Support Hiding category descriptions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81367
    Pete Baker

    Hi, can this be done so that the description is still there for SEO purposes but not visible?

    #81462
    Tom
    Lead Developer
    Lead Developer

    It’s possible, but Google will punish you for doing so.

    Doing anything just for search engines while hiding it for humans will result in your site being blacklisted, so it’s definitely not a good idea.

    If you just want to hide the description, you can add this CSS:

    .page-header .taxonomy-description {
          display: none;
    }
    #81494
    Pete Baker

    Oh right! I never knew that. Thanks Tom, I’ll leave them in place but be more creative with them!

    #81696
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.