-
AuthorPosts
-
January 23, 2020 at 5:09 am #1177381
Receiving Errors from Google
Received this error this morning and upon reading other similar posts moderator indicated to open ticket and identify affected pages on site.“Search Console has identified that your site is affected by 1 Breadcrumbs issues:
Top Warnings
Warnings are suggestions for improvement. Some warnings can affect your appearance on Search; some might be reclassified as errors in the future. The following warnings were found on your site:
data-vocabulary.org schema deprecated
We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.”
https://biancafrankdesign.com/category/blogging/
https://biancafrankdesign.com/category/marketing/
From your site’s source code, I see that your theme outputs breadcrumbs using the data-vocabulary.org schema. I, also, checked your theme’s demo and confirmed that their demo includes data-vocabulary.org schema. Please contact your theme author for assistance removing the schema.
January 23, 2020 at 1:00 pm #1177588Hi, more info here
https://webmasters.googleblog.com/2020/01/data-vocabulary.html
We need update for “framework\php\class-breadcrumb.php”, thanks!
January 23, 2020 at 4:20 pm #1177704Hi Gabri,
yes, the structure of breadcrumbs-code is not like it should be: https://developers.google.com/search/docs/data-types/breadcrumb
<ol> <li> <a href="http://www.example.com/books">Books</a> </li> <li> <a href="http://www.example.com/sciencefiction">Science Fiction</a> </li> <li> Award Winners </li> </ol>
Many thanks for the revision.
January 23, 2020 at 9:08 pm #1177869Sorry, How do I fix this?
January 23, 2020 at 10:10 pm #1177911We need to wait an updated version of breadcrumbs that uses new markups.
January 23, 2020 at 10:23 pm #1177921Hi,
Thank you for your understanding
Best regards,
BasilisJanuary 23, 2020 at 11:59 pm #1177940Will that be coming soon? I’m concerned with ranking
January 26, 2020 at 10:25 pm #1178534Hi,
Yes, but it should also have no effect over your rankings as it is not a ranking factor at all.
Best regards,
BasilisJanuary 27, 2020 at 12:01 am #1178536This is exactly what the error message said:
“Search Console has identified that your site is affected by 1 Breadcrumbs issues:
Top Warnings
Warnings are suggestions for improvement. Some warnings can affect your appearance on Search; some might be reclassified as errors in the future. The following warnings were found on your site:”
January 28, 2020 at 4:31 pm #1179072Hi,
Thank you for the update.
You can use this filter to remove the schema markup in the breadcrumb.
add_filter('avia_breadcrumbs', function($breadcrumbs) { $protocol = is_ssl() ? 'https' : 'http'; $vocabulary = 'xmlns:v="'. $protocol . '://rdf.data-vocabulary.org/#"'; $breadcrumbs = str_replace($vocabulary, '', $breadcrumbs); return $breadcrumbs; }, 10, 1);
Best regards,
IsmaelJanuary 30, 2020 at 5:17 am #1179683Hi Ismael,
thanks for the code.
Unfortunately the error check at Google after using the code was not successful. On our site you can still see the error “data-vocabulary.org schema deprecated”.
Tobias
January 31, 2020 at 9:58 am #1180192Hi,
@Tobias: Thank you for the update. Did you add the code in the functions.php file? It is working properly on our end — removing the specified schema in the breadcrumb markup. Please open a new thread/ticket and post the login details in the private field. We’ll check it there.
Best regards,
IsmaelFebruary 4, 2020 at 10:10 am #1181203Hi Ismael,
yes, we have inserted the code in the functions.php
Maybe it is because the theme is not up to date. We are currently still using Enfold 3.2. I think we need to do an update first, am I right?
February 4, 2020 at 8:09 pm #1181504Hi Tobias,
Yes, you are running a very old version of the theme, you do need to update it.
Best regards,
VictoriaFebruary 6, 2020 at 6:03 pm #1182069Hey!
Thanks for reporting this.
Will be replaced by correct schema.org markup in next release.
Best regards,
GünterFebruary 6, 2020 at 6:55 pm #1182106Hey Günter,
is there already a schedule when the next release will come?
Thanks for your answer.
Tobias
February 8, 2020 at 7:19 am #1182476 -
AuthorPosts
- You must be logged in to reply to this topic.