BreadcrumbsList missing info and more

#7988
  • Resolved 18Brandz EKGFamily
    Rank Math free

    Hi
    A few issues with breadcrumbs schema, first let me say i have verified the source is RankMath.

    first issue is with AMP pages, the front page breadcrumb listitem1 returns a non amp page, and listitem2 returns the homepage amp URL version but is giving an error saying that “name” is missing, the only way to get the name to fill up is by adding /amp/ at breadcrumbs setting in RankMath, also, the front page is getting a “BLOG” schema which it shouldnt.
    also i dont think home page is suppose to have a breadcrumbs/breadcrumbs schema at all.

    second issue is “Blog” schema being added to the front page where it shouldnt be.

    i would appreciate your help,
    thanks.

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

    Thank you for contacting us today.

    We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

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

    Thank you.

    Hi Michael
    i’ve added the login.
    Note, you will notice i have modified RankMath plugin files to remove Breadcrumbs to avoid penalty from google, i have written my own breadcrumbs code to functions.php of my theme, have proper breadcrumbs applied

    Thank you

    Hi there,

    Thanks for the access.

    I have observed that you have remove the breadcrumbs from the homepage which is great. If my memory serves me right, I think you had a similar issue earlier where the breadcrumbs were not visible on your theme and we had to edit your page templates to show them.
    Editing plugin files is not recommended, you can achieve the same result by editing your theme templates. In this case, I can recommend changing the code on fullwidth.php file to this:

    <?php 
    if (function_exists('rank_math_the_breadcrumbs') && !is_front_page()) rank_math_the_breadcrumbs(); 
    ?>

    I have also tested your amp pages on the Google Amp validator but I cannot reproduce any errors as seen below:
    IMG

    I would suggest that you clear your site cache and then test again from the GSC.

    The blog schema issue is also a bit odd since Rank Math is only adding Website and Organization schema on the homepage and thus this schema may be coming from some microdata on your theme. I can suggest that you override this by creating a child theme.

    I hope this info helps. Thank 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 4 replies - 1 through 4 (of 4 total)

The ticket ‘BreadcrumbsList missing info and more’ is closed to new replies.