LeanBackVids.com wrote: > Anyways, I highly recommend every site that has a feed put the > following in their <head>... > > <link rel="alternate" type="application/rss+xml" title="RSS 2.0" > href="http://feeds.feedburner.com/vlogmap" /> > <link rel="alternate" type="text/xml" title="RSS .92" > href="http://feeds.feedburner.com/vlogmap" /> > <link rel="alternate" type="text/rdf+xml" title="RDF" > href="http://feeds.feedburner.com/vlogmap" /> > <link rel="alternate" type="application/atom+xml" title="Atom 0.3" > href="http://feeds.feedburner.com/vlogmap" />
Yo, don't do exactly that... You are putting in a URL to a RSS 2.0 feed for RSS .92, RDF, and Atom 0.3 - that is bad... In all reality, you are probably safe deleting the line for RSS .92 - it's use is greatly diminished. Atom 0.3 is deprecated. The WordPress folks *still* do not ship with Atom 1.0, so for now, delete that line as well. (Plus, there are probably less than a dozen Atom 1.0 feeds with enclosures, not counting mine, and I'm not even sure there is an aggregator that understands it.) As for the RDF, it's nice to have, for the RDF weenies, but you can probably safely delete it as well. All you really need for people to find and subscribe is: <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://feeds.feedburner.com/vlogmap" /> At least that's the case right now/today. :) Pete -- http://tinkernet.org/ videoblog for the future... Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/videoblogging/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
