Hi,
You have set auto update setting for you Google Data Feed. You can see the setting of Automatic item updates setting over here,
1) Click on setting on left sided menu list at bottom
2) Click on Automatic item updates
3) Can see Attributes to be updated
Now, Auto item updates very helpful for increase the site performance and give accurate details of sites to the end users.
such as, If your X product data feed price is $55.00 while upload data feed to google merchant but same X product price will change by $50.00 then google automatic update X product price to $50.00 to data feed.
suppose, If you are getting this type of warning from Google it means google can not crawl the product availability information from your particular product leading page OR what micro data you set its structure is wrong !
If you set Micro data information then you can check it with google tool, https://search.google.com/structured-data/testing-tool
If you didn't set the schema information for product leading page then you follow, http://www.schema.org/docs/gs.html
Here some necessary micro-data properties are
<div itemscope itemtype="http://schema.org/Product">
Google Data Feed
You have set auto update setting for you Google Data Feed. You can see the setting of Automatic item updates setting over here,
1) Click on setting on left sided menu list at bottom
2) Click on Automatic item updates
3) Can see Attributes to be updated
Now, Auto item updates very helpful for increase the site performance and give accurate details of sites to the end users.
such as, If your X product data feed price is $55.00 while upload data feed to google merchant but same X product price will change by $50.00 then google automatic update X product price to $50.00 to data feed.
suppose, If you are getting this type of warning from Google it means google can not crawl the product availability information from your particular product leading page OR what micro data you set its structure is wrong !
If you set Micro data information then you can check it with google tool, https://search.google.com/structured-data/testing-tool
If you didn't set the schema information for product leading page then you follow, http://www.schema.org/docs/gs.html
Here some necessary micro-data properties are
<div itemscope itemtype="http://schema.org/Product">
- <img itemprop="image" src="testing.jpg" alt="Test Demo"/>
- <span itemprop="name">Product Name</span>
- /*Product Pricing should under offers property*/
- <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
- <span itemprop="priceCurrency">USD</span>
- <span itemprop="price">100</span>
- <link itemprop="availability" href="http://schema.org/InStock" />
- </div>