Autoblogging Tips and Tutorials

On this blog I will share my knowledge about autoblogging and try to give you a few valuable tips in order to become successful. I will also try to explain a few of the less known features of WP Robot in order to help you utilize the plugin to the fullest.

How to find good Autoblogging Niches

When creating a new autoblog the topic and keywords you choose is one of the most important things which will determine wether it will fail or become successful.  When you choose your niche too broad your autoblog won’t be able to compete with the many normal sites for that topic and thus not rank well in search engines, if on the other hand your topic is too specific your blog might rank well but still get no traffic as barely anyone searches for its keywords.

Because of that you should be looking for…

  • … Keywords that are not very competitive, meaning there are not too many sites out there targeting the keyword and thus it will be easier for your autoblog to rank well for it.
  • … Keywords that at the same time get a good amount of searches regularly. Generally you should be only looking at keywords that get at least a few hundreds searches per day or otherwise it won’t be worth it to build an autoblog around that niche.

Those two are the most important characteristics of a good autoblogging topic, but there are more you should at least consider:

  • Is there a product for the keyword? If there are products for your autoblogging niche you can earn additional revenue by using affiliate programs like eBay, Clickbank and Amazon.
  • Is there enough content? You should check the sources WP Robot gets it content from to see if there is enough available for an autoblog. You can do that by searching for the keyword on Youtube, articlesbase.com, Yahoo Answers, etc
  • Do you know something about the topic? Of course, you want to build an autoblog, so this is no requirement, still it can help if you know a little bit about the topic yourself so you can for example sprinkle in some unique content as I have recommended here.

Generally autoblogging keywords which fulfill those requirements are so called long-tail keywords, which simply means multi-phrase seach queries instead of single words. For example “list of low interest credit cards” would be a long-tail keyword while “credit cards” is not. Why to target those probably makes sense to you: Since they are more specific the competition for them is of course much smaller than regular keywords.  Still, there are also many bad long-tail keywords around because the competition for them is either still too high to compete with an autoblog or because their search volume is simply too low.

So now we are back at the original question: How to find good long-tail keywords for autoblogging?

Generally you can find nearly all information you need by searching Google itself or using the free Google AdWords keyword tool. More specifically you should check the following:

  1. Search the AdWords keyword tool for the search volume of your keyword.
  2. Search Google for “allinanchor: keyword“. This shows you how many backlinks there are with exactly “keyword” as anchor text. The less the better of course. What is good depends a little on how much the keyword is searched for but generally I try to aim for keywords with less than a 100,000 results here.
  3. Search Google for “allintitle: keyword“. Same like point 2, just with the page title this time. Again, you want keywords with a small number of results here.

Now, researching all this manually for many different keywords is very time consuming, which is why there are many different programs and services out there automating or simplifying this process. I would recomment you to look into one of these. They are usually not free but if used correctly you will make back your investment quickly.

The software I use for this is called Micro Niche Finder, which does a very good job in my opionion and is not that expensive as well. Basically you can input any general keyword and MNF will then return more specific long-tail keywords related to it and also allow you to show all the metrics I was talking about above.

How to pre-configure WP Robot’s Options

Update: This post is outdated and talks about WP Robot 2. To learn how to pre-confgure your options in WP Robot 3 please go here!

When building many autoblogs how much time you need to set up each new blog from scratch is a very important factor. A good way to safe some times on the way is to pre-configure the options of WP Robot in order to prevent you from having to enter the same details for each autoblog. Editing the default options is actually quite simple, here is what you have to do:

  1. Open the file mainstall.php (from your WPRobot folder) in a text editor.
  2. Scroll to line 61. This is where the default options are specified, ordered by module. Each option consists of a line looking like this: add_option( ‘ma_eb_affkey’, ” ); Important is the part in the brackets: The first part is the name of the option (here ma_eb_affkey, which is the eBay affiliate ID) and the second part (here ” = empty) is the default value of the option.
  3. Change the line 77 from add_option( ‘ma_eb_affkey’, ” ); to add_option( ‘ma_eb_affkey’, ‘youraffid’ );
  4. Safe the file.

That’s it. After that change your eBay affiliate ID will now automatically be populated with the value you entered after installing WP Robot on a new blog. Of course you call also change the default values of all other options, some important ones are:

add_option(“ma_yap_appkey”,””);  –  Yahoo Application ID, line 86

add_option(‘ma_aa_apikey’,””);  –  Amazon Affiliate Key, line 93
add_option(‘ma_aa_secretkey’,””); –  Amazon API Key, line 94
add_option(‘ma_aa_skip’,””);  –  Amazon Secret Key, line 95

