Usually you can drill down to an offending item. Are you able to do this and see if it is an attribute issue?
Printable View
Usually you can drill down to an offending item. Are you able to do this and see if it is an attribute issue?
Thanks for the push!
I used the google Search Console and found the priceValidUntil field was not populated
I use the zen cart Structured Data MarkUp plugin and found that was recently updated to add priceValidUntil.
I down loaded the update from https://github.com/torvista/zen-cart_Structured-Data and now my Structured Data includes priceValidUntil.
Now I just need to figure out how to update the feed! I suppose I need to add something suitable around line 292 in google_base.php but my limited php skills are not up to that!
What problem are you having updating the feed?
Maybe you are looking at the configuration section instead of the "tools" section?
Okay! Looks like yours is newer than mine.... so I will tell you what you can do temporarily. Open the .xml file up in notepad..... Find the row that has the blank pricevaliduntil field and then copy it..... Ctrl-H and paste it in the "find what" paste it again into the replace with and in that section put a valid date that google will accept. Then replace all and save.... Let me know if this helps.
Oh, if you do not have that field in your feed then do this....
copy this and paste and replace
</g:image_link>
<g:priceValidUntil>2019-12-31</g:priceValidUntil>
It will add the field after every image link.....
:P change to : and p
I had this mod working with 20,000 rows and now went back and it is broke.... maybe I can add this if I can figure out what broke.... lol!