Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #441811

    My breadcrumbs currently include a category on posts and products.

    Is there a way to remove these in a functions file?

    Better yet. This should be an option in the admin.

    Breadcrumbs affect site architecture and search engine crawling and indexing.

    #442058

    Hey mattmikulla!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #442166

    Hey Rikard. Here is a link to one of my posts: http://mattmikulla.com/blog/hummel-figurine-photos/

    #442346

    Hi!

    Please try the following in Quick CSS under Enfold–>General Styling:

    span.blog-categories, span.text-sep-date {
    display:none !important;
    }

    Cheers!
    Rikard

    #442546

    Hey Rikard.

    This should not be resolved with CSS. It should be resolved through the admin or a function.

    We’re dealing with link structures that affect SEO and hiding a link with CSS is not a proper solution.

    #443508

    Hey!

    I don’t think there will be any difference if you hide it or remove it from the actual code, search engines know about your categories already. It will also be easier for yourself if you want to display it in the future, you just have to remove the CSS to display it again.

    Best regards,
    Rikard

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