 | NAVIGATION | | |
|
 | LOGIN | | |
|
 | OPTIONS | | |
|
 | ADVERTISEMENT | | |
|
If you would like to advertise on our site, please email.
|
|
|
 | RETAILER INFORMATION | | |
|
| JBH Hockey » Feed Information |
|
Below outlines the requirements for a feed in the Google Base Format.
| Name |
Info |
Example |
| title |
The name of the product |
<title>Great White</title> |
| link |
A direct link to the page displaying the product - the domain name may not be an IP address |
<link> http://www.jbhhockey.co.uk/view_stick/26/index.html </link>
|
| description |
A brief description of the product |
<description> Submitting a description isn't necessary - just leave it blank (although the Google Base Feed Format requires the description tags)
This hugely powerful composite stick represents the ultra high performance goals that are the aim of the M-Tek programme.
</description> |
| g:year |
The year the product was released |
<g:year>2005</g:year> |
| g:brand |
The manufacture of the product |
<g:brand>Mercian</g:brand> |
|
|
 | EXAMPLE FEED | | |
|
|
<?xml version="1.0"?> <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0"> <channel> <title>Retail Name</title> <link>http://www.retailwebsite.com/</link> <description>We sell hockey sticks, balls, pads and equipment at the lowest prices.</description> <item> <title>Great White</title> <link>http://www.jbhhockey.co.uk/view_stick/26/index.html</link> <description>This hugely powerful composite stick represents the ultra high performance goals that are the aim of the M-Tek programme</description> <g:year>2005</g:year> </item>
<item> <title>Great White</title> <link>http://www.jbhhockey.co.uk/view_stick/26/index.html</link> <description>This hugely powerful composite stick represents the ultra high performance goals that are the aim of the M-Tek programme</description> <g:year>2005</g:year> </item> </channel> </rss>
|
|