Either “name” or “item.name” should be specified

#81205
Viewing 5 replies - 1 through 5 (of 5 total)
  • Alberto
    Rank Math business

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    That is caused due to having breadcrumbs on the Homepage. Breadcrumbs are to show the “way” from the Homepage to the page you are. But since you are on the Homepage (even when using AMP), you don’t need breadcrumbs there (since it can cause your current issue).

    You should disable them on the homepage and your issue should be solved.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    yes, problem resolve but it is good to disable breadcrumbs function ?

    Alberto
    Rank Math business

    Hello,

    No, you only have to disable it on the Homepage, in other places is perfectly fine to have it enabled.

    Looking forward to help you.

    How to enable other places ?

    Hello,

    Thank you for the follow up.

    You can enable the breadcrumbs then add the following code to add breadcrumbs to your site and remove any related code previously added:

    
    if( function_exists( 'rank_math_get_breadcrumbs') && !is_home() && !is_front_page()){
    rank_math_the_breadcrumbs();
    }
    

    Looking forward to helping you. Thank you.

    ​​​​​​

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

You must be logged in to reply to this ticket.