Skip to content

Commit 42abdca

Browse files
committed
Remove itemscope attribute from link
1 parent 253a7f8 commit 42abdca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SeoBreadcrumbs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ protected function renderItem($link, $template)
8484
unset($options['template'], $options['label'], $options['url']);
8585

8686
$linkSeoOptions = [
87-
'itemscope' => true,
88-
'itemtype' => 'http://schema.org/Thing',
87+
/*'itemscope' => true,
88+
'itemtype' => 'http://schema.org/Thing',*/
8989
'itemprop' => 'item'
9090
];
9191
$options = array_merge($options, $linkSeoOptions);

0 commit comments

Comments
 (0)