Breadcrumbs and Website property

#47842
  • Resolved Jacquas
    Rank Math free

    Howdy!
    My breadcrumbs setting was not activated yet. But recently I came to know that Rank Math gives this opportunity to its users. I activated it and make setting as recommended at your website, used separator “/” which you suggested. After saving all the configurations I reloaded my website posts and there did not see breadcrumbs.
    Also, I saw in many websites’ source page that they use Schema type organization for Website. I did not found any other schema unless I select it in the post. And, today I go through your Setup Wizard where I added my website type and Name, Logo. And, still, I am not getting that type of schema. I think this is necessary for the branding of new websites.
    Please answer both of these questions.
    Here is the link of my website to check the source code
    Thank You!

Viewing 3 replies - 1 through 3 (of 3 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.

    To answer your first question, I have just checked your website with the Google Structured Data Testing Tool and it seems you have added the Educational Organization schema (as you can see here: https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fedudictive.com%2F).

    About the breadcrumbs, did you add the breadcrumbs’ code to the template pages?

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,
    No, I did not add the code to template pages. Can you please guide me how can I do this. I have configured the Rank Math setting properly but have not added any code to the template. Also, there was not any mention of adding code to the template in your Rank Math Suit Guide
    Thank You!

    Alberto
    Rank Math business

    Hello Ahsan,

    I have installed in a local WordPress installation a demon theme and the Rank Math plugin to guide you.

    To enable the breadcrumbs, you need to copy the PHP code displayed at the top of the breadcrumbs section. You can get it at WordPress Dashboard > Rank Math Dashboard > General Settings > Breadcrumbs

    After that, you need to go to the WordPress Dashboard > Appearance > Theme Editor and there, look at the right panel for a folder called template-parts.

    You need to edit the following files: 404.php, archive.php, search.php and single.php (usually, maybe your theme has more template files).

    You only need to add the code you copied from the Rank Math breadcrumbs page (this one):
    <?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?>

    Add it just before the main tag opens on each file.

    After that just save the files and if you are using a cache plugin, empty it; and your breadcrumbs should display.

    I have attached a screencast showing how to do it:
    https://i.rankmath.com/l3ed6J

    Looking forward to helping you.

    Thank you.

    • This reply was modified 3 years, 11 months ago by Alberto.
    • This reply was modified 3 years, 11 months ago by Alberto.

    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 and Website property’ is closed to new replies.