We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" } } }
The text was updated successfully, but these errors were encountered:
Same here.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce the issue
Expected result
I expect the markup for each article (recipe) to be correct and search engines to be able to interpret it.
Actual result
The markup on the page showing all articles in blog view is incorrect, each article is missing "itemReviewed".
Currently the result is this:
System information (as much as possible)
The text was updated successfully, but these errors were encountered: