Eric Nagel

Eric Nagel

CTO, PHP Programmer, Affiliate Marketer & IT Consultant

Add RSS Subscribers Through Domain Auctions

I have been, or can be if you click on a link and make a purchase, compensated via a cash payment, gift, or something else of value for writing this post. Regardless, I only recommend products or services I use personally and believe will be good for my readers.

I’ve found that buying expired domains related to your niche can add some descent, targeted traffic to your site, and just recently I found a new benefit: RSS readers.

Using Go Daddy Auctions, you can search expiring and expired domain names by keyword, and get a general overview of how many visitors / month you can expect, and use Google to see if the site is indexed or has backlinks. Do your research, and you can pick up a descent domain for about $10.

Once you have the domain, you want to forward it to your real site. In my case, I want to send it to a particular page (reviews.php) and I append a cSrc parameter, so I know the source of the traffic. So if someone visits the old domain, they’re sent to my reviews.php page.

GoDaddy domain forwarding

After doing this, I noticed a lot of my traffic had cSrc set to odbscm/feed/. Now I had set cSrc in the redirect to odbscm, but didn’t put /feed/ on it. So I looked at my access log and saw a lot of these:

74.125.44.136 - - [28/Oct/2009:09:17:44 -0400] "GET /reviews.php?cSrc=odbscm/feed/ HTTP/1.0" 302 239 "-" "FeedBurner/1.0 (http://www.FeedBurner.com)"

* Warning, it’s going to get geeky *

Next I went into my reviews.php page and added to the top:

if ($_GET['cSrc'] == 'odbscm/feed/') {
	header("Location:  http://feeds2.feedburner.com/xxxxxxx");
	exit();
}

If you just redirected the old domain to your own domain, you wouldn’t have to do this, as olddomain.com/feed/ would redirect to yourdomain.com/feed/, which I assume works.

So I was redirecting all of the olddomain.com/feed/ traffic to my feedburner RSS feed. The result? I went from 15 RSS subscribers to 664! What a way to increase RSS readers & blog traffic!

Jump in RSS subscribers

To get an idea if a site has an rss feed, you can open Google Reader and on the left, click on Browse for Stuff then the Search tab, and enter the domain name. For example, “petguideblog.com” is up for auction ($10) and gets about 1,262 hits / month. Enter this as the search keyword, and you’ll see it’s in Google Reader, so there’s at least 1 subscriber. Too bad Google isn’t telling us how many there really are.

Find RSS feed with Google Reader

Pet Guide Blog results

So there you go – buying domain names to increase your RSS base. Thoughts? Other tips on how to determine expired domain backlinks or RSS readers? Please share them in the comments!

Comments
  • Bryn Youngblut
    Posted October 28, 2009 9:58 am 0Likes

    Hah I love it. It’s like getting more readers that have no idea who you are or how they got subscribed to you. But hey I’m sure a few of them will enjoy the content.

  • Pam Tomlinson
    Posted October 28, 2009 10:30 am 0Likes

    Thanks I am going to pick up some domains when I have some extra cash.

  • PandaMarketer
    Posted February 26, 2010 6:29 pm 0Likes

    I am curious, Eric, if you did that with a personal blog, or an affiliate site. I am also curious if it has kept increasing (the rss readership members) or it was just that first influx of new followers, i mean readers.

  • Eric Nagel
    Posted February 26, 2010 7:47 pm 0Likes

    Definitely a one-time again, and I’d imagine they trickle off once they realize what happened. But when you can spend $8 and pick up 700 subscribers, it’s worth it IMO

Leave A Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.