Posts Tagged ‘wordpress’

The Adsense Experiment: Days 2 and 3, The Dreaded Weekend

Tuesday, January 12th, 2010

After a fairly early success, traffic took a nose dive over the weekend. Why are weekends so bad for blogs? If you really think about it, when do you usually read blogs? You’re probably reading this while you’re at work right now. Most people read their blogs at work. Another big percentage of users want to be out, with friends and family during the weekends. So it’s no surprise that blogs will have a low traffic number on weekends. Couple that with the fact that the site still doesn’t have any pages indexed, you can see why my traffic dropped to 1 user on sunday (which was probably just me checking site operation).

Traffic has picked up again now that it’s a monday but so far no ad clicks. I need to be more clever about ads but I can work on that at any time. The first thing I will be focusing on is driving traffic. My lesson on pingbacks opened my eyes to the possibility of drawing more traffic in. I will couple that with cleaning up some of the posts (news feeds are not working very well) and maybe write some real content made by myself to drive higher traffic.

The Adsense Experiment: Day 1, 63 Cents Thanks to Wordpress Pingbacks

Monday, January 11th, 2010

I didn’t expect there to be any traffic on day one other than myself checking to see how the site looks, changing a few things here and there. I went to check to see if adsense was recording at least the ad impressions, I noticed that I had made 63 cents.

I immediately checked analytics to see what was going on. I looked at the traffic sources and noticed I had 11 visitors that day who came from a referring site. How is that possible? No one knows about the site yet, how did someone have the time to pick it up and link to it already. I used the referring url from analytics to go to the site in question and there I found my answer. Side note: this is exactly why I recommend installing some method of analysing your web traffic. Without it I would not have come to the answer (at least without spending hours looking over apache logs).

Wordpress has this very nice feature called pingback. Basically, when you link to another wordpress blog, a message is sent to that blog’s server and set up as a comment to the blog post. You can see an example of this on my post about Wordpress sidebar being pushed to the bottom. A fellow blogger George Coghill had a similar issue and posted about it on his blog. He was gracious enough to link to my original article on his new blog post which brought up the “pingback” comment in the comments section of my blog post.

Pingbacks are a great tool to promote your blog. First you get to link out to the target blog and that blog also links to you, so both blogs get a boost in google’s tracking of backlinks. You also now get people clicking through and finding your blog which in turn may net you some ad clicks, like it did with my single ad click and generating me 63 cents on day one of the operation.

I will be looking more closely into this feature to see if I can grow my user base and keep this going.

The Adsense Experiment: Day 0, Setting Up The Blog

Saturday, January 9th, 2010

Setting up everything to be up and running took about 2 hours. This included:

1. Finding and buying a domain:
The most difficult part here is finding a domain that is not registered yet. Since I’m on a linux machine, I just used the linux “whois” command to see if there are any available URLs that I can think of. Luckily this project doesn’t need to have a memorable URL, I’m going to depend more on links and SEO.

Next step was to register the domain and I used my GoDaddy account to register it.

Total cost =~ $25 (I used private registration on the URL).

2. Hosting:
Like all good software engineers, I have my own private hosted server somewhere out there in internet land and I just used that server to host my blog.

3. Picking a blogging platform:
This step was again easy for me. I chose to use wordpress because I have already installed, used and even modified the source code on some projects so I have a good working knowledge of the platform. I also like wordpress because it’s so popular you can pretty much find decent themes to modify the look and feel of your blog, and if you need some custom functionality chances are you’ll find an already existing plugin.

4. Some useful plugins:
Wordpress usually comes pre-installed with the Akismet plugin. I highly recommend activating this plugin or else you will soon be bombarded with tons of spam. Other plugins I had to download and install and they are:

  • SI Captcah: Another layer of protection against spam registrations and comments.
  • Feed To Post: Convert RSS and Atom feeds to automatic posts. This is my way of keeping the site refreshed while not writing every single day or even multiple times a day.

5. Track Usage with Analytics:
I highly recommend you have some way of tracking your site usage. The fastest way I do this is by simply registering for a Google Analytics account. It may not have as much detail as other, more advanced analytics software out there but it is extremely fast to set up and does a good job at figuring out trending. You can now link it to your adsense account.

6. Take control of your domain with the search engines (Webmaster Tools):
It’s extremely important to control how your site is indexed with at least the three major search engines. You should register and verify your site with them through their webmaster tools:

7. Adsense:
Finally you can’t make any money without placing ads. Make an adsense account, generate the ads and place them in your blog.

With all the above techniques, I’m not going into details as to how to do them because this is not a tutorial on setting up a blog, hopefully this will turn out to be a tutorial on how to make money off of your blog. There are tons of resources out there who explain how to set each one up, you might want to check those out if you are stuck at any point.