Breadcrumbs

#862464
  • Resolved G k
    Rank Math free

    I am not sure if Breadcrumbs is active on my site or the theme is supporting it or not and how i can activate it

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

    We apologize for the issue you are facing regarding the Breadcrumbs feature. To check if Breadcrumbs is active on your site and if your theme supports it, you can follow these steps:

    1. Check Theme Support:

      • Go to Rank Math SEO → Status and Tools → System Info → Active Theme. Here, look under Theme features to see if rank-math-breadcrumbs is listed. If it is, your theme supports Breadcrumbs.
        Rank Math Breadcrumbs theme features
    2. Enable Breadcrumbs:

      • If your theme supports it, head over to WordPress Dashboard → Rank Math SEO → General Settings → Breadcrumbs. If the settings are unavailable, ensure you’ve switched to the Advanced Mode in Rank Math.
        Enable the Schema module
      • Enable the Breadcrumbs function here. Once enabled, you will see additional settings for customizing your Breadcrumbs.
        Available Breadcrumbs settings
    3. Using Shortcode:

      • You can also add Breadcrumbs anywhere on your site using the shortcode [rank_math_breadcrumb]. Just copy and paste this shortcode into the text editor of any post or page where you want the Breadcrumbs to appear.
        Rank Math Breadcrumbs shortcode

    If you have any further questions or need assistance, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

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

    G k
    Rank Math free

    rank-math-breadcrumbs is not listed in theme feature what shall i do

    Hello,

    Thank you for contacting Rank Math support.

    You can use Rank Math breadcrumb by using the Rank Math breadcrumb shortcode [rank_math_breadcrumb] OR by adding the Rank Math breadcrumb PHP code to your website. Usually, you’ll need to add the code to your header.php or single.php file. If both of these places do. to work for you, then you’d need to reach out to your theme developer for help on exactly where to add the breadcrumb PHP code.

    For example, we added the Breadcrumb PHP code to your single.php file and this is how it is displayed on your blog posts:

    This is the code we added to your single.php file:

    if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs();
    

    We hope this helps clarify the issue. Please let us know if you have any other questions or concerns.

    G k
    Rank Math free

    i see that the breadcumb in your screen shoot is under the image
    when i add the code in the header.php the breadcumb comes above the the menu
    how i can do that ?

    and if i use the single.php it will appear also in all pages or do i need to enter it on each page as a short code

    Hello,

    You can use shortcodes to add breadcrumbs to specific pages. However, if you want the breadcrumbs to show on all pages or posts, it’s best to implement them using PHP code.

    In the screenshot above, I added the code in the single.php file. You would need to contact your theme developers to find out the specific place to insert the code for it to display exactly where you want it to.

    We hope this helps clarify the issue. Please let us know if you have any other questions or concerns.

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

The ticket ‘Breadcrumbs’ is closed to new replies.