How to add Rss Autodiscovery to Your site
Adding that one line of code to your template will make it easier for people to subscribe to youRSS feed. sory I can't write the script here but you can download
The abovelink
tag should be added inside thehead
tag of your HTML document.
You will of course need to change the value of the title
and href
attributes to fit your needs.
If your feed is an ATOM feed you will want to change the type
to application/atom+xml
.
If you have multiple feeds for the url you can just specify multiple link
tags.
When you enable autodiscovery for your rss feed it allows browsers and aggregators to automatically detect the RSS feed when your browsing, and it makes it easy for the user to subscribe to it. Both FireFox, and Safari 2.0 support autodiscovery of RSS feeds out of the box, here's what it looks like when you find one:
And after you setting you would promote your rss feed to rss feed directory
good try and thanks for reading
Source :http://www.petefreitag.com/item/384.cfm
Komentar