KolS Posted April 14, 2023 Posted April 14, 2023 Hi Everyone, How to fix this error: " Either "offers", "review", or "aggregateRating" should be specified". I am using TB 1.1.0 and to be honest, I don't have an idea how to fix this issue. Please advise. Your input is much appreciated!
led24ee Posted April 15, 2023 Posted April 15, 2023 Install or activate some module for review and set this so that it is visible also when there isn't any review yet. In this case there is filed review and so far this is enough.
KolS Posted April 18, 2023 Author Posted April 18, 2023 On 4/15/2023 at 8:26 AM, led24ee said: Install or activate some module for review and set this so that it is visible also when there isn't any review yet. In this case there is filed review and so far this is enough. Hi Led, I am using Revws module and rich snippets setting is on. So not sure what to do.,
led24ee Posted April 19, 2023 Posted April 19, 2023 There was the same problem and I turned on option "show review if there isn't any" and this creates review on every page. And the problem disappears. I hope there is someone who can answer much better.
datakick Posted April 20, 2023 Posted April 20, 2023 This issue is usually caused by product miniatures listing. Product miniatures are displayed on category pages, but they can be elsewhere as well. For example, related products or crossseling on product pages. Some theme adds rich snippets metadata to these miniatures with itemType="Product", so google consider these as a full-fledged product description section. Which they are not -- they don't contain all the data google needs, hence the warning. In my opinion, the best fix is to modify your theme, and remove these rich snippets from product listing template. Relevant file is product-list-item.tpl. Remove all itemprop="***" itemtype="***" itemscope 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now