How HTML 5 will affect our SEO optimization

Source: Internet
Author: User
Tags new set

The first thing to understand is that HTML 5,html 5 is the core language of the fifth generation of the consortium, which we often say is HTML code. It was a new reform on the HTML4.01, or to make up for the shortcomings of the previous version. Thus, the interoperability between different user-agent is enhanced.

HTML 5 will bring in a better feature to help programmers or search engines to dissect a page's code. In the past DIV tags may be used in many pages, can be said to be flooded. In HTML 5, however, a new set of code elements is presented to describe navigation, headers, text, and so on. And this new element can help search engines better and faster to understand the content of the page.

Here are 2 pictures to better end the difference between HTML 5 and previous versions:

Current version of HTML:

HTML 5:

We can clearly see that the current version of HTML is a large number of use DIV tag is the main reason is not accurate to express the location and content of the code, and HTML 5 from the independent of the new element code to describe the code to be expressed. So our new code can be written as:

<body>

Another example is that the new "dialog tag" can replace the previous code, making it more concise and understandable. For example, there is a Twitter plugin in WP that can be written like this:

<dialog id= "Twittering" >
<dt> <time>14:22</time> Richardbaxter
<dd> has anyone seen the latest Battlestar?
<dt> <time>14:23</time> Zakazaka
<dd> @richardbaxter get in with your job!
</dialog>

A video or audio class page can be written as:

<video src= "VIDEO.OGV" Controls poster= "Poster.jpg" width= "" height= "" > <a href= "VIDEO.OGV" > Download movie</a> </video>

<audio src= "Music.oga" controls> <a href= "Music.oga" >download song</a> </audio>

HTML 5 is bound to bring an entirely new code optimization reform to SEO, as Seoer must understand the changes brought about by the new technology, so as to gradually use it in future page design.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.