zoukankan      html  css  js  c++  java
  • 开发网站SEO优化需注意的一些事项

    事项:

    1、标签尽量语义化(header、nav、aside、article、section、footer、address、hgroup)

    2、在head中添加利于蜘蛛爬的一些关键词比如以下内容:

    (1)、<mate name="keywords"  content="描述网页的内容">

    (2)、<mate name="descripion"  content="关键词1,关键词2,关键词3,.........">

    3、HTML5出现,新添了很多标签,专门解决添加页眉、页脚、导航、文章内容等跟结构相关的结构元素标签

    【参考资料】 

      http://developer.telerik.com/featured/w3c-vs-whatwg-html5-specs-differences-documented/

      https://samdutton.wordpress.com/2015/04/02/high-performance-html/

      https://developer.mozilla.org/CN/docs/Web/HTML/Element

      http://www.cnblogs.com/houodeit/archive/2012/05/27/2519798.html

      http://alistapart.com/article/previewofhtml5

      https://dev.w3.org/html5/html-author/#syntactic-overview HTML5 API

  • 相关阅读:
    Vue less使用scope时渗入修改子组件样式
    Spring容器初始话原理图
    Java的动态代理
    Spring_xml和注解混合方式开发
    Spring_xml方式开发
    Spring入门初体验
    数论
    虚拟IP和IP漂移
    字符串hash + 二分答案
    字符串hash
  • 原文地址:https://www.cnblogs.com/wangliko/p/8047701.html
Copyright © 2011-2022 走看看