Aller au contenu
'BreadcrumbList',
'@id' => $product_link . '#breadcrumb',
'itemListElement' => [
[
'@type' => 'ListItem',
'position' => 1,
'item' => [
'@id' => home_url( '/' ),
'name' => get_bloginfo( 'name' ),
],
],
[
'@type' => 'ListItem',
'position' => 2,
'item' => [
'@id' => $product_link,
'name' => $product_name,
],
],
],
];return $schema;
});