Schema Tags Configuration - Ecommerce Category Pages
-
I'm semi confident that some schema tags are implemented correctly on our ecommerce category pages.. but I would just like to double check.
An example url http://www.freshcargo.co.uk/shoes
I have just fixed some errors using the Google rich snippets tool... but the thing I'm not sure about is why the prices are being displayed as seperate items
Thanks in advance
-
I believe it's because of the itemscope="itemscope" call, which is saying that the area is another item. Leave out the ="itemscope" part.
Example:
[Blue Denim Castaway Flip Flops](/shoes//xsl:value-of select="translate(/page/subCategory[Name = $subCat]/Name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ ,','abcdefghijklmnopqrstuvwxyz-')"/>/blue-denim-castaway-flip-flops/300) £30.00 [
](/shoes//xsl:value-of select="translate(/page/subCategory[Name = $subCat]/Name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ ,','abcdefghijklmnopqrstuvwxyz-')"/>/blue-denim-castaway-flip-flops/300)Hope this helps!