<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.macmediacenter.de/?q=node/feed" />

i think the link tag in the html head for the main rss feed should be available from all pages of a drupal system because many visitors come form google and don't see the frontpage and so they don't see icon for rss feed in firefox or safari

perhaps you could make it configurable which site should have the link in the meta tags

when the site that is displayed has his own feed there could be both or more links in the head like this:

<link rel="alternate" type="application/rss+xml" title="Console-News - Playstation 2" href="http://www.console-news.org/rss/rss_ps2.rss">
<link rel="alternate" type="application/rss+xml" title="Console-News - XBOX" href="http://www.console-news.org/rss/rss_xbox.rss">
<link rel="alternate" type="application/rss+xml" title="Console-News - GameCube" href="http://www.console-news.org/rss/rss_gc.rss">
<link rel="alternate" type="application/rss+xml" title="Console-News - PSP" href="http://www.console-news.org/rss/rss_psp.rss">
<link rel="alternate" type="application/rss+xml" title="Console-News - DS" href="http://www.console-news.org/rss/rss_ds.rss">
<link rel="alternate" type="application/rss+xml" title="Console-News - All" href="http://www.console-news.org/rss/rss_all.rss">

there could be also be a setup page where you could set which feeds should be always in the head

Comments

moshe weitzman’s picture

Status: Active » Closed (fixed)

this is for core node module, and might be done already