Breadcrumps showing in incorrect order

#995988
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    We apologize for the issue you are facing with the breadcrumbs showing in the incorrect order. It seems that the custom permalink structure might be affecting how the categories are displayed in the breadcrumbs.

    To address this issue, you can try the following steps:

    1. Check Primary Category: Ensure that the primary category is set correctly for your products. You can do this by editing the product in WordPress and selecting the appropriate primary category in the Rank Math meta box.

    2. Adjust Permalink Settings: If changing the permalink structure in the settings did not work, you may need to reset your permalinks. Go to Settings → Permalinks in your WordPress dashboard and simply click Save Changes without making any changes. This can refresh your permalink settings.

    3. Breadcrumb Settings: Make sure that the breadcrumbs settings are configured correctly in Rank Math. You can check this by going to Rank Math SEO → General Settings → Breadcrumbs and ensuring that all relevant options are enabled.

    4. Custom Code: If you have added any custom code related to breadcrumbs or permalinks, please review it to ensure it is not conflicting with Rank Math’s functionality.

    If these steps do not resolve the issue, please reply to this ticket with more details about your permalink settings and any custom code you might be using. A human agent from our support team will then take over and assist you further.

    Thank you for raising this concern, and we look forward to helping you resolve it!

    Sources:
    How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math

    Hello,

    The breadcrumbs appearing on your page is added by WooCommerce, not by the Rank Math plugin.

    In this case, if you want to disable WooCommerce’s breadcrumbs, please add the following filter on your website:

    /**
     * Function to disable WooCommerce breadcrumbs
     */
    function remove_wc_breadcrumbs() {
    remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
    }
    add_action( 'init', 'remove_wc_breadcrumbs' );
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    After that, you can follow the steps from this guide to activate Rank Math breadcrumbs: https://rankmath.com/kb/breadcrumbs/#activate-breadcrumbs

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The ticket ‘Breadcrumps showing in incorrect order’ is closed to new replies.