Breadcrumbs Fix for Structured Data / Pro 2.3.8

Hi there,
in /framework/functions/frontend/breadcrumbs.php in line 105, please change and delete the “itemscope”:

from
'anchor_atts' => array( 'class' => 'x-crumbs-link', 'itemscope' => '', 'itemtype' => 'http://schema.org/Thing', 'itemprop' => 'item' ),
to
'anchor_atts' => array( 'class' => 'x-crumbs-link', 'itemtype' => 'http://schema.org/Thing', 'itemprop' => 'item' ),

Then the bug with the google structured data will be fixed

1 Like

Hey Kevin,

Thanks for reporting. This has been reported in our issue tracker. Please stay tuned for updates. Fixes will be listed in our Changelog.

We’re sorry for the inconvenience.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.