RSS links

buns2345

Newbie
Joined
Jul 7, 2008
Messages
19
Reaction score
2
i was reading an E-book called 100backlinksaday.pdf today all about how using RSS links and other stuff can help your site bring in visiters and im curious to know how this work just a little confused.

see here is the code in an sample-feed.xml

Code:
<?xml version="1.0"?>
<rss version="2.0">
<channel>

<item>
<title>test</title>
<description>test</description>
<link>test</link>
</item>

<item>
<title>test</title>
<description>The Description</description>
<link>test</link>
</item>

<item>
<title>The Title</title>
<description>The Description</description>
<link>http://www.the-link.com</link>
</item>

</channel>
</rss>

anyway when making these for myself in the link part do i put my own link or another link to information i want to share on mysite ?

also does anyone else use RSS feeds ? and how usefull can they be ?
 
Back
Top