Tuesday, February 22, 2011

google add

<?xml version="1.0"?>
<rss version="0.92">
<channel>
<!-- The title is used in various places in the directory and Personalized Homepage
to help users. Please keep the title as short as possible. -->
<title>Test Feed</title>
<!-- The link is used in the Personalized Homepage title-bar, to link to your site -->
<link>http://www.google.com/</link>
<!-- The description is used in the detail page about your feed -->
<description>A nice long description of your feed.</description>
<!-- ... other channel sub-elements may go here, e.g. ttl ... -->
<image>
<url>http://www.google.com/ig/gadgets/sticky-thm.png</url>
<!-- ... other image sub-elements may go here, e.g. width ... -->
</image>
<item>
<title>RSS Item title #1</title>
<link>http://www.google.com/</link>
<!-- ... other item sub-elements may go here, e.g. description ... -->
</item>
<!-- ... more items ... -->
</channel>
</rss>

1 comment: