https://search.google.com/structured-data/testing-tool/u/0/#url = https% 3A% 2F% 2Fdemomonitor.com% 2Fhkl% 2Fbest-mini-фритюрница% 2F
Для списка хлебных крошек позиция
Мы создаем этот код:
{"@type":"ListItem","position":"1","item":{"@id":"<?php echo get_site_url(); ?>","url":"<?php echo get_site_url(); ?>","name":"Home"}},
<?php
$i = 0;
$firstCategory = $category[1]->cat_name;
$category_id = get_cat_ID( $firstCategory );
$categories = get_category_link( $category_id );
foreach ($categories as $categorie) :
?>
{
"@type": "ListItem",
"position": <?php echo $i+1; ?>,
"item": {
"@type": "Thing",
"@id": "<?php echo $categorie; ?>",
"url": "<?php echo $categorie; ?>",
"name": "<?php echo $categorie[$i]->cat_name; ?>"
}
},
<?php
$i++;
endforeach;
$category = get_the_category();
?>
{
"@type": "ListItem",
"position": 4,
"item": {
"@type": "Thing",
"@id": "<?php echo $categories; ?>",
"url": "<?php echo $categories; ?>",
"name": "<?php echo $firstCategory; ?>"
}
}