• Resolved Mati

    (@mattheus)


    once I create a google feed and the result is ready. then the image_link or additional images will not be shown in the feed at all. all products are also rejected in google merchants.

    Now it is true that all products on my website are created by means of a plugin. the product photos are not stored locally but placed as a link.

    With the normal webstecrawl and other plugins, the main image or additional images are neatly placed in the feed and recognized by google. only with your plugin the photos are not recognized. how can this be solved?

    and if you don’t want to or can’t solve this, in which php file can adjustments be made where the photos are read?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Thanks for using our plugin and reaching out to us again. Like mentioned before our plugin is grabbing the product images directly from WooCommerce and is using this functions for it in this script: classes/class-get-products.php

    $product_data[‘image’] = wp_get_attachment_url($product->get_image_id());

    Thread Starter Mati

    (@mattheus)

    thank you. Wouldn’t the solution be to:

    $product_data[‘image’] = wp_get_attachment_url($product->get_image_id());

    to change this?

    $product_data[‘image’] = wp_get_attachment_image_src($product->get_image_id());

    Thread Starter Mati

    (@mattheus)

    when i change it this is the result: https://prnt.sc/YSAJDQxCqbPe https://prnt.sc/xlBvWfAb9Z48 but more just only the src of the image

    now the image_link is loaded but with too much info. this seems to be fixable but with minor adjustments.

    as you can see the photos are on the product page but they are not loaded by default: https://prnt.sc/3_0lyisX7Tw9

    • This reply was modified 2 years, 1 month ago by Mati.
    • This reply was modified 2 years, 1 month ago by Mati.

    That format with the entire source and img src in it is wrong. It is not according to Google’s requirements. See: https://support.google.com/merchants/answer/6324350?hl=en

    Assuming the issue at hand has been resolved and our support is no longer required I will close this topic for housekeeping reasons now.

    Do not hesitate to reach out to us again in-case you need our help again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘image_link not shownig in google feed’ is closed to new replies.