Posts: 60
Location: Victor Harbor, South Australia
|
you wouldnt want to make an RSS feed for every page on ur site, much more a piece of HTML that u put on each page that reffers to one RSS feed. So just have on for say News and thats practically all you need.
People really dont want to visit a site every day just to find that nothing has happened. What RS feeeds do is they notify the user when something new has arrived at the site. The user may have up to 100 or even more RSS feeds that they subscribe too because put simply they dont want to keep visiting the website.
HTML Code:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.webmaster-talk.com/external.php?type=rss2" />
^^^ that is the code for webmaster talk that tells the user that there is az RSS feed.
the feed is located at http://www.webmaster-talk.com/external.php?type=rss2 but you should replace this with your own 
__________________
Please login or register to view this content. Registration is FREE
Im new here so play nice :)
Last edited by pr0jekt; 06-05-2005 at 11:11 PM..
|