PanzerkampfPL Posted April 24, 2022 Share Posted April 24, 2022 Hi, I have a problem that I cannot understand. According to Google, the field "brand" is missing, but I see that it is there. How can I fix this? The description field is empty. There is also a missing "review" field even though I have the module Revws - Product Reviews - DataKick I wonder if these problems can be caused by the fact that Prestarocket template has some non-standard structure? Thanks in advance for the hints! Link to comment Share on other sites More sharing options...
juanrojas Posted April 25, 2022 Share Posted April 25, 2022 hi 1. brand field, I think the label should be poorly constructed "brand": "Lansky" so that it recognizes it 2. description, did you fill in the meta description box? 3. I think the problem here is that you don't have any reviews and that's why it doesn't recognize you at all Link to comment Share on other sites More sharing options...
PanzerkampfPL Posted April 27, 2022 Author Share Posted April 27, 2022 Your rught! The problem with "Brand" is a bug in theme classic-rocket {if $product_manufacturer->name OR $shop.name}"brand": { "@type": "Thing", // when change "Thing" to "Brand" this problem will be solved "name": "{if $product_manufacturer->name}{$product_manufacturer->name|escape:'html':'UTF-8'}{else}{$shop.name}{/if}" "Description" - yes this problem is caused by empty meta descriptions. Fortunately there are modules able to generate descriptions because with the number of products in my shop it is almost impossible to create them manually "Reviews" - I have bulk added reviews for all products. It seems to me that the review module and the classic-rocket theme might somehow come into conflict. As soon as I've fixed it I'll let you know where the problem was. Link to comment Share on other sites More sharing options...
juanrojas Posted April 27, 2022 Share Posted April 27, 2022 add bulk reviews? Do they come from users or did you generate them? I do not think it is good to generate reviews for the eyes of google, it will identify that they all come from the same IP and will not take them into account to position it, I recommend that you use a third party for example revi Link to comment Share on other sites More sharing options...
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