Hi All,
I am trying out the Product Mash from Mole End to create a Googlebase feed but am having problems after uploading the file to Google.
I get a page full of errors for all 402 products as follows:
Error: This attribute has too many values. -
Bad Data: id:http://www.seriouslysilver.co.uk/acatalog/Rings_2.html
I am assuming Google is not happy with the XML file generated and is reading the ID tag as the link.
Here is the first part of the XML file
Anybody got any ideas what I am doing wrong?
Andy
www.seriouslysilver.co.uk
I am trying out the Product Mash from Mole End to create a Googlebase feed but am having problems after uploading the file to Google.
I get a page full of errors for all 402 products as follows:
Error: This attribute has too many values. -
Bad Data: id:http://www.seriouslysilver.co.uk/acatalog/Rings_2.html
I am assuming Google is not happy with the XML file generated and is reading the ID tag as the link.
Here is the first part of the XML file
Code:
xml version="1.0"?> <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0" xmlns:c="http://base.google.com/cns/1.0"> <channel> <title>Seriously Silver</title><description>Seriously Silver</description><link>www.seriouslysilver.co.uk</link><item> <g:id>SHP0002</g:id> <title>Elegant Turquoise Pendant</title> <link>http://www.seriouslysilver.co.uk/acatalog/Pendants_1.html</link> <description>A generous oval of turquoise is set in a silver bed decorated with a swirl and bead detail, suspended from tubular bail and completed with a highly polished finish.</description> <g:image_link>http://www.seriouslysilver.co.uk/acatalog/SHP0002.JPG</g:image_link> <g:price>15.00</g:price> <g:expiration_date>2008-03-10</g:expiration_date> <g:currency>GBP</g:currency> <g:brand>Seriously Silver</g:brand> <g:condition>new</g:condition> <g:product_type>jewelry sets</g:product_type> </item>
Andy
www.seriouslysilver.co.uk
Comment