Forum Moderators: open
I've got a whole bunch of rss feeds for one site - maybe like 8 feeds.
I can include them in the head of each page with the standard:
<link rel="alternate" type="application/rss+xml" title="My Rss Feed" href="http://feeds.feedburner.com/myfeed" />
But I'd like to not have to repeat that for each individual feed and get stuck with a big bloated <head>
Any ideas how else to do this?
[w3.org...]
You may want to limit a comprehensive list of your feeds to the home page or specific news pages. Then on your other pages you could simply list your main feed or the feed relevant to the page.