Breadcrumb schema not working with Wordpress Flatsome Theme

#1040372
  • Resolved Grzegorz
    Rank Math free

    Hello
    Breadcrumb schema not working with WordPress Flatsome Theme. Is there any solution, (i am particularly referring to schema only). I`m trying to discover the breacrumbs https://validator.schema.org/ but they are not present there.

    Any idea how to resolve ?

    Thanks
    Greg

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    We apologize for the issue you are facing with the Breadcrumb schema not working on your WordPress Flatsome Theme. To ensure that Breadcrumbs are properly configured and the schema is generated correctly, please follow these steps:

    1. Enable Breadcrumbs in Rank Math:

      • Navigate to Rank Math SEO → General Settings → Breadcrumbs in your WordPress dashboard.
      • Activate the Enable Breadcrumbs function.
        Enable breadcrumbs function in Rank Math
    2. Add Breadcrumbs to Your Theme:

      • You can use the shortcode [rank_math_breadcrumb] to display breadcrumbs in your theme. Place this shortcode in the appropriate template file where you want the breadcrumbs to appear.
        Rank Math Breadcrumbs shortcode
    3. Check for Conflicts:

      • If you have other plugins or custom code that might be affecting the output of the breadcrumbs, consider disabling them temporarily to see if that resolves the issue.
    4. WooCommerce Users:

      • If you are using WooCommerce, ensure that you disable the default WooCommerce breadcrumbs by adding the following code to your theme’s functions.php file:
        function remove_wc_breadcrumbs() {
        remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
        }
        add_action( 'init', 'remove_wc_breadcrumbs' );
    5. Validate Your Schema:

      • After making these changes, use the Schema Markup Validator again to check if the Breadcrumb schema is now present.

    If you continue to experience issues after following these steps, we recommend replying to your ticket, and a human agent from the Rank Math Support team will assist you further. Please include your site URL in your reply for more accurate assistance.

    Thank you for raising this concern! We’re here to help you resolve it.

    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

    Grzegorz
    Rank Math free

    I followed above steps and unfortunetly I`m unable to see the breadcrumbs

    Hello,

    Thank you for contacting us, and sorry for any inconvenience that might have been caused.

    Can you please share the URL of the affected website with us so that we can investigate the issue further?

    You can share this information in the Sensitive Data section by editing the first post on this ticket.

    We look forward to hearing from you.

    Thank you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,

    We can see the breadcrumbs schema when we tested the page using the Google rich results test tool: https://search.google.com/test/rich-results/result?id=z7nMtl7kdUDnAvD2rLDhWg

    We can also see it using the schema validator only, that it is nested within the CollectionPage schema:
    https://i.rankmath.com/i/gAUAVF

    Nested schemas are not an issue, as the nesting of how the testing tool chose to categorize the schemas on the page. Search Engine bots read the entire schema data on the page.

    We hope this helps. Please let us know if you have further questions or concerns.

    Thank you.

    Hello

    Thanks for your great support yes that`s okey I missed that info.

    Thanks
    Greg

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

The ticket ‘Breadcrumb schema not working with Wordpress Flatsome Theme’ is closed to new replies.