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.
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
Hey Rikard. Here is a link to one of my posts: http://mattmikulla.com/blog/hummel-figurine-photos/
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
span.blog-categories, span.text-sep-date {
display:none !important;
}
Cheers!
Rikard
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.
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