howdy,
i use HTML5 for my website and zoom search metadata like
unfortunately this doesn't validate and I ask you if there is another way to provide metadata in a valid way.
A good way, could be microformats http://schema.org/Offer
But I am sure that's not simple to realize (at example
<span itemprop="price">$55.00</span> zoom needs an integer here, to calculate min/max price as search option)
at least, ZOOMIMAGE could be replaced with <link rel="image_src" href="thumb.jpg" />
This is a common way to include thumbnails for sharing over social networks.
would this find it's way into the next version of Zoom? and when will it come?
cheers m.
i use HTML5 for my website and zoom search metadata like
HTML Code:
<meta name="EAN" content="4013389455961" /> <meta name="ARTNR" content="G-33116" /> <meta name="ZOOMIMAGE" content="/thumbnails/bilder-G-33116.jpg" />
A good way, could be microformats http://schema.org/Offer
But I am sure that's not simple to realize (at example
<span itemprop="price">$55.00</span> zoom needs an integer here, to calculate min/max price as search option)
at least, ZOOMIMAGE could be replaced with <link rel="image_src" href="thumb.jpg" />
This is a common way to include thumbnails for sharing over social networks.
would this find it's way into the next version of Zoom? and when will it come?
cheers m.
Comment