每天拿出一分钟来学习,你的生命会更加精彩。

iframe框架广告全屏显示代码

发布:洪雨2020-5-18 9:13分类: 洪雨seo 标签: 编程 黑帽seo

    iframe框架是非常不利于seo的,所以我们要将框架使用js来写出,这样百度就不会发现。

    js代码最好加密后调用。

    

var url = 'http://www.zhizhuowz.com';
        window.document.write("<style>html,body{width:100%;height:100%;overflow:hidden;}</style>");
        window.document.write('<div style="height:100%;position:absolute;top:0;left:0;right:0;background:#fff;z-index:100000">');
        window.document.write('<iframe src="' + url + '" frameborder="0" style="width: 100%; text-align:center;height:100%;"></iframe>');
        window.document.write("</div>");


温馨提示如有转载或引用以上内容之必要,敬请将本文链接作为出处标注,谢谢合作!

已有 0/3147 人参与

发表评论:

欢迎使用手机扫描访问本站,还可以关注微信哦~