Meta description/Breadcrumbs don’t work
-
how to fix these problems?

yeah I know it shows some description, but that’s not what I entered in the post SEO settings group. it appears as the description is taken from the post.
-
This topic was modified 9 years, 2 months ago by
NUCUTA.
-
This topic was modified 9 years, 2 months ago by
-
okay I noticed that it shows with different search queries. for instance if I typed site:nucuta.com soft keys then it doesn’t show the given meta description, but an automatically generated one in the google search result. but if I typed site:nucuta.com split screen ,then it shows the correct meta description, and if I typed site:nucuta.com hide soft keys , then it also shows the correct meta description. however still the breadcrumbs doesn’t work.
Hi @cuta,
Google can generate its own descriptions based on search queries. Only if you fill in the full URL you are able to (almost) always get the input results, e.g.:
site:https://nucuta.com/how-to-hide-soft-keys-on-android/That the breadcrumbs don’t work correctly is odd indeed… what does Google Search Console say?
See Structured Data console and look forBreadcrumbList.Thanks!

It shows some errors, but they are missing of “updated” one, which isn’t a big issue as I believe, as it only appears if the post is updated.what else you want to see in “Structured Data console”.
Perhaps this may be the reason why breadcrumb doesn’t work properly?
https://ww.wp.xz.cn/support/topic/breadcrumbs-navxt-1/
I have both the plugins installed.instead of removing it. I removed the typeof attribute, thereby keeping it only for the visual purpose for the users instead of for the search engines.
like this
<div class=”breadcrumbs”>
instead of
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>hope it will solve the problem, if not I will reply here again.
-
This reply was modified 9 years, 2 months ago by
NUCUTA.
Hi @cuta,
Both breadcrumbs should be able to work alongside, Google uses the first trail found. In most cases it should be the one from The SEO Framework.
In any case, you can ask Google to re-index parts of your website to speed up the testing process.
I’m also using breadcrumbs like NavXT outputs on
theseoframework.comwithout the issues you’re encountering: this issue is very new for me. So, I went on to do some research.From Google’s FAQ:
Google does not guarantee that Rich Snippets will show up for search results from a particular site even if structured data is marked up and can be extracted successfully according to the testing tool.
On the bright side, I did find that some pages correctly output the breadcrumbs… here are two examples:


So, I can only conclude that this might just be a fluke π Google is pushing hundreds of changes every year to its search algorithm and other things involved.
I removed the typeof from the NavXT breadcrumb, and then made the post to reindex, then it started working. so I believe the problem is with the NavXT.

That’s peculiar, but it’s good to see this being resolved! π
Some in-dept info
Check out Google’s Documentation:
https://developers.google.com/search/docs/data-types/breadcrumbsThey support Microdata, RDFa, and JSON-LD.
Microdata is what I use on
theseoframework.com, through the Genesis Framework.
RFDa is what NavXT outputs.
JSON-LD is what The SEO Framework uses, which should work alongside the other markup.I can conclude that JSON-LD + Microdata works, RFDa is still in question but I’ll certainly keep my eye on it.
Thanks for your enthusiastic and thorough input! Have a wonderful day!
-
This reply was modified 9 years, 2 months ago by
The topic ‘Meta description/Breadcrumbs don’t work’ is closed to new replies.