利用百度站长平台提供的链接自动提交代码,快速增加百度收录,加快网站内容抓取。
1、创建名为 “baidu_js_push.php”的文件,内容如下(自动推送JS代码 ):
01
02
03
04
05
06
07
08
09
10
11
12
13
14
|
<script> ( function (){ var bp = document.createElement( 'script' ); var curProtocol = window.location.protocol.split( ':' )[0]; if (curProtocol === 'https' ) { } else { } var s = document.getElementsByTagName( "script" )[0]; s.parentNode.insertBefore(bp, s); })(); </script> |
2、将 baidu_js_push.php 文件上传到网站根目录(wordpress根目录)
1
|
<?php include_once ( "baidu_js_push.php" ) ?> |