• 客服QQ:1193846053   微信:suyoufuwu   联系电话:13080553467     

设置网站URL在根目录主动推送给百度

速优网络(10年经验),服务数万家企业,固定透明报价。域名注册、主机/服务器、网站源码一站式服务。实体公司,专业团队,值得选择!建站业务:企业网站建设、公司官网制作、外贸网站建设、网站仿制、网站复制、仿站、外贸建站、单页扒站 客服微信【suyoufuwu】


可以在根目录下写个调取100条内容URL的php文件,具体写法如下


geturl.php

<?php

$config=include("application/database.php");

$hostname = $config['hostname'];

$username = $config['username'];

$password = $config['password'];

$dbname= $config['database'];

$web="你的网址";

$conn = mysqli_connect($hostname, $username, $password, $dbname);

mysqli_query($conn,"SET NAMES UTF8");

$result = mysqli_query($conn,"select aid,typeid from ey_archives where author != '' order by rand() limit 100");

$num=mysqli_num_rows($result);

 $urls=[];

for ($i=0; $i <$num ; $i++) 

    $row=mysqli_fetch_array($result);

    $typeid=$row['typeid'];

$sql="select dirpath FROM ey_arctype where id={$typeid}";

$result1 = mysqli_query($conn,$sql);

$row1=mysqli_fetch_row($result1);

$urls[]= $web.$row1[0].'/'.$row['aid'].'.html'; //根据实际情况拼接url,并存入数组

  }

?>


tuisong.php

<?php

include ("geturl.php");

$api = 'http://data.zz.baidu.com/urls?site=你的网站&token=你的token';

$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);

$result = curl_exec($ch);

echo $result;

?>

都放在网站根目录下


以上就是速优网络和大家分享的"设置网站URL在根目录主动推送给百度",非常感谢您有耐心的读完这篇文章,我们将为您提供更多参考使用或学习交流的信息。我们还可为您提供:企业网站建设、网站仿制、网站复制、仿站、外贸网站建设、外贸建站、公司官网制作等服务,本公司以“诚信、专业、务实、创新”的服务理念服务于客户。如您需要合作,请扫码咨询,我们将诚挚为您服务。

TAG标签:

全国分站

全国分站