add_option(‘ma_cb_affkey’,”);-  Clickbank Affiliate Key, line 105

Of course, be sure to only edit an option if you know for certain what it does and what you have to enter in the value field!

Don’t use .info Domains for Autoblogs!

With .info domains being available for barely more than a dollar it is tempting to use them for your autoblogs, especially if you are planning to set up many of them. Still, I would always recomment you to go with .com or .net domains, even when autoblogging, because the few more bucks you have to spend will usually always pay back in the long run. Two good reasons:

  • Higher resale value: If you ever plan to sell one of the blogs you build having it on a .com domain will usually get you much more interest than a .info domain. And the difference you will earn from the sale will surely be higher than the $5 the .com domain was costing over the .info!
  • Easier expanding: Say you autoblog becomes so successful you decide at some point to convert it into a “regular” website. If the blog is sitting on a .info domain now you are more or less stuck with it with all the disadvantages that go with it, like less type-in or direct traffic.

Many people also argue that Google is automatically devalueing .info sites because they are often used by spammers but I would not give too much on that argument as it makes no sense for Google to rank sites for their domain extension (i.e. over their content). Still, don`t make the mistake and try to safe money in the wrong place.

WP Robot Affiliate Program: $15,000 Commission earned!

I am happy to announce that the WP Robot affiliate program continues to do very well. As of today all affiliates combined have earned more than $15,000 in affiliate commissions and there are already over 700 registered affiliates. And all that in the five months WP Robot has been released now!

The program pays 35% commission on any sale of WP Robot refered by you. Go here for more information on the WP Robot affiliate program or sign up through this link directly.

Improvements to the MIX feature in WP Robot 2.0

Version 2.0 adds some improvements to the MIX feature which can make a big difference if used correctly. Here they are:

  1. You can now use {auction:x} (replace x with a number!) inside any other template option in order to insert x eBay auctions into every post, instead of just one like previously.  So if you add {auction:3} to the end of the Amazon module’s template option each Amazon product post will contain three eBay auctions at the end. You do need to have the eBay module installed for this to work.
  2. Use {image:keyword} (“keyword” being any keyword of your choice) in your templates to add an image about keyword to your posts – instead of an image about the keyword the post was made for when you only use {image}. This can be especially useful if you have a niche site with very targeted keywords for which no images exist on Flickr. Say, there were no images on Flickr for “red dog collar” (can’t think of a good example right now). You could then use {image:dog} to simply display generic images of dogs in your posts. You do need to have the Flickr module installed for this to work.

Exception: RSS Module

Since the RSS module has no keywords associated with it, the MIX feature works slightly different for it:

  • Using {image} won’t work. You have to use {image:keyword}
  • Using {auction} or {auction:x} won’t work, you have to use {auction:keyword}

Recommended Template Options For WP Robot

Some users have asked what templates I use with WP Robot, so I decided to share them in this post. Most are actually not very different from the default settings and just incorporate the new MIX feature for better monetization and looks.

1. Amazon Template

This template incorporates all tags of the Amazon module plus 2 eBay auctions at the bottom to give visitors an alternative.

{thumbnail}
{features}
{description}

Price: {price}
Rating: {avgrating} ({noreviews} reviews)

{link}
Or have a look at these auctions on eBay:
{auction:2}

2. Article Template

An image added in at the top to spice up the content and two ebay auctions at the bottom of the article for monetization.

{image}
{article}
{authorbox}
{auction:2}

3. Yahoo Answers Template

A Flickr thumbnail to go with the question…

{image}
{question}

For the other modules I do mainly use the default templates.

Some general Tips:

  • You can use the WordPress <!–more–> tag in WP Robot to split up your posts. You could for example first display the Youtube thumbnail and description and have your visitors click the “more” link to see the video.
  • You can also use tags and shortcode of 3rd party plugins in your templates. See this post for details.
Order WP Robot Risk Free Now:

Buy the Full Version (best value)

The full version of WP Robot 4 includes all 24 modules, can post content from 23 different sources and lets you earn commission from 9 affiliate networks! You may use the plugin on all your websites!

Order Now!

Buy a Custom Version

Build yourself a custom version of WP Robot 4 and select only the modules and features you need! Order 3 or more modules to get a rebate and free bonuses!

Build Now!

Your Advantages:

  • Plugin will be delivered to you instantly after payment has been made!
  • You have a 14 day money-back guarantee in case you are not satisfied - no questions asked!
  • Free support via the WP Robot support forum and free updates included with every order!
  • By making a purchase you agree to the terms of service.