Breadcrumbs

#703987
  • Resolved Sigarmas ID
    Rank Math free

    My theme not support Rank Math Breadcrumb, they only support Yoas, if i move to Yoast, i wil lose my SEO data.

    this is my theme code for breadcrumb
    Please edit with rank math breadcrumbs
    I try by my self but not work

    Thanks you

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

    I’m sorry to hear that you’re experiencing issues with integrating Rank Math breadcrumbs into your theme. It’s important to note that moving to Yoast from Rank Math may result in the loss of SEO data, as you mentioned.

    To integrate Rank Math breadcrumbs into your theme, you can follow these steps:

    1. Using Theme Template Files:
      You can add Rank Math’s breadcrumbs code to your theme’s template files. Here’s the code you should use:

      Depending on your theme, you should add this code to either the single.php file or the header.php file. If you’re unsure about where to add it, you can reach out to your theme developer or contact our support team directly from here.

    2. Adding Breadcrumbs With Shortcode:
      You can also add the breadcrumb anywhere you want with the help of a shortcode. Just copy and paste this shortcode to the text editor of any post/page:

      [rank_math_breadcrumb]
    3. Adding Breadcrumbs in Block Themes:
      If you’re using a Block Theme like Twenty Twenty-Two, you can add Rank Math’s Breadcrumbs to any page by following the steps outlined here.

    If you encounter any issues while implementing these steps, please feel free to reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Thank you for reaching out to us!

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

    Hello,

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

    Thank you.

    Hello,

    Please use the code below to enable breadcrumbs on your website:

    /**
     * Use the following code in your theme template files to display breadcrumbs:
     */
    <?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?>

    Let us know how that goes. Looking forward to helping 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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Breadcrumbs’ is closed to new replies.