Bing, Microsoft and Yahoo all announced a partnership on a new set of tags to help websites identify which components of a webpage are important.
To read more about what they're doing, and specifically in the scope of what we merchants are likely going to primarily use this for, take a look here: http://schema.org/Product
I've implemented most of it but where I'm stuck is on the image tag. Miva generates the product img based on this code: <mvt:if expr="NOT ISNULL l.settings:product:image">
Is there a way to somehow add the itemprop="image" tag?
To read more about what they're doing, and specifically in the scope of what we merchants are likely going to primarily use this for, take a look here: http://schema.org/Product
I've implemented most of it but where I'm stuck is on the image tag. Miva generates the product img based on this code: <mvt:if expr="NOT ISNULL l.settings:product:image">
Is there a way to somehow add the itemprop="image" tag?
Comment