Hello,
I’ve used some Schema Code to add breadcrumbs to the home page of my website. Google has acknowledged in it’s “Rich Results” breakdown that the breadcrumbs are on my page and ok, but the navigation menu is not appearing on Google search results or anywhere else.
I also added some code to my Header.php file which looks like this -
<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
}
?>
Unfortunately that hasn’t solved my problem. Could I reach out to ask if you could help me?
Here is my website homepage URL
Thank you.
John Morgan