◎歡迎參與討論,請在這里發(fā)表您的看法、交流您的觀點。
一種黑帽常用的SEO手段
判斷來路是搜索蜘蛛就讓蜘蛛看到全部的頁面代碼,
網(wǎng)上有很多垃圾蜘蛛 直接全部屏蔽就行 蜘蛛方面 只保留 百度 搜狗 360 就可以了 其他比如 谷歌一類的蜘蛛 爬行量 相當大 但是沒有意義 因為國內的環(huán)境問題 根本就來不了幾個流量 不劃算 不如屏蔽掉
垃圾蜘蛛列表如果判斷來路是真實的用戶則跳轉到注冊頁或者其他頁面,既能達到想要的效果,又能做良好的seo優(yōu)化。
php
$http = false;
$http1 = $_SERVER['HTTP_USER_AGENT'];if(strpos($http1, 'Googlebot') !== false){
$http = true;} else if(strpos($http1, 'Baiduspider') >0){
$http = true;} else if(strpos($http1, 'Yahoo! Slurp') !== false){
$http = true;} else if(strpos($http1, 'msnbot') !== false){
$http = true;} else if(strpos($http1, 'Sosospider') !== false){
$http = true;} else if(strpos($http1, 'YodaoBot') !== false || strpos($http1, 'OutfoxBot') !== false){
$http = true;} else if(strpos($http1, 'Sogou web spider') !== false || strpos($http1, 'Sogou Orion spider') !== false){
$http = true;} else if(strpos($http1, 'fast-webcrawler') !== false){
$http = true;} else if(strpos($http1, 'Gaisbot') !== false){
$http = true;} else if(strpos($http1, 'ia_archiver') !== false){
$http = true;} else if(strpos($http1, 'altavista') !== false){
$http = true;} else if(strpos($http1, 'lycos_spider') !== false){
$http = true;} else if(strpos($http1, 'Inktomi slurp') !== false){
$http = true;} else if(strpos($http1, 'googlebot-mobile') !== false){
$http = true;} else if(strpos($http1, '360Spider ') !== false){
$http = true;} else if(strpos($http1, 'haosouspider') !== false){
$http = true;} else if(strpos($http1, 'Sogou News Spider') !== false){
$http = true;} else if(strpos($http1, 'YoudaoBot') !== false){
$http = true;} else if(strpos($http1, 'bingbot') !== false){
$http = true;} else if(strpos($http1, 'YisouSpider') !== false){
$http = true;} else if(strpos($http1, 'ia_archiver') !== false){
$http = true;} else if(strpos($http1, 'EasouSpider') !== false){
$http = true;} else if(strpos($http1, 'JikeSpider') !== false){
$http = true;} else if(strpos($http1, 'Sogou blog') !== false){
$http = true;}if($http == false){
header("Location: http://www.xxxxx.com/");exit();}?>
以上代碼包含了各大主流搜索引擎的蜘蛛,把其中www.xxxxxx.com替換為你的網(wǎng)址即可,這段代碼可以放在php網(wǎng)頁中,或者網(wǎng)站的頭部文件中即可。
。轉載請注明來源地址:黑帽SEO http://www.790079.com 專注于SEO培訓,快速排名(黑帽seo技術,網(wǎng)站快速排名,蜘蛛池加速收錄,目錄程序定制)
掃一下添加微信:
◎歡迎參與討論,請在這里發(fā)表您的看法、交流您的觀點。