No Code Attached Yet
avatar walturbo
walturbo
8 May 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
avatar walturbo walturbo - open - 8 May 2025
avatar joomla-cms-bot joomla-cms-bot - change - 8 May 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 8 May 2025
avatar walturbo walturbo - change - 10 May 2025
Title
ItemReviewed missing in blog category view
[5.3.0] ItemReviewed missing in blog category view
avatar walturbo walturbo - edited - 10 May 2025
avatar CreateWebNZ
CreateWebNZ - comment - 12 May 2025

Same here.

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

Add a Comment

Login with GitHub to post a comment