手记

web前端开发中SEO优化小技巧

  • 隐藏文字的css技巧,
    .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    }
    注:该方法的作用是为了优化SEO,比如只想让标题中显示图片,不显示文字,但是为了搜索引擎的优化,又需要在标题中包含文字,那么可以加上text-hide样式来把文字隐藏掉
    <h2 class="text-hide">关于我们<img src="aboutus.png"></h2>
4人推荐
随时随地看视频
慕课网APP