大家都知道,备案都是要求关站的,那么有没有一种办法可以不关站备案呢?关站但不影响SEO的办法呢?其实是有的,通过js把显示层更改改,不影响搜索引擎蜘蛛抓取和索引,关站多久都不会影响网站的SEO,现在特意整理一下分享给需要的站长,当然需要懂一点html代码。
昨天有老哥要这个东西,蜘蛛和用户访问不同页面,放首页就行了(一般放在index文件里)
如下图按照代码操作后备案成功,也不影响搜索引擎蜘蛛抓取
<?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, 'sogou spider') >0){ $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: 用户访问地址"); exit(); } ?>
评论留言
更新时间:08/05 下午14:23
流量:50G
到期时间:2023/09/05