Daily Archives: July 18, 2008

How to add the RSS/Atom feed icon to browser URL?

I have always wondered how the web browser recognizes if an RSS/atom feed is available in a page. Today I just found out about and here is how you do it. We just need to add a similar code inside the head tag. <link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”http://blogs.alagukannan.cm/feed/” /> As simple as that for Atom [...]