0

首先对不起我的英语。我错过了什么?我使用以下代码来防止呈现阻塞内容:

WebFontConfig = {
    google: {
        families: ['Lato:300,300i,700']
    },
    active: function () {
        //document.querySelector('body').fadeIn(1000);
    },
};

(function () {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
        '://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
})();

没有成功 speedtest 抱怨渲染阻塞字体(async = true)...... 我想知道是否有另一种方法可以防止这种渲染阻塞......

4

1 回答 1

0

您可以在 googlewebmaster 中使用 robots.txt。exp:不允许:http ://exampel.com/postnumber

于 2018-09-05T07:23:07.333 回答