Say on a site I have a blog and portfolio. These are the two most active areas on this site. In terms of linking separate rss feeds for the blog and portfolio. would it be best to:
- link the blog and portofolio feed on every page?
- link the blog only in the blog?
Since the files are linked I am wondering if
- Are feeds downloaded with the css and javascript links?
- Do they contribute any relational semantic value to the page itself?
I would think in some sense that they do, since they are a directly linked different format, but I guess that depends on what interprets semantics anyway.
Also, when linking the file which protocol(url prefix) is it better to use: (they all seem to do the same thing)
- http://localhost/myfeed.xml
- feed://localhost/myfeed.xml
- feed:http://localhost/myfeed.xml
thanks for all of your thoughts on this.