<?xml version='1.0' encoding='UTF-8'?><rss version='2.0' xmlns:g='http://base.google.com/ns/1.0'>
<channel>
<title>Your Title Here</title>
<description>Your description goes here.</description>
<link>http://www.yourwebsite.com</link>
<item>
<title>Item Title Here</title>
<link>http://www.yourwebsite.com/the-item-page.html</link>
<description>The item description here.</description>
<g:google_product_category>Look this up.</g:google_product_category>
<g:price>99.99</g:price>
<g:gtin>UPC NUMBER--MUST HAVE THIS</g:gtin>
<g:id>Unique product ID, can be random number</g:id>
<g:availability>in stock</g:availability>
<g:condition>new</g:condition>
</item>
</channel>
</rss>