Make browser to know Web Site Feed

RSS and ATOM Use

check this video
[Youtube=http://www.youtube.com/watch?v=gJw8GeFPv2M]

To make browser to know your web site Feed your automatically. Follow this steps

1) Create RSS or ATOM for your web site. Follow the standard of RSS/ATOM while creating it.

2) Then add this line in <head>…</head> tag.

For RSS:

<link rel="alternate" type="application/rss+xml"
title="Web Site name - RSS Feed"
href="http://yourwebsite.com/rss.xml" />
For ATOM:
<link rel="alternate" type="application/atom+xml"
title="Web Site name - ATOM Feed"
href="http://yourwebsite.com/atom.xml"/>

It over.. How easy this..!
Now open the web site in browser you can see change. 
you can see the Feed button. Check with this image...



RSS-ShareourIdeas-by-Naga-Harish
Make Browser to know your site Feed URL
Thanks, Naga Harish Movva.

5 thoughts on “Make browser to know Web Site Feed

Leave a Reply