phpsky 大佬有话说 :
百度站长后台提交还是有点用的(附自动提交代码)
一个游戏站,前几天发现API提交参数搞错了,重新配置后再次提交,收录增加明显。
function baidu_post($urls)
{
$api = ‘http://data.zz.baidu.com/urls?site=www.xxx.com&token=abcdefg’;//你自己的接口地址
$ch = curl_init();
$options =array(
CURLOPT_URL => $api,
CURLOPT_POST => true,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POSTFIELDS => implode("n", $urls),
CURLOPT_HTTPHEADER => array(‘Content-Type: text/plain’),
);
curl_setopt_array($ch, $options);
curl_exec($ch);
curl_close($ch);
}
https://img10.360buyimg.com/ddimg/jfs/t1/213833/27/651/29496/616a9fabEf17e4207/97ba3190843a5658.png
https://img14.360buyimg.com/ddimg/jfs/t1/152528/7/25369/32150/616a9fc3Ec9334dc3/12fe2fde21ca62ce.png
loveqianool 大佬有话说 :
近所人妻系列好好看呀
Twice 大佬有话说 :
学到了yc017t