Revenue Source

Welcome to the Revenue Source affiliate marketing forums.

You are viewing our internet marketing and SEO forums as a guest which gives you limited access to most of our discussions.  By joining our free community, you will have access to post affiliate marketing topics, communicate privately with other members (PM), exchange SEO strategies, and access many other special features.  Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems, please don't hesitate to contact us.

Go Back   Revenue Source > Affiliate Marketing Hangout > Internet Marketing Articles > SEO / SEM
Reload this Page How to remove your competitors from MSN Live!
Tags: , , ,

Reply
 
LinkBack Thread Tools Search this Thread
Old
  (#1 (permalink))
SEO Blogs is Offline
Revenue Source Veteran
SEO Blogs is worth a listen.SEO Blogs is worth a listen.SEO Blogs is worth a listen.
 
SEO Blogs's Avatar
 
Join Date: Jul 2005
Posts: 825
   
How to remove your competitors from MSN Live! - 11-15-2006

With the full release of MSN Live last month many new flaws have been found in MSN’s new ranking algorithm. If you have been a long time reader of my blog you probably remember when I recommend using BlogSpot to spam MSN, and then just weeks later I showed you how one could take out the top 9 spots on MSN for just about any keyword.
Today I’m going to show you something even more viscous then I have ever written about!
In this post I’m going to be revealing a flaw in MSN’s new anti-spam algorithm that will remove just about any website out of their index, as well as how to combat this attack, at least until MSN fix’s it’s algorithm.
Before I get started you will need to familiarize yourself with a couple tools, and header responses codes that are common with how websites respond to request.
One of the tools you will need to use to check if a website is vulnerable to your attack is a HTTP Status Codes Checker. At this point you need to have a understanding of what type of header responses websites are capable of returning and what are the meaning of them.
The 4 types of response codes that you will want to keep an eye out for are 200, 404, 302, and 301 as they will quickly tell you how the website responded to the request. For our attack to work, you will want to find websites that return the 200 OK response after you have done your attack.
The 200 response for newbie’s mean that the website was able to process your request and successfully return the content that you have requested.
One of the big things that all SEO professionals know is that you should never have dupe content. Otherwise your website will be hit with a large ranking penalty or will be removed completely from the search engine’s index.
For this attack to work you have to somehow get your competition to make a bunch of duplicate pages on their domain… Good luck right?
It’s really not that hard, you don’t even have to ask them to dupe all their pages as you can do it for them!
All search engines see any URL on a site as a unique URL. Matter of fact they also see any GET URL as a unique URL (ie somedomain.com/index.html?test=test).
This is where we can take advantage of MSN’s crappy algo, and remove our competitors or at minimum hurt their ranking!
Go to your competitors website, then up in your address bar add an extra little bit to the URL. Something like ?test=12334, or ?remove=bye-bye. It can be anything you want it to be as long as it’s a _GET URL that the search engines can read and is unique each time.
If all goes well, your competitor’s website will show the same page that you had seen before you had put in the extra info in the URL. Once that has happen grab the new URL and take it to your favorite header checker and see if the website returns a 200 OK status, if it does keep that URL for later.
If you competitors website does return a status 200 when you add a GET vars to the end of their domain name, all you have to do is keep changing the string that you posted to your competitors website and keep them in a text file for later.
Once you have made a couple hundred new URL’s on your competitor’s website on the index or on every page of the domain you will then need to add all the new URL’s to a website where MSN will be able to find them and index them.
Once MSN has managed to find the new URL’s it will start to index the site’s content. Unfortunately for your competitor; MSN’s anti-spam algo is so bad that its does not have the brains to just not count the new URL’s because of dupe content, but instead just removes the page or entire website from it’s index.
Does this work? Hell yeah, because I just finished cleaning up after some ass-hat that did it to me and got my entire website removed from MSN Live!
Now for the good part; how to fix it!
If this has been done to you, I pray that you have PHP pages, because otherwise you’re going to have to convert your entire HTML based website to PHP because it is the only way I have found to write my own MSN patch for such an attack.
In all your headers of the pages that have been attacked you will need to add the following code as well as change the part with yourdomain.com to be the page all users should be at.
if($_GET) {
ignore_user_abort(true);
header (”Pragma: no-cache”);
header(”Cache-Control: no-store, no-cache, must-revalidate”);
header(”HTTP/1.1 301 Moved Permanently”);
header(”Location: http://www.yourdomain.com/ “);
header(”Connection: close”);
exit;
}
?>
The above code tells the search engines that the fake GET post URL has moved to a new location, and because of this MSN will remove the content from their index as you have told them the new location of the page and they removed the old page(s) because of that.

Closing thoughts

This type of hack is very bad for our industry and I hope MSN will take quick steps to fix this ASAP, because I know many people will quickly go out and start removing their competition with this hack as soon as they can.
If you want to know why I posted it, read the above!


How to remove your competitors from MSN Live! - Read More...
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads for: How to remove your competitors from MSN Live!
Thread Thread Starter Forum Replies Last Post
Phonedog PriceView Pays $60 CPA Now Live thephonedog Affiliate Program Announcements 4 4 Weeks Ago 08:27 PM
Office Live Launches in the US on November 15th Affiliate Marketing News Internet Marketing Articles 0 11-02-2006 04:53 AM
Travelershoppes.com Program is Live! Partnercentric 5-Star/Partnercentric 0 08-14-2006 10:53 AM
New MasterCard Affiliate Program Live! marketlinx Independent Programs 0 02-16-2005 07:13 PM
Arcade now live! RS Mike Internet Marketing Articles 5 01-27-2005 06:59 AM



© 2004-6 RevenueSource.com.  All rights reserved.  Do not duplicate or redistribute in any form.
This website and its logos/design are property of RevenueSource.com.  All rights reserved. vBSEO 3.2.0 RC7


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34