Breadcrumbs problem

#12253
  • Resolved bnsa88
    Rank Math free

    Hi,

    Breadcrumbs not showing parent and child category
    some times showing the only parent and some times showing parent with the child

    Also, I have problem with title tag for home page, the separator does not appear like this”|”
    instead, it appears like this “:”

    • This topic was modified 4 years, 8 months ago by bnsa88.
Viewing 13 replies - 1 through 13 (of 13 total)
  • Hello,

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

    The breadcrumbs work as expected when I check your site, do you have a particular sub category that is affected by this issue?
    The title on the homepage also displays as expected as can be seen from the page source:
    IMG

    Google sometimes does not honor your titles and displays them as per their will.

    You can go through this post on Google Search Console support section.

    Specifically, you might want to check the title Why the search result title might differ from the page's <title> tag

    Looking forward to helping you. Thank you.

    ​​​​​​

    bnsa88
    Rank Math free

    Hello,

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

    Thank you.

    Hi there,

    Thanks for getting back to us.

    It looks like there is a conflict with one of your installed plugins or theme code that is causing the last < span > element on the breadcrumbs on some posts.
    I would suggest that you perform the diagnostic steps on the following page to be able to identify the cause of the conflict: https://rankmath.com/kb/check-plugin-conflicts/

    Let us know how this goes. Thank you.

    bnsa88
    Rank Math free

    I have disabled all plugins and the main theme and activate only rank math
    and twentynineteen, but I still face the same problem.

    I think the problem from rank math

    Hi there,

    I cannot access your theme files with the current account. Please share some temporary FTP access as well so that we can investigate this issue further.

    We are looking forward to helping you.

    bnsa88
    Rank Math free

    Hello,

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

    Thank you.

    Hi there,

    Thanks for the follow up.

    This is how the Appearance menu looks with my account:
    IMG
    I cannot access theme files.

    Thank you.

    bnsa88
    Rank Math free

    Hello,

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

    Thank you.

    bnsa88
    Rank Math free

    Hi,
    Is there are any solution for this problem ??

    Hi there,

    Apologies for the delay.

    Our development team is currently looking into this issue and we will have an update for you soon.

    We appreciate your continued patience. Thank you.

    Hello,

    Currently, in Gutenberg, the option to select the Primary category option is not available. We are working on it and you will see it in the upcoming updates soon. With that option, you can set child category to Primary which will fix this issue.
    For now to fix this on your site, please add below code in your theme’s functions.php file:

    
    add_filter( 'rank_math/frontend/breadcrumb/main_term', function( $current_term, $terms ) {
    	foreach( $terms as $term ) {
    		if( ! empty( $term->parent ) ) {
    			return $term;
    		}
    	}
    	return $current_term;
    }, 10, 2 );
    
    

    Thank you.

    bnsa88
    Rank Math free

    Thank you very much..
    it solved the problem

    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/?rate=5#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 13 replies - 1 through 13 (of 13 total)

The ticket ‘Breadcrumbs problem’ is closed to new replies.