要让百度更快的收录你发布的资讯,首先需要让百度知道你有发布信息了,那么如何在你发布信息后就让百度知道呢?
这个需要主动推送,百度有原创推送,但是这个比较难,需要网站达到一定质量才可以。
那么如何做到没发布一篇文章就都可以推送给百度呢?
很简单,百度有推出一款主动推送的代码
<script><script> (function(){ var canonicalURL, curProtocol; //Get the <link> tag var x=document.getElementsByTagName("link"); //Find the last canonical URL if(x.length > 0){ for (i=0;i<x.length;i++){ if(x[i].rel.toLowerCase() == 'canonical' && x[i].href){ canonicalURL=x[i].href; } } } //Get protocol if (!canonicalURL){ curProtocol = window.location.protocol.split(':')[0]; } else{ curProtocol = canonicalURL.split(':')[0]; } //Get current URL if the canonical URL does not exist if (!canonicalURL) canonicalURL = window.location.href; //Assign script content. Replace current URL with the canonical URL !function(){var e=/([http|https]:////[a-zA-Z0-9/_/.]+/.baidu/.com)/gi,r=canonicalURL,t=document.referrer;if(!e.test(r)){var n=(String(curProtocol).toLowerCase() === 'https')?"https://sp0.baidu.com/9_Q4simg2RQJ8t7jm9iCKT-xh_/s.gif":"//api.share.baidu.com/s.gif";t?(n+="?r="+encodeURIComponent(document.referrer),r&&(n+="&l="+r)):r&&(n+="?l="+r);var i=new Image;i.src=n}}(window);})();</script>
代码安装完成以后,可以百度链接提交看到每天主动提交给百度的链接的数量,数据一般都是在第二天才回统计出来。
如果还有不明白可以的 加QQ 86684669 了解更多技巧
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/262585.html