Archived topic
Breadcrumb navigation with All in One SEO pack
3 replies · Started by Shrawan on June 28, 2020
Dear team,
So many of us here would be using the highly-popular All in One SEO pack which does not have a straightforward option to show Breadcrumb navigation even when the Schema setting is enabled from the plugin dashboard.
The plugin site touches upon this subject briefly - https://semperplugins.com/documentation/adding-schema-org-markup-for-rich-snippets/
I was advised by one developer to
Go to Appearance > Customize > Additional CSS & Copy and Paste the following code.
.breadcrumbs {
padding: 10px 10px 10px 35px;
background: #fafafa;
color: #5f5f5f;
font-size: 14px;
box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
}
--
Would this be an advisable way to get breadcrumb navigation?
Thanks,
Shrawan
Hi there,
that CSS would simple style an element with a CSS class of breadcrumb - it will not create a breadcrumb....
Hi David, the All in One SEO pack plugin has a Schema option which can be enabled, and following enabling that, the developer gave me the above code to paste.
You can read about the plugin's Schema here - https://semperplugins.com/documentation/adding-schema-org-markup-for-rich-snippets/
Would you recommend I don't use this method?
I am afraid i don't know. None of the team here uses All in One SEO so i cannot say if that code does anything.
If it is working for you and the breadcrumb is displaying correctly then i would say its good to go.