Jump to content

Problem with fields „brand” „review” „description” Prestarocket theme


PanzerkampfPL

Recommended Posts

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?
image.png.9e029c2db88e27c6704cef6d815b59fb.png

 

The description field is empty.  

image.png.94e5675126233972b1b5d1e880958c39.png 

 

There is also a missing "review" field even though I have the module Revws - Product Reviews - DataKick


image.png.793ced04262bf535dd0d594fae484584.png

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

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

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. 

image.png.99db1f0fc74381858743973839066735.png

 

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...