Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts
Building an Ad Spam Site - II
Monday, March 10, 2008
Well I already have discussed the structure and overview of the spam site. It has been a clever and easy one. Ones who have not read the first part Building An Ad Spam Site - I
External Options :
Now this is really important . Once you have finished the site you have to host it somewhere.
Well there is something called domain popularity. It goes like this. Well consider a free host. the host has around 3000 free sites hosted and most of them rank well so if your websites starts up there as a sub domain the search engine automatically pull you up on the list recognizing the trustability of the free host's other sites. So the key is not to use your paid domain but to host it free under some other domain.
.htaccess coding :
Like I told your in the earlier part that .htaccess is going to do a significant job here. it will make you single processing page look like multiple pages for the people and for the engine.
Here is what you got to do :
Start on the file with this code :
The next part is to tell the file to rewrite the urls
would allow you to present a link as..
http://mysite/money/Google/money.htm
and in the background have that translated to..
http://mysite/keyword.php?source=google&keyword=money
Now copy this text and put it up ina file and save it as .htaccess .
Ok will be continuing the code tomorrow. get it Here
I will also be releasing the tailored script for $5 . I'm keeping it cheap for you all.
External Options :
Now this is really important . Once you have finished the site you have to host it somewhere.
Well there is something called domain popularity. It goes like this. Well consider a free host. the host has around 3000 free sites hosted and most of them rank well so if your websites starts up there as a sub domain the search engine automatically pull you up on the list recognizing the trustability of the free host's other sites. So the key is not to use your paid domain but to host it free under some other domain.
.htaccess coding :
Like I told your in the earlier part that .htaccess is going to do a significant job here. it will make you single processing page look like multiple pages for the people and for the engine.
Here is what you got to do :
Start on the file with this code :
Options +FollowSymlinks
RewriteEngine on
RewriteEngine on
The next part is to tell the file to rewrite the urls
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^files/(.+)/(.+).htm process.php?source=$1&keyword=$2 [nc]
RewriteEngine on
RewriteRule ^files/(.+)/(.+).htm process.php?source=$1&keyword=$2 [nc]
would allow you to present a link as..
http://mysite/money/Google/money.htm
and in the background have that translated to..
http://mysite/keyword.php?source=google&keyword=money
Now copy this text and put it up ina file and save it as .htaccess .
Ok will be continuing the code tomorrow. get it Here
I will also be releasing the tailored script for $5 . I'm keeping it cheap for you all.
Labels: Business, Content Stuffing, Programming, software, Spam | 0 Comments
Building an ad Spam Site - Part I
Wednesday, March 5, 2008
Well my friend paid out his bills by his running spam site. Gosh his spam site has around 70,000 pages and he is earning around $100 a month from a single one. Not bad when you can earn that much with a single one. So I wanted this time to discuss with you , my readers about the nature of a spam site and how to build one.
Well the first thing that comes to mind is content . This is the main component since spam sites collect organic traffic.
Niche :
Since spam site reporting has become common in this cut throat market so it would not amaze me if you built a spam site on a popular keyword and get reported the same day of being indexed. So what you got to do is:
1) Use keyword discovery to get all phrases in your niche . Collect only the uncommon ones.
2) Use the phrase builder which most people use for adwords campaign to mix up all the words and phrases. You will be having then weird phrases with you. Make a huge pile of them ; say 1000 phrases.
3) Put them in a text file i.e. in a notepad file and mane it say 'content.txt'
4) The spam site uses these keyword phrases to generate content.
5) Now Google for your niche keyword.
6) Copy the texts of the top 3 sites listed on google for your niche. Put them in the text file you just made just below the phrases.
Structure:
The spam site uses this content to generate new content and make thousands of virtual pages. Actually it will be a single page . That will have different variables posted to it for which it will show different content.
For example http://yourdomain.com/?key=computer+sale
here it will show content related to computer sale which will be the main keyword of emphasis.
Similarly it will generate a thousands of pages for you. Now the trickery : It will use .htaccess file to rename these files as normal html files which will make these pages look as if they have been made manually.
for example
the page url http://yourdomain.com/?key=computer+sale will become http://yourdomain.com/computer-sale.htm
Isn't that satisfying to see.
You can then set the pages to show ads or redirect to your main site.
Well I will continue to explain the rest in my next edition. Just hang on... Or suscribe to my email feed HERE
Well the first thing that comes to mind is content . This is the main component since spam sites collect organic traffic.
Niche :
Since spam site reporting has become common in this cut throat market so it would not amaze me if you built a spam site on a popular keyword and get reported the same day of being indexed. So what you got to do is:
1) Use keyword discovery to get all phrases in your niche . Collect only the uncommon ones.
2) Use the phrase builder which most people use for adwords campaign to mix up all the words and phrases. You will be having then weird phrases with you. Make a huge pile of them ; say 1000 phrases.
3) Put them in a text file i.e. in a notepad file and mane it say 'content.txt'
4) The spam site uses these keyword phrases to generate content.
5) Now Google for your niche keyword.
6) Copy the texts of the top 3 sites listed on google for your niche. Put them in the text file you just made just below the phrases.
Structure:
The spam site uses this content to generate new content and make thousands of virtual pages. Actually it will be a single page . That will have different variables posted to it for which it will show different content.
For example http://yourdomain.com/?key=computer+sale
here it will show content related to computer sale which will be the main keyword of emphasis.
Similarly it will generate a thousands of pages for you. Now the trickery : It will use .htaccess file to rename these files as normal html files which will make these pages look as if they have been made manually.
for example
the page url http://yourdomain.com/?key=computer+sale will become http://yourdomain.com/computer-sale.htm
Isn't that satisfying to see.
You can then set the pages to show ads or redirect to your main site.
Well I will continue to explain the rest in my next edition. Just hang on... Or suscribe to my email feed HERE
Labels: Business, Content Stuffing, Intros, Programming, Spam | 0 Comments
Subscribe to:
Posts (Atom)