|
|
How do I set up my blog for RSS autodiscovery?I think I have my weblog set up properly, but someone recently emailed me saying that I haven't set it up for "RSS autodiscovery". But I have an RSS feed and I even have a little 'xml' button that links to the "index.xml" file that contains the RSS. So what am I missing? The very latest generation of Web browsers, including Firefox, Safari and the new (still in beta) Internet Explorer 7.0, magically recognize when you're on a Web page that has an associated RSS feed and enables a subscribe button or otherwise shows you that you can choose to subscribe to the site. But, of course, it's not actually magic, it's simply that those sites have a special line of HTML in their source pages, a line that you can add to your blog template in a jiffy or even hand-code into related Web pages that are part of your site but perhaps not part of your blog. My RSS autodiscovery declaration looks like this: <link rel="alternate" type="application/rss+xml"
title="Ask Dave Taylor" href=" http://www.askdavetaylor.com/index.rdf" /> You'll want to tweak yours to match the settings of your particular Web site, of course, but that's the basic format. Some sites include more than one of these declarations in their source, but the consensus of most RSS mavens is that only the first one counts when Web browsers (and RSS readers, for that matter) ascertain what URL to use for your subscription. And, finally, just in case you got to here and you're still a bit in the dark, you might find it helpful to read What is an RSS aggregator? and the additional RSS information here at Ask Dave Taylor. Hope that clarifies things!
More Useful Blogs and Blogging Articles:
✔ Get my shopping cart plugin to work with WordPress?
We've put in a shopping cart for a client that's not working, and we need some help! The cart is currently using the...
✔ Embed an audio player on a blog or web page?I have some mp3 audio files I've recorded and would like to have people who visit my site be able to listen to...
✔ Can I write a guest review for AskDaveTaylor.com?Hi Dave. I'm a big fan of your site and love that you're doing so many reviews now. I've noticed, however, that there...
✔ Change author on WordPress blog post?I have two accounts set up for my WordPress blog and I'd like to be able to have all my posts from a...
✔ How do I restructure my Wordpress blog without losing SEO?I have a wordpress blog that was using categories in the url structure like this: /category_name/post_name/ Then I had read somewhere that if...
Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help
right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
Categorized:
Blogs and Blogging
(Article 4210,
Written by Dave Taylor)
Tagged: Previous: How do I connect my Mac to a WPA Wireless network? Next: How does SSL Work? Reader Comments To Date: 5Roseanne van L said, on October 10, 2005 3:05 PM:
Dave Does it make any difference if I had my burned feed address at Feedburner showing in the Auto Discovery URL? I am worried that overall my stats at Feedburner show approx 7,000 daily readers, but my domain stats report a smaller daily figure -- can the Feedburner URL (instead of my own in this format "www.mydomain.com/blog/atom.xml") in the meta tags have any effect on this discrepancy I also noticed on joining Blog TopSites that again this huge discrepancy in web stats is showing up. Blog Topsites only report a mere 100 or so daily hits which is totally inaccurate, and yet my own domain and Feedburner stats are thankfully much higher. Many thanks Dave Taylor said, on October 11, 2005 3:30 AM:
As far as I know, Roseanne, it doesn't matter what URL you show, as long as you have a properly constructed autodiscovery URL in your code. lee hughes said, on July 12, 2009 6:39 AM:
Hi Dave, Am trying to get the autodiscovery to work, however I think am giving the wrong link. I keep getting this message. what link do I need to give? if u go to my website and click the rss feed then that works. I gave the same link as that but still get that message for autodiscovery, any thoughts? thanks martin said, on August 27, 2009 7:09 AM:
hello,
I do have a comment, now that you mention it!Check This Out Too... |
Recent Entries
Look for Answers
Recommended
All Our Categories
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and Blogging Building Web Site Traffic Business and Management Computer and Internet Basics d) None of the Above Facebook Help Google Gmail Help Google Plus Help HTML, JavaScript and Web Site Programming Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Kindle Fire Help Mac OS X Help Pay Per Click (PPC) Advertising Pinterest Help Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help Find Me on Google+ ADT on G+ |
It's worth noting that Moveable Type doesn't do this quite right, unless you tweak your templates. You'll find that it puts the Atom-style feed (which is marginally used) first in the list of auto-discovery lines, and the title is a less than useful "RSS". At the very least, if you run MT, you should put the name of your blog/feed in the title area of that link tag. And perhaps even more useful, remove the link for the Atom feed.