Deblogging Theme Explained

In the past 2 weeks I have made 50+ sites like www.fitnesapparatuurwinkel.info and the first results are great
I only had time to promote about 10 of them but most are already indexed and Google sends organic search visitors to the sites.

Coming week my wife will promote the rest of them and I have great expectations of what will happen.

All of the sites are promoting affiliateproducts which I pulled from a datafeed of a merchant. That datafeed I stick in a mysql database. Next a simple program I made pulls the products in certan categories from the database and makes it into a xml-file which a plugin in wordpress transforms into posts. I know there is a product that sells kinda the same idea but that only works for predifined affiliateprograms and I am not in the US so I made my own solution …and it saved me $197. I need to work on that part a bit still as I do not have a automatic update from the datafeed (i do have it automaticly pull the xml file but that is useless at the moment as the xml file is the same) and maybe I could use a better interface to it.

Right now my deblogging theme is how it looks like at the site above. It has a custom homepage that has the following features

  • navigation
  • categories
  • news
  • sitemap
  • xml sitemap
  • tags
  • popular products

Navigation….the menu at the top left is pulled from the categories but only if it’s a child of the category products.

The categories in the main body work the same…Automaticly the categories are displayed there with their classes if it’s a child of category products. I have Also an other category tips and advice which I give a standard id of 4 (I already have it in the install inserted) and thus I know the number of that category and know which titles to pull from the database

The news in the left sidebar is pulled using the same technique. I know that the news category is 3 and by using the following code query_posts(’cat=3&showposts=3′); I fetch the last 3 posts in that category

Sitemap and xml sitemaps are a great plugin that I got from http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final and I like it and so does Google as they come by often

The popular tags are also a plugin and it’s from http://www.neato.co.nz/ultimate-tag-warrior/ If you don’t use ultimate tag warrior you really should as it works great for SEO purposes

Popular products…I have a star system with all the products and at the home page I display the most voted for by category and at the footer the overall most voted and most popular. It’s a plugin from http://www.lesterchan.net/portfolio/programming.php

The rest is not realy spectacular but I am proud of what I have made till now.

Some other sites In the same deblogging theme I made

  • http://tuingereedschapwinkel.info/
  • http://www.doehetzelfwinkel.info/
  • http://www.fietsen-winkel.info/
  • http://babykleren.info/
  • http://laptopaccessoires.info/

Leave a Reply