Home Forums WoodMart support forum how to use rank math Breadcrumbs with woodmart?

how to use rank math Breadcrumbs with woodmart?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #694768

    gomexus
    Participant

    how to use rank math Breadcrumbs with woodmart?

    Attachments:
    You must be logged in to view attached files.
    #694774

    gomexus
    Participant

    of course ,this is open,but woodmart elementor widget WooCommerce breadcrumbs seems it doesn’t have any SEO optimization effect.

    Attachments:
    You must be logged in to view attached files.
    #694826

    Hello,

    Breadcrumbs functionality on the product pages comes with the WooCommerce plugin. Could you please test how it works with the default WordPress theme to see if the issue is caused by WoodMart?

    Best Regards,

    #694903

    gomexus
    Participant

    The WooCommerce breadcrumbs component cannot be detected by Google’s rich text detection tool. It’s not necessarily caused by WoodMart. The other question is how Rank Math should be used with WoodMart.

    #694961

    Hello,

    For Rank Math, you can use it normally with WoodMart:

    1. Install and activate the Rank Math SEO plugin.
    2. Go to Rank Math > General Settings > Breadcrumbs and enable them.

    Please follow this plugin guide: https://rankmath.com/kb/breadcrumbs/

    Best Regards,

    #695014

    gomexus
    Participant

    no,you can\’t just Go to Rank Math > General Settings > Breadcrumbs and enable them.

    #695124

    Hello,

    Our theme is compatible with both Yoast and Rank math plugins. Could you please check yourself how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront and run the test with the default theme to understand if it is our theme issue or not?

    Best Regards,

    #695719

    Maxor
    Participant

    Hi

    We have exactly the same question

    i can see in theme settings woodmart is compatible with yoast :

    Yoast breadcrumbs for shop
    Requires Yoast SEO plugin to be installed. Replaces standard WooCommerce breadcrumbs with the custom one that comes with the plugin. You need to enable and configure it in Dashboard -> SEO -> Search Appearance -> Breadcrumbs.

    Yoast breadcrumbs for pages
    Requires Yoast SEO plugin to be installed. Replaces standard breadcrumbs with the custom one that comes with the plugin. You need to enable and configure it in Dashboard -> SEO -> Search Appearance -> Breadcrumbs.

    but yoast is old and bloated

    Rank math is far better

    can you add same options in theme settings for Rank math please ?

    Thanks

    #695867

    Hello,

    Please try to add this code to the functions.php of the theme and check how it works:

    function woodmart_current_breadcrumbs( $type ) {
    	$function = ( $type == 'shop' ) ? 'woocommerce_breadcrumb' : 'woodmart_breadcrumbs';
    
    	if ( function_exists( 'rank_math_the_breadcrumbs' ) ) {
    		rank_math_the_breadcrumbs();
    	} else {
    		$function();
    	}
    }

    Best Regards,

Viewing 9 posts - 1 through 9 (of 9 total)