Thanks!
]]>We noticed how all of the breadcrumbs show wrong structure: say for example that they should show “Home > Blogg > This is a article title” they instead show something totally different (it differs from page to page) like “Home > Contact us”.
The block looks good in edit-page view so my guess is that something goes wrong when the page is saved. If we check the data in our GraphQL IDE in WordPress, the dynamicContent looks wrong.
I send one of the website where this happens, as you can see on this page for example https://launavillecus.gtsb.io/aktiviteter/ it should say “Hem > Aktiviteter”.
We updated Yoast SEO plugin to latest version, we have premium for all of our pages. I tried deactive all plugins and switch to another Theme but it did not work.
I am running out of ideas about what can cause this, is there something I am missing?
]]>Home >> AuthorName
I want this:
Home >> About Us >> AuthorName
Yoast is installed.
the current pathway to author pages looks like this:
sitename.com/about-us/bio/authorname
]]>[{“@type”:”ListItem”,”position”:1,”name”:”Home”,”item”:”https://www.nowesthouseware.com/”},{“@type”:”ListItem”,”position”:2,”name”:””},{“@type”:”ListItem”,”position”:3,”name”:”Vacuum Insulated Tumbler Can Cooler For Tailgating Party”}]}]}</script> <!– / Yoast SEO plugin. –><link rel=’dns-prefetch’
]]>We have set the permalinks to /blog/%category%/%postname%/ to get the “/blog” in the url for regular blog posts.
The custom post type and taxonomy “accessories” is set to ‘with_front’ : false
to not display the “/blog” in the url at these posts.
But the Yoast breadcrumb paths on these “accessories” posts lead to: https://www.mydomain.com/it/blog/accessories/
So there are 2 issues:
– it shouldn’t be the /blog permalink
– it’s the wrong language (“it” –?italian instead of the current language – translatepress plugin)
How to fix this?
]]>From what I read online, there should be an option Enable/Disable breadcrumbs inside the Search Appearance menu, yet I can’t find it anywhere. I saw pictures of it online, but it’s not present in my version, which is the last one (18.9)
Any help is appreciated.
Catalin
Missing field "item" (in "itemListElement")
. How can I fix it?
]]>The steps below are a temporary solution as manual edits made to theme files may be overwritten with future theme updates. Please contact the theme developer for a permanent solution. We’ve written an article about the importance of breadcrumbs for SEO.
To implement the breadcrumbs function in Yoast SEO, you will have to edit your theme. We recommend that prior to any editing of the theme files, a backup is taken. Your host provider can help you take a backup.
Copy the following code into your theme where you want the breadcrumbs to be. If you are not sure, you will need to experiment with placement:
<?php
if ( function_exists( 'yoast_breadcrumb' ) ) {
yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
}
?>
Would this sort the issue, and is there a permanent solution to redirecting the path of the breadcrumbs? (NOT the breadcrumb names, these are fine and there is plenty of documentation on how to change these already)
Thanks,
James