If you are not sure if you have a WooTheme or not, please contact your theme developer for more information.
Note that you need to have both WooBreadcrumbs in your options panel and the Yoast Breadcrumbs enabled for it to show up on your site.
Table of Contents
I have Yoast SEO or Yoast SEO Premium OnlyI have the WooCommerce SEO Plugin AND Yoast SEO or Yoast SEO PremiumHow Can I Stylize the Breadcrumbs or Output them Somewhere Else on my WooTheme?How Can I Enable the Breadcrumbs and Configure Them?
I have Yoast SEO or Yoast SEO Premium Only
If you want to use Yoast Breadcrumbs instead of the default WooBreadcrumbs, then you can add the code snippets here to your functions.php.
If you are not sure how to do this, please speak to your theme developer for more information or work with a Yoast Partner.
I have the WooCommerce SEO Plugin AND Yoast SEO or Yoast SEO Premium
If you have the Yoast WooCommerce SEO plugin (with either Yoast SEO or Yoast SEO Premium) add in the code snippets here and go to SEO-WooCommerce and be sure to leave the: Replace WooCommerce Breadcrumbs unclicked
If you have WooCommerce SEO AND a WooTheme leave this unclicked.
When that happens you should get one set of breadcrumbs, the Yoast SEO breadcrumbs.
How Can I Stylize the Breadcrumbs or Output them Somewhere Else on my WooTheme?
The code snippets here insert the code using the woocommerce_before_main_content hook. If you』d like the breadcrumbs in a different location, please locate the appropriate hook in the theme』s documentation and update the hook.
To style them in the same fashion as the original breadcrumbs, you may need to modify the line that starts with 『yoast_breadcrumb』 (line 22 in the code snippets) and/or add custom CSS styles.
If you are not sure how to do this, please speak to your theme developer for more information or work with a Yoast Partner.
How Can I Enable the Breadcrumbs and Configure Them?
Please refer to our guide here on how to do that.