Closed (fixed)
Project:
Syndication
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2005 at 09:23 UTC
Updated:
26 Jul 2006 at 15:40 UTC
<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
Comment #1
moshe weitzman commentedthis is for core node module, and might be done already