How to change breadcrumbs

#652938
  • Resolved Brady Kirkpatrick
    Rank Math free

    Hello! We are having an issue where our breadcrumbs show the wrong pages in the Schema markup.

    Is there a way to custom code or fix this somehow? Thank you!

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

    Thank you for contacting Rank Math support.

    You can modify and use the following filter to change the Breadcrumbs Schema: https://rankmath.com/kb/filters-hooks-api-developer/#change-remove-items-from-breadcrumb-snippet

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    I’m confused… Where do I add this to? I created a file for Rank-math.php.

    But do I just insert this templated code? Where do I actually edit the breadcrumbs URLs?

    7. Filter to change/remove breadcrumb items from Breadcrumb Snippet.
    The changes made using this filter will affect only the Breadcrumb Schema.

    /**
    * Allow changing Breadcrumb elements in BreadcrumbList snippet
    *
    * @param array $entity Breadcrumb entity
    */
    add_filter( ‘rank_math/snippet/breadcrumb’, function( $entity ) {
    return $entity;
    });

    Hello,

    You would have to edit the code to achieve your aim. If you are not sure how, you can share the filter and your requirement with your developer and they should be able to customize the filter to fulfill your aim.

    If you share the webpage and the correct URL with us we could possibly be able to create a custom code for you or point you in the right direction. Regarding where to paste the code, you can use several options from here https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Thank you for your patience and cooperation. Looking forward to hearing back from 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 ‘How to change breadcrumbs’ is closed to new replies.