Skip to content
Snippets Groups Projects

Issue #3107889: data-vocabulary.org schema deprecated causing warning on GSC

2 files
+ 15
11
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
1
@@ -8,7 +8,10 @@
if ($segments_quantity > 0): ?>
<div itemscope class="easy-breadcrumb" itemtype="<?php print $list_type; ?>">
<?php foreach ($breadcrumb as $i => $item): ?>
<?php print $item; ?>
<span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<?php print $item; ?>
<meta itemprop="position" content="<?php print $i; ?>" />
</span>
<?php if ($i < $segments_quantity - $separator_ending): ?>
<span class="easy-breadcrumb_segment-separator"><?php print $separator; ?></span>
<?php
Loading