Are you letting Feedburner hold you hostage?

Posted By Stephan Spencer 23rd of June 2005 RSS

I don’t have a problem with Feedburner (I use their service myself and I think it’s great), so please don’t think that I’m picking on them. But wouldn’t the last thing we would want to do as bloggers be to publish to the world an RSS feed URL that we don’t own? I see it as no different from handing out thousands of business cards with an @earthlink.net address proudly printed on it — rather than one @ your own domain name. Cuz then, you’re married to Earthlink (or in the case of your RSS feed… Feedburner). If you switched services, your existing subscribers would all need to update their feed URLs in their news readers. And what’s the likelihood of that happening!

So what can we do about it? Using a URL from your blog’s domain then having your webserver serve up a 301 “permanent redirect” that redirects to whatever your feeds.feedburner.com/[your-feed-here] URL could be a good option, except for the fact that some news readers choke on the redirect (such as NetNewsWire).

Hopefully the news readers and web-based aggregators will all realize that they need to handle redirects properly, just like all the web browsers have for years. Maybe they’ll read this post. ;-)

Why did I specifically recommend a 301 redirect, not a plain ol’ 302 redirect? Because a 301 — unlike the usual 302 temporary redirect that most everyone uses — lets the search engines like Google know that the redirect is pointing to a stable destination, and therefore the link juice (e.g. Google PageRank) should flow to the destination URL. Now this isn’t a big deal now, since the major search engines aren’t doing anything much with RSS feeds yet (indexing the content, crawling the item links, etc.), but it will come…

If you want to see this 301 in action, here’s a URL to my RSS feed, which redirects to Feedburner:

http://www.stephanspencer.com/feed/

Here’s how I set it up in my .htaccess file:

RewriteRule ^feed/$ http://feeds.feedburner.com/scatterings [R=301,L]

The URL of my feed that I told to Feedburner when setting up my account was:

http://www.stephanspencer.com/index.php?feed=rss2

Then if I ever want to move away from Feedburner to another service, I would simply adjust my RewriteRule (or RedirectPermanent, if you prefer to use that instead) directive in my .htaccess file to point to the new service.

Any thoughts on a path forward here? Or is this a non-issue to you folks?

About Stephan Spencer
Stephan Spencer is founder and president of Netconcepts, a web agency specializing in search engine optimization and ecommerce. Clients include REI, Verizon, InfoSpace, Sara Lee Direct, Home Shopping Network, and others. Stephan is a frequent speaker for organizations such as the DMA, AMA, JupiterMedia and Internet World. He is also a Senior Contributor for MarketingProfs.com and a contributor to Catalog Age and Multi Channel Merchant.
Exit mobile version