Search engine CloakingTired of the search engine optimization game? Lots of webmasters are, today the Internet is more a big shop than the information library it became so popular for. This of course means that there are hundreds if not thousands of site's competing for the same customers. Search engines play a very big part in weather company A or company B gets a visitor and potential customer. Webmasters and Internet marketer's know this and hence competition for search engine traffic is fierce. These days it's almost impossible to keep up with the search engines, one day your site could be near the top, the next day your competition could be there and you could be gone completely. However one particular method is being used by webmasters to enable their sites to rank high and stay high. The method is highly controversial and risky, it's called search engine cloaking. So what is search engine cloaking? The page the spider will see, is a bare bones HTML page optimized for the search engines. It won't look pretty but it will be configured exactly the way the search engines want it to be for it to be ranked high. These 'ghost pages' are never actually seen by any real person except for the webmasters that created it of course. When real people visit a site using cloaking, the cloaking technology (which is usually based on Perl/CGI) will send them the real page, that look's good and is just a regular HTML page. The cloaking technology is able to tell the difference between a human and spider because it knows the spiders IP address, no IP address in the same, so when an IP address visits a site which is using cloaking the script will compare the IP address with the IP addresses in its list of search engine IP's, if there's a match, the script knows that it's a search engine visiting and sends out the bare bones HTML page setup for nothing but high rankings. So Once a list of all the search engines spiders IP addresses have been stored, it's simply a case of writing a script that says something like: -
So, when the Google spider comes to visit the site, it will be shown a page that is optimized with keywords, meta-tags and optimized content. Because the page is never seen by a casual user design is not an important issue. When a user comes to the site, the server performs the same check and finding that the IP address does not match any in its list, shows the standard page.
Well technically that's stealing and your competition might want to do it to you some day, with cloaking however you can protect your code because when your competition visits they will be sent to the regular page and not the page that's giving you precious good rankings.
User Agent Cloaking is similar to IP cloaking, in that the cloaking script compares the User Agent text string which is sent when a page is requested with it's list of search engine names (user agent = name) and then serves the appropriate page. The problem with User Agent cloaking is that Agent names can be easily
faked. Imagine Google introducing a new anti-spam method to beat cloakers,
all they need to do is fake their name and pretend they are a normal person
using Internet explorer or Netscape, the cloaking software will take Google's
bot to the non - optimized page and hence your search engine rankings
will suffer. Conclusion I would recommend you visit the article entitled SE Optimization and try regular search engine optimization first, if after a few months you are still not seeing good results then you should consider using cloaking technology. Article by David Callan - admin@akamarketing.com |