I expect the markup for each article (recipe) to be correct and search engines to be able to interpret it.
{
"@type": "Recipe",
"@id": "https://www.mywebsite.com/#/schema/Recipe/1645",
"name": "Impasto per pizza in mezza giornata - 6 h di lievitazione",
"aggregateRating": {
"@type": "AggregateRating",
"ratingCount": 83,
"ratingValue": 4.0,
"itemReviewed": {
"@type": "Recipe",
"name": "Impasto per pizza in mezza giornata - 6 h di lievitazione"
}
}
}
The markup on the page showing all articles in blog view is incorrect, each article is missing "itemReviewed".
Currently the result is this:
{
"@isPartOf": {
"@id": ".../article/1645",
"@type": "Product",
"name": "Impasto per pizza in mezza giornata - 6 h di lievitazione",
"aggregateRating": {
"@type": "AggregateRating",
"ratingCount": "83",
"ratingValue": "4.0"
}
}
}
Labels |
Added:
No Code Attached Yet
|
Title |
|
Same here.