Skip to content

[5.3.0] ItemReviewed missing in blog category view #45448

New issue

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

Open
walturbo opened this issue May 8, 2025 · 1 comment
Open

[5.3.0] ItemReviewed missing in blog category view #45448

walturbo opened this issue May 8, 2025 · 1 comment

Comments

@walturbo
Copy link

walturbo commented May 8, 2025

Steps to reproduce the issue

  • Active Plugin System / Schema.org
  • Active Plugin Schemaorg / Recipe active
  • On articles, "Schema" tab, select Recipe and fill in the fields
  • On the blog category menu item go to the "Options" tab and on Show Rating set

Expected result

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"
    }
  }
}

Actual result

Image

The markup on the page showing all articles in blog view is incorrect, each article is missing "itemReviewed".

Image

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"
    }
  }
}

System information (as much as possible)

  • Joomla 5.3.0
  • 10.6.20-MariaDB-cll-lve
  • PHP 8.3.20
@walturbo walturbo changed the title ItemReviewed missing in blog category view [5.3.0] ItemReviewed missing in blog category view May 10, 2025
@CreateWebNZ
Copy link

Same here.

  • Joomla 5.3.0
  • 10.6.21-MariaDB-ubu2204
  • PHP v8.3.20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants