Breadcrumb schema not working

#903131
  • Resolved Hassan Sabir
    Rank Math free

    Breadcrumb schema not working with Hello Elementor theme. Is there any solution, (i am particularly referring to schema only).

Viewing 1 replies (of 1 total)
  • Hello, we apologize for the issue you are facing with the Breadcrumb schema not working in the Hello Elementor theme. To ensure that the Breadcrumb schema functions correctly, you need to enable the Breadcrumbs feature in Rank Math and place it appropriately on your site.

    Here’s how to enable Breadcrumbs in Rank Math:

    1. Navigate to Rank Math SEO → General Settings → Breadcrumbs in your WordPress dashboard.
    2. Activate the Enable Breadcrumbs function.

    Enable breadcrumbs function in Rank Math

    Once you have activated Breadcrumbs, you can use the shortcode [rank_math_breadcrumb] to display them on your pages. Make sure to place this shortcode in the appropriate template file or page where you want the breadcrumbs to appear.

    If you are using WooCommerce and want to add Breadcrumb Schema without losing customization options, you may need to disable the default WooCommerce breadcrumbs by adding a specific code snippet to your theme files. Here’s how:

    /**
     * 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' );

    After implementing these steps, check if the Breadcrumb schema is working correctly. If you continue to experience issues, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Sources:
    Configuring “Schema Markup” in Rank Math » Rank Math
    Configuring “Schema Markup” in Rank Math for Rich Snippets » Rank Math
    How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    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 1 replies (of 1 total)

The ticket ‘Breadcrumb schema not working’ is closed to new replies.