Re: Google Merchant Center - Website or online store needs improvement (help needed)

Google Merchant Center - Website or online store needs improvement (help needed)

In2Deep
New Member
7 0 0

This is driving me nuts. I could use a fresh pair of eyes. I've checked all of the policy pages in settings on shopify, they match the actual pages. Not sure what else to look at/revise.

 

There was a problem identified with your website. Update your entire website to provide a useful and transparent shopping experience for customers.

 

Make sure your website meets the following requirements

  • Your website should have a domain name that matches the uploaded domain name
  • Your entire website shouldn't have any broken links
  • Your website shouldn't contain any placeholder images or text
  • The product details and categories should match those that you provide in your product data
  • Your website shouldn't contain generic information and shouldn't miss crucial information about products 

fckstockwheels_merchant-center.png

 

DLC_screenshot.png

Replies 3 (3)

NotFoundBot
Shopify Partner
8 1 2

Nice site!

 

A few things I noticed.  I don't know if these will help or not - but will not hurt.

 

1. A lot of products don't have images.  So, when you visit a collection (e.g. /collections/fuel-tires) you see a lot of broken images.  There are image load/error event handlers on the images on both pages (collections & product pages). The difference between the two is that the product listing does contain a src to the “no image” image, but the collection page does not.  You might want to alter your collections page so that if no image is found it uses the "no image" placeholder image.  

CleanShot 2024-09-05 at 08.50.34@2x.png

 

CleanShot 2024-09-05 at 08.50.28@2x.png

  

2. Probably a minor thing, but /collections/apparel has no products.

 

3. Your product titles are the model which is very specific.  I almost wonder if you should include the more generic name as well.  For example:

 

This product: 

- /products/325-30zr21-104y-pilsptcup2n0-3253021 has a title of: 325/30ZR21 (104Y) PILSPTCUP2N0 3253021

- I'm suggesting perhaps: Michelin Pilot Sport Cup 2 Tire | 325/30ZR21 (104Y) PILSPTCUP2N0 3253021

 

Hopefully this helps and good luck.

Travis

 

We help make every visitor count, because 74% of shoppers who hit a 404 leave immediately and never return.
Discover more about how NotFoundBot.com turns 404 errors into sales.
Website
Shopify App Store
In2Deep
New Member
7 0 0

I appreciate the detailed help. Is there a way to disable any products that don't have an image? I know this can be done through the csv file but it will be overwritten every day. Can I inject code to hide any products that don't have at least one image?

NotFoundBot
Shopify Partner
8 1 2

If you do it in code, you'll have to get all of the places that the product displays.  The product page, possibly multiple collection pages, etc.

 

The easiest way to hide them would be to go in and change the product status from Active to Draft.

 

1. Go to Products.

2. Select the products without images.

3. Click "Set as draft".

 

Then once you add an image to a product, you just need to alter the status back to "active".

 

CleanShot 2024-09-09 at 10.13.05@2x.png

Regards--

Travis

We help make every visitor count, because 74% of shoppers who hit a 404 leave immediately and never return.
Discover more about how NotFoundBot.com turns 404 errors into sales.
Website
Shopify App Store