SD 16.1.2
I am using the Standard Meta Tags layout and the code line I have for availability is shown below:
I do not use Sellerdeck stock monitoring but have a product variable set up for Google Data Feed "availability" with values "in stock" (top level), "out of stock" and "preorder" so that a product can be marked "out of stock" when not available.
This displays correctly in the google-products.xml data feed, however, I have noticed on a few occasions products that have been marked "out of stock" are still displayed as Ads on Google search results and in some cases clicked through and converted to an order.
I checked a typical "out of stock" product URL and found that Google Search Rich Test resulted in "availability": "https://schema.org/InStock", as per the Standard Meta Tag layout code.
Can the above code line be changed to reference the "availability" variable so that an "out of stock" product displays correctly in the Google Rich Test results as per the google products data feed?
Or do alternative Schema "availability" values "InStock", "OutOfstock" need to be used instead using another "availabiltySchema" variable?
Any suggestions or advice most welcome.
I am using the Standard Meta Tags layout and the code line I have for availability is shown below:
Code:
"availability": <actinic:block if="%3cactinic%3avariable%20name%3d%22availability%22%20%2f%3e%20%3d%3d%20%22in%20stock%22" ></actinic:block>"http<actinic:block if="%3cactinic%3avariable%20name%3d%22SSLUsed%22%20%2f%3e" >s</actinic:block>://schema.org/InStock",
This displays correctly in the google-products.xml data feed, however, I have noticed on a few occasions products that have been marked "out of stock" are still displayed as Ads on Google search results and in some cases clicked through and converted to an order.
I checked a typical "out of stock" product URL and found that Google Search Rich Test resulted in "availability": "https://schema.org/InStock", as per the Standard Meta Tag layout code.
Can the above code line be changed to reference the "availability" variable so that an "out of stock" product displays correctly in the Google Rich Test results as per the google products data feed?
Or do alternative Schema "availability" values "InStock", "OutOfstock" need to be used instead using another "availabiltySchema" variable?
Any suggestions or advice most welcome.
Comment