You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There has been a ticket that if a FAQPage is selected, the FAQPage is created in the breadcrumb. #101. This has been solved. Thank you for that. But in the automatic breadcrumb of the eventlistener there is still the pagetype selected and causes Google to mark this as an error.
Therefore, the file: schema/Classes/EventListener/AddBreadcrumbList.php has to be updated also.
There has been a ticket that if a FAQPage is selected, the FAQPage is created in the breadcrumb. #101. This has been solved. Thank you for that. But in the automatic breadcrumb of the eventlistener there is still the pagetype selected and causes Google to mark this as an error.
Therefore, the file: schema/Classes/EventListener/AddBreadcrumbList.php has to be updated also.
$givenItemType = ($page['tx_schema_webpagetype'] ?? '') ?: 'WebPage';
->$givenItemType = 'WebPage';
After that, the behavior is streamlined with the breadcrumb viewhelper.
The text was updated successfully, but these errors were encountered: