@crystalenka
Related #37679
Steps to reproduce the issue
- Under some circumstances Google is not happy with the ld+json data for breadcrumbs. Depends on context and settings of breadcrumbs module.
- Sometimes an empty
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[]}</script>
is created.
My recommended fix
https://github.com/GHSVS-de/GHSVSThings/blob/master/relaterquatch/mod_breadcrumbs/default.php#L114
@crystalenka
Related #37679
Steps to reproduce the issue
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[]}</script>is created.
See image in opener post of https://forum.joomla.de/thread/16214-google-search-sonsole-zeigt-falscher-werttyp-id-an/?postID=110426#post110426
EDIT 2022-07-06:
Menu Assignment:On all pagesHomeonHide.LastisShoworHide.My recommended fix
https://github.com/GHSVS-de/GHSVSThings/blob/master/relaterquatch/mod_breadcrumbs/default.php#L114