Use the tools below to copy the article in plain text form, or you can copy it as HTML, ready to copy and paste directly into a web page.
HTML Search engine cloaking and stealth technology Search engine cloaking and stealth technology Author: David CallanBy David Callan Tired 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 sites competing for the same customers. Search engines play a very big part in whether company A or company B gets a visitor and potential customer. Webmasters and Internet marketers 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 from the results completely. One particular method however 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. What is search engine cloaking? Search engine cloaking is a technique used by webmasters to enable them to get an advantage over other websites. It works on the idea that a 'fake' page is delivered to the various search engine spiders and robots while the real page is delivered to real human visitors. In other words browsers such as Internet Explorer, Netscape and Opera are served one page and spiders visiting the same address are served a different page. The page the spider will see is a bare bones HTML page optimized for the search engines. It won't look pretty but 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 them of course. When real people visit a site using cloaking the cloaking technology which is usually based on Perl/CGI will send them to the real page that look's good and is just a regular webpage. The search engine cloaking technology is able to tell the difference between a human and spider because it knows the spiders IP address. No IP address is 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. 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: - If IP request = google(Spider IP) then show googlepage.html If IP request = unknown (other user) then show index.html This means that when the Google spider comes to visit a site, it'll be shown a page that is optimized with keywords, heading tags and optimized content. Since the optimized 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. Search engine cloaking is also a great way of protecting the source code that's enabling you to rank high on the search engines. Ever read a search engine ranking tutorial that recommends you to model your keyword density, layout, etc on pages that are already high ranking? Well technically that's stealing and your competition might want to do it to you some day. With search engine cloaking however you can protect your code because when your competition visits they'll be sent to the regular page and not the page that's giving you those precious good rankings. Different types of search engine cloaking There are two types of cloaking, the first is called User Agent Cloaking and the second is called IP Based Cloaking which we've already discussed above. IP based cloaking is the best method as IP addresses are very hard to fake, meaning your competition won't be able to pretend to be any of the search engines in order to steal your code. User Agent Cloaking is similar to IP cloaking in the sense that the cloaking script compares the User Agent text string which is sent when a page is requested with its list of search engine User Agent names 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're a normal person using Internet explorer or Netscape, the cloaking software will take Googles bot to the non optimized page and hence your search engine rankings will suffer. User Agent cloaking is much more riskier than IP based cloaking and it's not recommended. Conclusion Search engine cloaking isn't as effective as it used to be. This is because the search engines are becoming increasingly aware of the different cloaking techniques being used by webmasters and hence they're gradually introducing more sophisticated technology to combat them. In saying that though cloaking can still benefit your search engine rankings, it's just a matter of being very careful. I would recommend you read my SEO tutorial entitled Search engine optimization guide and try regular search engine optimization first, if after a few months you're still not seeing good results then you should at least consider using cloaking technology to improve your rankings. Article Source: http://www.articlealley.com/http://davidcallan.articlealley.com/search-engine-cloaking-and-stealth-technology-875.html Article by David Callan. David is an Internet marketing professional and webmaster of http://www.akamarketing.com/webmaster-forums/ webmaster forums. Visit his webmaster forums for the latest discussions on search engines, website authoring and Internet marketing related issues and topics. http://www.akamarketing.com/webmaster-forums/ Text Search engine cloaking and stealth technology Author: David Callan By David Callan Tired 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 sites competing for the same customers. Search engines play a very big part in whether company A or company B gets a visitor and potential customer. Webmasters and Internet marketers 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 from the results completely. One particular method however 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. What is search engine cloaking? Search engine cloaking is a technique used by webmasters to enable them to get an advantage over other websites. It works on the idea that a 'fake' page is delivered to the various search engine spiders and robots while the real page is delivered to real human visitors. In other words browsers such as Internet Explorer, Netscape and Opera are served one page and spiders visiting the same address are served a different page. The page the spider will see is a bare bones HTML page optimized for the search engines. It won't look pretty but 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 them of course. When real people visit a site using cloaking the cloaking technology which is usually based on Perl/CGI will send them to the real page that look's good and is just a regular webpage. The search engine cloaking technology is able to tell the difference between a human and spider because it knows the spiders IP address. No IP address is 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. 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: - If IP request = google(Spider IP) then show googlepage.html If IP request = unknown (other user) then show index.html This means that when the Google spider comes to visit a site, it'll be shown a page that is optimized with keywords, heading tags and optimized content. Since the optimized 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. Search engine cloaking is also a great way of protecting the source code that's enabling you to rank high on the search engines. Ever read a search engine ranking tutorial that recommends you to model your keyword density, layout, etc on pages that are already high ranking? Well technically that's stealing and your competition might want to do it to you some day. With search engine cloaking however you can protect your code because when your competition visits they'll be sent to the regular page and not the page that's giving you those precious good rankings. Different types of search engine cloaking There are two types of cloaking, the first is called User Agent Cloaking and the second is called IP Based Cloaking which we've already discussed above. IP based cloaking is the best method as IP addresses are very hard to fake, meaning your competition won't be able to pretend to be any of the search engines in order to steal your code. User Agent Cloaking is similar to IP cloaking in the sense that the cloaking script compares the User Agent text string which is sent when a page is requested with its list of search engine User Agent names 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're a normal person using Internet explorer or Netscape, the cloaking software will take Googles bot to the non optimized page and hence your search engine rankings will suffer. User Agent cloaking is much more riskier than IP based cloaking and it's not recommended. Conclusion Search engine cloaking isn't as effective as it used to be. This is because the search engines are becoming increasingly aware of the different cloaking techniques being used by webmasters and hence they're gradually introducing more sophisticated technology to combat them. In saying that though cloaking can still benefit your search engine rankings, it's just a matter of being very careful. I would recommend you read my SEO tutorial entitled Search engine optimization guide and try regular search engine optimization first, if after a few months you're still not seeing good results then you should at least consider using cloaking technology to improve your rankings. Article Source: http://www.articlealley.com/http://davidcallan.articlealley.com/search-engine-cloaking-and-stealth-technology-875.html About the Author: Article by David Callan. David is an Internet marketing professional and webmaster of http://www.akamarketing.com/webmaster-forums/ webmaster forums. Visit his webmaster forums for the latest discussions on search engines, website authoring and Internet marketing related issues and topics. http://www.akamarketing.com/webmaster-forums/ Article Title: Article Keywords: return to article Author by David Callan Article by David Callan. David is an Internet marketing professional and webmaster of http://www.akamarketing.com/webmaster-forums/ webmaster forums. Visit his webmaster forums for the latest discussions on search engines, website authoring and Internet marketing related issues and topics. URL: http://www.akamarketing.com/webmaster-forums/ ads similar articles SEO - Sophisticated Types of SpamdexingSpamdexing is not just for amateurs. It is an entire business that can incorporate all kinds of less than ethical techniques. The search engines frown on most of these techniques but the temporary boost in your ratings before you are caught is apparently ......How Link Cloaking Is a Critical Step In Affiliate MarketingIf you're an internet marketer, then you've spent a great deal of time and effort promoting Clickbank products through ppc ads, social bookmarking, and other methods to generate traffic to your site; just praying that your users will click on the hyperlin......Merits of BHW techniquesThere can be a whole lot of consciousness now on many varieties of online organizations and men and women are setting up their very own web sites to start on the web trade and earn money. It will be an excellent strategy of working from residence and earn......3 SEO Mistakes that Every Beginner Should Know AboutSearch engine optimization is one of the main focal points of internet marketing today. The reason for this is that almost every active Internet user accesses search engines like Google to find websites, discover information and navigate the web. There......What to know while choosing an SEO service provider?Like most industries in its early stages, even SEO has a mix of quality service providers and fly by night operators promising SEO services. While some agencies can charge large sums for outsourced SEO services, there are a section of people who will tell...... Tags Search Enginessearch enginesreal peoplesearch engine trafficsearch engine spiderssearch engine optimizationrobotsgameinternet marketershuman visitorsreal persondavid callancompany bbonesghostopera socialize ads
Text Search engine cloaking and stealth technology Author: David Callan By David Callan Tired 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 sites competing for the same customers. Search engines play a very big part in whether company A or company B gets a visitor and potential customer. Webmasters and Internet marketers 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 from the results completely. One particular method however 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. What is search engine cloaking? Search engine cloaking is a technique used by webmasters to enable them to get an advantage over other websites. It works on the idea that a 'fake' page is delivered to the various search engine spiders and robots while the real page is delivered to real human visitors. In other words browsers such as Internet Explorer, Netscape and Opera are served one page and spiders visiting the same address are served a different page. The page the spider will see is a bare bones HTML page optimized for the search engines. It won't look pretty but 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 them of course. When real people visit a site using cloaking the cloaking technology which is usually based on Perl/CGI will send them to the real page that look's good and is just a regular webpage. The search engine cloaking technology is able to tell the difference between a human and spider because it knows the spiders IP address. No IP address is 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. 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: - If IP request = google(Spider IP) then show googlepage.html If IP request = unknown (other user) then show index.html This means that when the Google spider comes to visit a site, it'll be shown a page that is optimized with keywords, heading tags and optimized content. Since the optimized 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. Search engine cloaking is also a great way of protecting the source code that's enabling you to rank high on the search engines. Ever read a search engine ranking tutorial that recommends you to model your keyword density, layout, etc on pages that are already high ranking? Well technically that's stealing and your competition might want to do it to you some day. With search engine cloaking however you can protect your code because when your competition visits they'll be sent to the regular page and not the page that's giving you those precious good rankings. Different types of search engine cloaking There are two types of cloaking, the first is called User Agent Cloaking and the second is called IP Based Cloaking which we've already discussed above. IP based cloaking is the best method as IP addresses are very hard to fake, meaning your competition won't be able to pretend to be any of the search engines in order to steal your code. User Agent Cloaking is similar to IP cloaking in the sense that the cloaking script compares the User Agent text string which is sent when a page is requested with its list of search engine User Agent names 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're a normal person using Internet explorer or Netscape, the cloaking software will take Googles bot to the non optimized page and hence your search engine rankings will suffer. User Agent cloaking is much more riskier than IP based cloaking and it's not recommended. Conclusion Search engine cloaking isn't as effective as it used to be. This is because the search engines are becoming increasingly aware of the different cloaking techniques being used by webmasters and hence they're gradually introducing more sophisticated technology to combat them. In saying that though cloaking can still benefit your search engine rankings, it's just a matter of being very careful. I would recommend you read my SEO tutorial entitled Search engine optimization guide and try regular search engine optimization first, if after a few months you're still not seeing good results then you should at least consider using cloaking technology to improve your rankings. Article Source: http://www.articlealley.com/http://davidcallan.articlealley.com/search-engine-cloaking-and-stealth-technology-875.html About the Author: Article by David Callan. David is an Internet marketing professional and webmaster of http://www.akamarketing.com/webmaster-forums/ webmaster forums. Visit his webmaster forums for the latest discussions on search engines, website authoring and Internet marketing related issues and topics. http://www.akamarketing.com/webmaster-forums/
return to article