|
|
|
|
@ -6,14 +6,21 @@
|
|
|
|
|
"@type": "ListItem",
|
|
|
|
|
"position": 1,
|
|
|
|
|
"name": "Home",
|
|
|
|
|
"item": "https://www.japanhighlights.com/"
|
|
|
|
|
"item": {
|
|
|
|
|
"@id": "https://www.japanhighlights.com/",
|
|
|
|
|
"name": "Home",
|
|
|
|
|
"image": "https://images.japanhighlights.com/allpicture/2025/04/6b9ed66f4ff3451a8d854d8f56af5262_cut_221x118_241_1743697804.jpg"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
<?php foreach ($breadcrumb_data as $index => $item) {?>
|
|
|
|
|
,{
|
|
|
|
|
"@type": "ListItem",
|
|
|
|
|
"position": <?php echo ($index + 2) ?>,
|
|
|
|
|
"name": "<?php echo $item['ic_url_title'] ?>",
|
|
|
|
|
"item": "https://www.japanhighlights.com<?php echo $item['ic_url'] ?>"
|
|
|
|
|
"item": {
|
|
|
|
|
"@id": "https://www.japanhighlights.com<?php echo $item['ic_url'] ?>",
|
|
|
|
|
"image": "https://images.japanhighlights.com/allpicture/2025/04/6b9ed66f4ff3451a8d854d8f56af5262_cut_221x118_241_1743697804.jpg"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if ($information->ic_url != '/') {?>
|
|
|
|
|
|