add_action('save_post', 'wpjam_save_post_notify_baidu_zz', 10, 3); function wpjam_save_post_notify_baidu_zz($post_id, $post, $update){ if($post->post_status != 'publish') return; //请到百度站长后台获取你的站点的专属提交链接 $baidu_zz_api_url = 'http://data.zz.baidu.com/urls?site=网站域名&token=token'; $response = wp_remote_post($baidu_zz_api_url, array( 'headers' => array('Accept-Encoding'=>'','Content-Type'=>'text/plain'), 'sslverify' => false, 'blocking' => false, 'body' => get_permalink($post_id) )); }
基于用户的访问,每天都会有 500-700 页面自动提交到百度站长,每天发布1-2篇的文章页会主动提交到百度站长,百度站长还会通过 sitemap 文件时不时来抓取页面。