我对这一切都很陌生,但要掌握它。我想让网站 www.norfolktutors.co.uk 在谷歌搜索中名列前茅。
但是我被要求使我的脚本异步。我不明白这是什么意思,请有人用简单的英语解释一下。
脚本的代码是:
<script src="demo_async.js" async></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45579551-1', 'norfolktutors.co.uk');
ga('send', 'pageview');
</script>
我要删除什么?
按照谷歌网站管理员的建议,我已将此脚本放在页面底部。