Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
Please add the following code to your website to make sure the blog page can also add position number two containing the blog to the Schema markup:
add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) {
if(!is_front_page() && is_home()) {
$crumbs[1][1] = 'https://napogloves.com/blog/';
}
return $crumbs;
}, 10, 2);
You can apply this filter by following the steps here: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope this helps solve your issues.
Don’t hesitate to get in touch if you have any other questions.
Hi Miguel,
Thank you for this filter. I put it in functions.php and replaced hardcoded url with “get_post_type_archive_link( ‘post’ )” because it’s multisite.
It works perfectly 🙂
Best regards,
Grzegorz
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/#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.